Skip to content

#0f9da7

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

RGB
15, 157, 167
HSL
184°, 84%, 36%
CMYK
91, 6, 0, 35
Luminance
0.2701

At a glance

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

Hex
#0f9da7
Hue
184°
cyan
Saturation
84%
electric
Lightness
36%
dark
Brightness
65%
HSV value
Perceived
52%
weighted brightness
Luminance
0.2701
WCAG relative
Temperature
Cool
89/100 cool
Color family
Cyan
Tone
Electric
Best ink
Black
6.40:1
Closest name
Cadet Blue
ΔE2000 6.2
Where it sits
Hue184° of 360°
Saturation84%
Lightness36%
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#0f9da7
RGBrgb(15, 157, 167)
HSLhsl(184, 84%, 36%)
CMYKcmyk(91%, 6%, 0%, 35%)
LABlab(59.0 -29.7 -14.9)
LCHlch(59.0 33.2 206.6)
OKLCHoklch(0.635 0.106 203.0)
Decimal1023399
Display P3color(display-p3 0.059 0.616 0.655)

Copy-ready code

/* CSS */
color: #0f9da7;
background-color: #0f9da7;
/* Tailwind (arbitrary) */
class="text-[#0f9da7] bg-[#0f9da7]"
/* SCSS */
$brand: #0f9da7;
/* SwiftUI */
Color(red: 0.059, green: 0.616, blue: 0.655)
/* Android */
Color.parseColor("#0f9da7")
/* Flutter */
Color(0xFF0F9DA7)
/* Python / OpenCV (BGR) */
(167, 157, 15)

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 #0f9da7 · 6.40: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.40:1 · recommended
AA pass · AA large pass · AAA fail
Reading the other direction: #0f9da7 as text scores 3.28:1 on white and 6.40:1 on black.

Accessibility — WCAG contrast

Aa
#0f9da7 on white: 3.28:1
AA ✗ fail · AA-large · AAA
Aa
#0f9da7 on black: 6.40:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #8F96A8
deuteranopia · #7D88A7
tritanopia · #00A4A0

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #0f9da7 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.

#F2FCFC
#E6F8FA
#C5F3F6
#98F0F6
#65E8F1
#31E0EC
#14D3E1
#11B0BB
#0f9da7
#0E666C
#094044
Base = 800Lightest = 50 · #F2FCFCDarkest = 950 · #094044
:root {
  --brand-50: #F2FCFC;
  --brand-100: #E6F8FA;
  --brand-200: #C5F3F6;
  --brand-300: #98F0F6;
  --brand-400: #65E8F1;
  --brand-500: #31E0EC;
  --brand-600: #14D3E1;
  --brand-700: #11B0BB;
  --brand-800: #0f9da7;
  --brand-900: #0E666C;
  --brand-950: #094044;
  --brand: #0f9da7;
  --brand-ink: #000000;
}

Colors that work with #0f9da7

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#C0EAED
Hairlines and dividers
Muted text#4B969B
Captions on the surface
Accent#AB0B29
Second voice, not a rival
Dark variant#0B6E75
Hover, pressed, headers
Light variant#E8FCFD
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 #0f9da7

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#A7190F
Analogous left#0FA765
Analogous right#0F51A7
Split-complement 1#A70F51
Split-complement 2#A7650F
Triadic 1#A70F9D
Triadic 2#9DA70F
Tetradic#650FA7

RGB percentages

Red5.9%
Green61.6%
Blue65.5%

CMYK percentages

Cyan91.0%
Magenta6.0%
Yellow0.0%
Key (black)34.5%

Color previews

#0f9da7 text on a black background

contrast 6.40:1

Card sample

#0f9da7 text on a white background

contrast 3.28:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #0f9da7

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.

#0f9da7 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.

#0f9da7, answered

What color is #0f9da7?

#0f9da7 is a dark electric cyan, closest to Cadet Blue (ΔE2000 6.2). It sits at 184° on the hue wheel with 84% saturation and 36% lightness, which reads as cool.

What is the RGB value of #0f9da7?

rgb(15, 157, 167) — 15 red, 157 green and 167 blue out of 255, or 5.9% / 61.6% / 65.5% by channel.

Is #0f9da7 a light or a dark color?

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

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

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

What is the complementary color of #0f9da7?

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

What colors go well with #0f9da7?

For interface work: #F4FAFA as the surface, #C0EAED for borders, #4B969B for secondary text, #AB0B29 as an accent and #0B6E75 for hover and pressed states. For a palette, the analogous pair #0FA765 and #0F51A7 stays calm, while #A7190F is the loudest partner.

What is #0f9da7 in CMYK for printing?

cmyk(91%, 6%, 0%, 35%). 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 #0f9da7 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 #0FA779; nudged cooler, #0D76A9.

Work with #0f9da7 in the Color Lab