Skip to content

#0a9da9

a dark, electric cyan · cool · closest name: Cadet Blue

RGB
10, 157, 169
HSL
185°, 89%, 35%
CMYK
94, 7, 0, 34
Luminance
0.2704

At a glance

Every number on this page in one read: what #0a9da9 is made of, how bright it looks, and which way it leans.

Hex
#0a9da9
Hue
185°
cyan
Saturation
89%
electric
Lightness
35%
dark
Brightness
66%
HSV value
Perceived
52%
weighted brightness
Luminance
0.2704
WCAG relative
Temperature
Cool
89/100 cool
Color family
Cyan
Tone
Electric
Best ink
Black
6.41:1
Closest name
Cadet Blue
ΔE2000 6.4
Where it sits
Hue185° of 360°
Saturation89%
Lightness35%
Temperature
Warm ← → Cool89% cool

Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#0a9da9
RGBrgb(10, 157, 169)
HSLhsl(185, 89%, 35%)
CMYKcmyk(94%, 7%, 0%, 34%)
LABlab(59.0 -29.2 -15.9)
LCHlch(59.0 33.3 208.6)
OKLCHoklch(0.635 0.107 204.5)
Decimal695721
Display P3color(display-p3 0.039 0.616 0.663)

Copy-ready code

/* CSS */
color: #0a9da9;
background-color: #0a9da9;
/* Tailwind (arbitrary) */
class="text-[#0a9da9] bg-[#0a9da9]"
/* SCSS */
$brand: #0a9da9;
/* SwiftUI */
Color(red: 0.039, green: 0.616, blue: 0.663)
/* Android */
Color.parseColor("#0a9da9")
/* Flutter */
Color(0xFF0A9DA9)
/* Python / OpenCV (BGR) */
(169, 157, 10)

Best text color

Only one of black and white can be right. This is the one, with the number that proves it.

Readable at a glance#000000 on #0a9da9 · 6.41:1
Use #000000AA at every size, AAA for large text only.
Aa
White text · 3.28:1
AA fail · AA large pass · AAA fail
Aa
Black text · 6.41:1 · recommended
AA pass · AA large pass · AAA fail
Reading the other direction: #0a9da9 as text scores 3.28:1 on white and 6.41:1 on black.

Accessibility — WCAG contrast

Aa
#0a9da9 on white: 3.28:1
AA ✗ fail · AA-large · AAA
Aa
#0a9da9 on black: 6.41:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #8F96AA
deuteranopia · #7C88A9
tritanopia · #00A4A0

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #0a9da9 is pinned to step 800; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#F2FCFD
#E5F9FB
#C4F4F8
#95F1F9
#60EAF6
#2BE3F2
#0ED7E7
#0BB3C1
#0a9da9
#0B686F
#074145
Base = 800Lightest = 50 · #F2FCFDDarkest = 950 · #074145
:root {
  --brand-50: #F2FCFD;
  --brand-100: #E5F9FB;
  --brand-200: #C4F4F8;
  --brand-300: #95F1F9;
  --brand-400: #60EAF6;
  --brand-500: #2BE3F2;
  --brand-600: #0ED7E7;
  --brand-700: #0BB3C1;
  --brand-800: #0a9da9;
  --brand-900: #0B686F;
  --brand-950: #074145;
  --brand: #0a9da9;
  --brand-ink: #000000;
}

Colors that work with #0a9da9

Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.

Text on it#000000
Black wins here
Surface#F4FAFA
Tinted page background
Border#C0E9ED
Hairlines and dividers
Muted text#4B959B
Captions on the surface
Accent#AD0624
Second voice, not a rival
Dark variant#077078
Hover, pressed, headers
Light variant#E7FCFE
Selected rows, tints
Dark surface#142324
Dark-mode background
Light mode
Everything in its place

Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.

Primary actionSecondaryBadge
Dark mode
Same hue, inverted

Lightness flips, hue holds. The accent stays the anchor in both themes.

Primary actionSecondaryAccent

How to use #0a9da9

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Headings from 24px up on white
  • Text and icons on dark surfaces
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Headers, footers and dark-mode surfaces
  • Brand accents, badges and data highlights
Use with care
  • Small text on white — under 4.5:1
  • Full-page backgrounds — tiring over long sessions
  • Black text placed on it
  • Thin strokes and 1px borders — they disappear on light UI
  • Pairing with a same-lightness hue — edges vibrate

Similar colors

One move away from this hex in each direction. Every swatch is its own page.

Color relationships

The wheel positions with their names attached, so you can grab the one you actually need.

Complementary#A9160A
Analogous left#0AA965
Analogous right#0A4EA9
Split-complement 1#A90A4E
Split-complement 2#A9650A
Triadic 1#A90A9D
Triadic 2#9DA90A
Tetradic#650AA9

RGB percentages

Red3.9%
Green61.6%
Blue66.3%

CMYK percentages

Cyan94.1%
Magenta7.1%
Yellow0.0%
Key (black)33.7%

Color previews

#0a9da9 text on a black background

contrast 6.41:1

Card sample

#0a9da9 text on a white background

contrast 3.28:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #0a9da9;
Background color
Panel with #0a9da9 background
background-color: #0a9da9;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #0a9da9;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(10, 157, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 157, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0a9da9;
background: linear-gradient(135deg, #0a9da9, #0A33A9);

Monochromatic scale

Palettes built from #0a9da9

Shades — darker

Tints — lighter

Color harmonies

Nearest named colors

Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.

#0a9da9 in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
TechnologyTravelHealthcareMedia
Common UI roles
ButtonsLinksFocus statesCharts
Print note

Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.

#0a9da9, answered

What color is #0a9da9?

#0a9da9 is a dark electric cyan, closest to Cadet Blue (ΔE2000 6.4). It sits at 185° on the hue wheel with 89% saturation and 35% lightness, which reads as cool.

What is the RGB value of #0a9da9?

rgb(10, 157, 169) — 10 red, 157 green and 169 blue out of 255, or 3.9% / 61.6% / 66.3% by channel.

Is #0a9da9 a light or a dark color?

It is a mid-tone. Relative luminance is 0.2704 and perceived brightness is 52%, so black text on it reaches 6.41:1.

Should I use black or white text on #0a9da9?

Black. It scores 6.41:1 against #0a9da9, versus 3.28:1 for white — AA at any size.

What is the complementary color of #0a9da9?

#A9160A sits directly opposite on the wheel. Softer options are the split-complements #A90A4E and #A9650A, which give the same contrast with far less vibration.

What colors go well with #0a9da9?

For interface work: #F4FAFA as the surface, #C0E9ED for borders, #4B959B for secondary text, #AD0624 as an accent and #077078 for hover and pressed states. For a palette, the analogous pair #0AA965 and #0A4EA9 stays calm, while #A9160A is the loudest partner.

What is #0a9da9 in CMYK for printing?

cmyk(94%, 7%, 0%, 34%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.

Is #0a9da9 warm or cool?

Cool — it scores 89 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #0AA97B; nudged cooler, #0876AB.

Work with #0a9da9 in the Color Lab