Skip to main content

Sea Blue

#006994·blue family·WCAG AA

Tints & Shades

50

100

200

300

400

500

600

700

800

900

Scale from white (50) through Sea Blue (500) to black (900), interpolated in Lab color space.

Color Values

HEX
#006994
RGB
rgb(0, 105, 148)
HSL
hsl(197, 100%, 29%)
OKLCH
oklch(0.492 0.105 236)
CMYK
cmyk(100%, 29%, 0%, 42%)
Luminance:0.1224
CSS var:--color-sea-blue
Tailwind:bg-[#006994]

Accessibility

Score: 54/100

On White (#FFF)

6.09:1

AA

On Black (#000)

3.45:1

AA Large

On Light Gray (#F5F5F5)

5.59:1

AA

Best text color on this background:

white6.09:1
Open in Contrast Checker →

Design Applications

Background

background-color: #006994

Text Color

color: #006994

bg-[#006994] text-[#FFFFFF]

Accent border card component

border-left: 4px solid #006994

Color Meaning & Psychology

Blue is the world's most universally preferred color across cultures. It slows respiration, lowers blood pressure, and promotes calm — the physiological opposite of red. Blue's associations with sky and water make it feel limitless, trustworthy, and reliable. In corporate design, blue dominates banking, insurance, healthcare, and technology precisely because it communicates stability. Dark navy conveys authority and tradition; royal blues suggest quality and aspiration; sky blues feel open and optimistic; teal bridges trust with modernity. The primary limitation of blue is food — it suppresses appetite, with almost no naturally blue foods existing in nature. Its deeper, richer tone gives it gravitas and sophistication, making it well-suited for primary brand colors, typography, and contexts where authority matters.

Industry Usage

Common contexts and industries where Sea Blue is applied in professional design.

  • Banking, insurance, and financial institutions
  • Healthcare and medical device companies
  • Enterprise software and SaaS platforms
  • Government and public sector organizations
  • Airlines and aviation brands
  • Communication and social networking apps
  • Cybersecurity and data protection products
  • Pharmaceutical companies and clinical products

Accessibility Considerations

Normal Text

Passes AA

4.5:1 minimum required

Large Text

Passes AA Large

3:1 minimum required

UI Components

Meets 1.4.11

3:1 for non-text UI

Sea Blue is a dark color. Use white (#FFFFFF) text on top of it for maximum readability (6.09:1). Avoid small black text on this background.

CSS & Code Examples

Background

background-color: #006994;

Text

color: #006994;

Border

border: 2px solid #006994;

Box Shadow

box-shadow: 0 4px 20px #00699440;

Gradient

background: linear-gradient(135deg, #006994, #4d97c5);

Tailwind-style

--color-sea-blue: #006994;

Tailwind CSS Utilities

Use arbitrary value syntax in Tailwind CSS to apply Sea Blue without a custom config.

Background

bg-[#006994]

Text

text-[#006994]

Border

border-[#006994]

Ring

ring-[#006994]

Fill

fill-[#006994]

From (gradient)

from-[#006994]

Via (gradient)

via-[#006994]

To (gradient)

to-[#006994]

Design Tokens

Ready-to-use Sea Blue design token in CSS custom properties, SCSS, Tailwind v3/v4, and JSON formats.

CSS Custom Properties

:root {
  --color-sea-blue: #006994;
  --color-sea-blue-rgb: 0, 105, 148;
  --color-sea-blue-hsl: 197, 100%, 29%;
}

SCSS Variables

$color-sea-blue: #006994;
$color-sea-blue-rgb: 0, 105, 148;
$color-sea-blue-hsl: 197, 100%, 29%;

Tailwind v3 Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'sea-blue': '#006994',
      },
    },
  },
};

Tailwind v4 (@theme)

/* tailwind.css */
@theme {
  --color-sea-blue: #006994;
}

JSON Design Token (W3C format)

{
  "sea-blue": {
    "value": "#006994",
    "type": "color",
    "description": "Sea Blue — #006994"
  }
}

What Does Sea Blue Mean? Color Psychology & Cultural Symbolism

Sea Blue at #006994 is a deep expression of the trust spectrum. Blue tones are processed by the brain's credibility centers before conscious evaluation—which is why virtually every major financial institution, technology company, and government body defaults to the blue family to establish authority.

  • Across color psychology research, blue consistently tests high for "trustworthiness" associations, making Sea Blue a reliable vehicle for trust in cross-demographic audiences.
  • Brand designers draw on blue-family tones to project stability and competence—values that Sea Blue communicates in a deep key.
  • At 100% saturation, Sea Blue reads as vivid—Electric and royal blues are modern, confident, and digitally native—they signal tech-forward positioning and work well for startups challenging traditional industries.
  • Sea Blue's deep lightness (29%) shifts its psychological register: Navy and deep blues project gravitas, authority, and executive-level trust—the dominant choice for financial services, law firms, and premium B2B brands.

The power of Sea Blue is quiet consistency. It builds trust cumulatively, appearing wherever credibility matters.

How to Use Sea Blue in Design: Applications, Pairings & Best Practices

The design challenge with Sea Blue is differentiation: every major institution uses blue. The answer lies in tone, proportion, and pairing—how a specific blue is used matters more than whether it's used.

  • Avoid: food contexts where it suppresses appetite (the only major color with no natural blue foods), extreme urgency signals, and applications targeting very young children where warmer colors perform better.
  • Color harmonies: Sea Blue's complementary color creates a high-energy split ideal for promotional design; its analogous palette (±30° hue) builds cohesive, monochromatic sophistication.
  • Proportional use: Sea Blue's vivid saturation (100%) means small applications—accents, highlights, icons—deliver maximum impact without visual fatigue. Reserve large-scale use for intentional brand moments.
  • As a dark tone, Sea Blue creates maximum contrast with white and light neutrals—excellent for creating premium dark-mode sections, bold headers, and high-drama brand moments
  • Typography: Sea Blue works as a background behind white text but requires careful sizing—test at intended heading and body sizes before finalizing.

The power of Sea Blue is quiet consistency. It builds trust cumulatively, appearing wherever credibility matters.

Sea Blue Accessibility: WCAG Contrast Ratios, Color Blindness & Inclusive Design

Sea Blue (#006994) reaches 6.09:1 contrast with white text—meeting WCAG 2.1 AA minimum of 4.5:1 for normal text and 3:1 for large text. It clears standard production accessibility requirements. Relative luminance: 12.2%.

  • As text on white (#FFFFFF): 6.09:1 — AA ✓
  • As text on black (#000000): 3.45:1 — AA (large text only)
  • Best text color on Sea Blue background: White (#FFFFFF) at 6.09:1
  • WCAG 2.1 luminance: 12.2% — low luminance (dark)—it provides strong contrast for white and light overlaid text, functioning well as a background in dark-mode and header contexts
  • Sea Blue qualifies for normal body text and all larger sizes (AA).
  • Color blindness consideration: tritanopia (blue-yellow color blindness, ~0.003% of population) may affect how this color reads. While rare, for maximum accessibility supplement color signals with text or icon indicators in critical states.

For production use, test Sea Blue against your specific background colors rather than assuming #FFFFFF or #000000 performance translates. Surrounding colors alter perceived contrast.

Sea Blue in Industry: Branding, Design & Market Applications

Sea Blue's brand positioning falls squarely in the territory of trust, reliability, calm, and professionalism. Industry data supports its strongest performance in finance, technology, healthcare categories, where the vivid saturation calibrates the message at a deep, considered level.

  • Finance & Banking: Blue is the most trusted color in financial services—a global design convention built over decades. It signals fiduciary reliability, stability, and the conservative stewardship that depositors and investors need to feel comfortable transferring wealth. (examples: JPMorgan Chase, Goldman Sachs, Visa) Dark navy communicates established tradition; mid-tone blues suggest accessible, modern banking. Avoid pure bright blue for legacy institutions.
  • Technology: Technology brands use blue to communicate intelligence, reliability, and forward-thinking professionalism. From legacy enterprise software to consumer apps, blue provides a neutral credibility that scales across markets and cultures. (examples: Apple, Microsoft, Salesforce) Varying the tone of blue is how tech brands differentiate: sky blue for friendliness (consumer apps), royal blue for confidence (productivity tools), navy for enterprise seriousness.
  • Healthcare: Healthcare's use of blue is a trust transfer from corporate credibility to clinical reliability. Patients associate blue with cleanliness, precision, and medical competence—making it the second most common healthcare color after white. (examples: Headspace, One Medical, Kaiser Permanente) Teal-blue works particularly well for health tech and telemedicine, balancing clinical trust with digital accessibility.
  • Brand positioning: Sea Blue is best suited for brands projecting stability, competence, professionalism. Categories outside this positioning—food contexts where it suppresses appetite (the only major color with no natural blue foods)—tend to see weaker results.
  • Adjacent applications: Beyond primary industries, Sea Blue works effectively in trust-critical applications, government services, B2B software—contexts where stability serves a secondary but reinforcing role.

For marketers and brand strategists, Sea Blue is a commitment to trust, reliability, calm, and professionalism. Match it with industries that make that promise and it will pay dividends consistently.

Frequently Asked Questions

What is the hex code for Sea Blue?
The hex code for Sea Blue is #006994. Its RGB values are rgb(0, 105, 148) and its HSL values are hsl(197, 100%, 29%).
What does Sea Blue mean in design?
Blue is the world's most universally preferred color across cultures. It slows respiration, lowers blood pressure, and promotes calm — the physiological opposite of red. Blue's associations with sky and water make it feel limitless, trustworthy, and reliable. In corporate design, blue dominates banking, insurance, healthcare, and technology precisely because it communicates stability. Dark navy conveys authority and tradition; royal blues suggest quality and aspiration; sky blues feel open and optimistic; teal bridges trust with modernity. The primary limitation of blue is food — it suppresses appetite, with almost no naturally blue foods existing in nature. Its deeper, richer tone gives it gravitas and sophistication, making it well-suited for primary brand colors, typography, and contexts where authority matters.
Is Sea Blue WCAG accessible?
Sea Blue (#006994) passes WCAG AA on white with a 6.09:1 contrast ratio. Its overall accessibility score is 54/100.
What colors go well with Sea Blue?
Sea Blue pairs well with its complementary color Mandarin (#F37A48). Analogous colors like Bright Teal and Electric Blue also work harmoniously. Check the Color Harmonies section above for the full palette.
What is Sea Blue used for?
Sea Blue is commonly used for: Banking, insurance, and financial institutions; Healthcare and medical device companies; Enterprise software and SaaS platforms; Government and public sector organizations; Airlines and aviation brands.
What are the CSS and Tailwind values for Sea Blue?
In CSS, use `color: #006994` or `background-color: #006994`. The CSS custom property is `--color-sea-blue: #006994`. In Tailwind CSS, use the arbitrary value class `bg-[#006994]` for backgrounds or `text-[#006994]` for text.