INDEPENDENT STUDIO · SEOUL
Design with
today’s color.
A little space for fresh ideas. A considered palette for whatever comes next.
A little color. A new perspective.
Published Jun 13, 2026
Five colors, endless possibilities. Select a color to copy its HEX.
Cold luminous blues built from Cobalt Current, Electric Cyan, Periwinkle Beam, Deep Water and grounded by Ice Signal. Explore five exact HEX values, practical color roles, contrast notes and a focused application guide.
Imagine an underwater instrument lit by cool signals. Cobalt panels and cyan light emerge from a navy field without a warm contrasting color.
Place developer documentation on the deep-blue canvas. Use cobalt for code-example panels and cyan for a selected navigation marker; periwinkle can describe secondary diagrams.
Start with 65% Background, 25% Primary and 10% Highlight across the main surfaces; adjust these proportions for the composition. Text and small Accent details sit within that layout. The Text and Background pair measures 15.73:1.
Do not imply that blue and cyan alone distinguish warnings from success. Label every status and keep luminous accents small. Ice Signal on Electric Cyan measures 1.34:1 and is unsuitable for small text. Ice Signal on Periwinkle Beam measures 2.41:1 and is unsuitable for small text.
A considered balance
Place developer documentation on the deep-blue canvas. Use cobalt for code-example panels and cyan for a selected navigation marker; periwinkle can describe secondary diagrams.
Start with a generous background, introduce your primary color, then use the highlight sparingly. The ratios are a guide for large surfaces, not a fixed recipe.
Background & breathing room
Cards, graphics & sections
Focal areas & key details
Background · Primary · Highlight. Use text and accent colors where their roles call for them.
Recommended text on highlight
The original text has low contrast (1.34:1). This example uses Deep Water (#0B164A) from the same palette instead of #ECF7FF on #5BE8FF, improving contrast to 11.75:1. This meets WCAG AA for normal text.
Recommended text on accent
The original text has low contrast (2.41:1). This example uses Deep Water (#0B164A) from the same palette instead of #ECF7FF on #7E9BFF, improving contrast to 6.53:1. This meets WCAG AA for normal text.
Contrast is calculated for these specific pairs. Large text means at least 24 px regular or about 18.7 px bold. Check every pairing in your final design.
IMAGINE THE POSSIBILITIES
See how these five colors come together in a website, a poster, a brand, and a presentation. Explore a different palette and watch the mood change.
INDEPENDENT STUDIO · SEOUL
A little space for fresh ideas. A considered palette for whatever comes next.
THE POSTER STUDY
Big type, quiet space, and a single moment of color.
THE BRAND STUDY
THE PRESENTATION STUDY
A cover, a key message, and a plan. One palette brings the story together.
ONDA° / IDEAS IN MOTION
Make room for what comes next.
01 / 03 · THE VISION02 / 03 · THE IDEA
03 / 03 · THE NEXT STEP
From inspiration to creation
Add a considered color direction to the design you already have in mind. Your layout and instructions stay yours.
Try it in the design or AI tool you already use.
[Color guide — coloring.today / cobalt-signals-beneath-the-sea] Apply this palette to the design requested above. Preserve the requested layout, content, and interactions. If an explicit requirement conflicts with this color guide, identify the conflict instead of silently overriding it. Text: Ice Signal #ECF7FF Primary: Cobalt Current #234BCA Highlight: Electric Cyan #5BE8FF Accent: Periwinkle Beam #7E9BFF Background: Deep Water #0B164A Mood: Cold luminous blues. A crisp, energetic focal point. Suggested uses: Developer tools Application note: Place developer documentation on the deep-blue canvas. Use cobalt for code-example panels and cyan for a selected navigation marker; periwinkle can describe secondary diagrams. Avoid: Do not imply that blue and cyan alone distinguish warnings from success. Label every status and keep luminous accents small. Ice Signal on Electric Cyan measures 1.34:1 and is unsuitable for small text. Ice Signal on Periwinkle Beam measures 2.41:1 and is unsuitable for small text. Use approximately 65% background, 25% primary, and 10% highlight across large surfaces. These ratios are a starting point, not a rigid rule. Use text and accent colors according to their roles. Keep the original HEX values. Choose readable text/background pairings without silently changing the palette. Do not introduce unrelated colors.
[Color guide — coloring.today / cobalt-signals-beneath-the-sea]
Apply this palette to the design requested above. Preserve the requested layout, content, and interactions. If an explicit requirement conflicts with this color guide, identify the conflict instead of silently overriding it.
Text: Ice Signal #ECF7FF
Primary: Cobalt Current #234BCA
Highlight: Electric Cyan #5BE8FF
Accent: Periwinkle Beam #7E9BFF
Background: Deep Water #0B164A
Mood: Cold luminous blues. A crisp, energetic focal point.
Suggested uses: Developer tools
Application note: Place developer documentation on the deep-blue canvas. Use cobalt for code-example panels and cyan for a selected navigation marker; periwinkle can describe secondary diagrams.
Avoid: Do not imply that blue and cyan alone distinguish warnings from success. Label every status and keep luminous accents small. Ice Signal on Electric Cyan measures 1.34:1 and is unsuitable for small text. Ice Signal on Periwinkle Beam measures 2.41:1 and is unsuitable for small text.
Use approximately 65% background, 25% primary, and 10% highlight across large surfaces. These ratios are a starting point, not a rigid rule. Use text and accent colors according to their roles.
Use these semantic tokens consistently. Keep the original HEX values.
:root {
--color-text: #ECF7FF;
--color-primary: #234BCA;
--color-highlight: #5BE8FF;
--color-accent: #7E9BFF;
--color-background: #0B164A;
}
Background is the canvas, text is readable copy, primary is a key surface, highlight draws attention, and accent adds small secondary details.
[Color guide — coloring.today / cobalt-signals-beneath-the-sea] Apply this palette to the design requested above. Preserve the requested layout, content, and interactions. If an explicit requirement conflicts with this color guide, identify the conflict instead of silently overriding it. Text: Ice Signal #ECF7FF Primary: Cobalt Current #234BCA Highlight: Electric Cyan #5BE8FF Accent: Periwinkle Beam #7E9BFF Background: Deep Water #0B164A Mood: Cold luminous blues. A crisp, energetic focal point. Suggested uses: Developer tools Application note: Place developer documentation on the deep-blue canvas. Use cobalt for code-example panels and cyan for a selected navigation marker; periwinkle can describe secondary diagrams. Avoid: Do not imply that blue and cyan alone distinguish warnings from success. Label every status and keep luminous accents small. Ice Signal on Electric Cyan measures 1.34:1 and is unsuitable for small text. Ice Signal on Periwinkle Beam measures 2.41:1 and is unsuitable for small text. Use approximately 65% background, 25% primary, and 10% highlight across large surfaces. These ratios are a starting point, not a rigid rule. Use text and accent colors according to their roles. Text/background contrast: 15.73:1. This is one measured pair, not a guarantee for the whole palette. Check every actual text/background pairing against WCAG AA. Prefer readable combinations from the original colors, keep visible keyboard focus, and never communicate state through color alone. If no original pairing meets the requirement, propose a separately labeled derived color with its original HEX, proposed HEX, purpose and measured contrast. Never overwrite the source palette.
This guide preserves the original HEX values. Review the output before using it.
Bring it into your project
Copy the same colors as semantic CSS variables. Every preview and prompt on this page uses this palette.
:root {
--color-text: #ECF7FF;
--color-primary: #234BCA;
--color-highlight: #5BE8FF;
--color-accent: #7E9BFF;
--color-background: #0B164A;
}
Published Aug 28, 2026
Published Aug 7, 2026
Published Jul 13, 2026