Skip to content

#5f9da1

a balanced, soft cyan · cool · “Cadet Blue”

RGB
95, 157, 161
HSL
184°, 26%, 50%
CMYK
41, 3, 0, 37
Luminance
0.2912

At a glance

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

Hex
#5f9da1
Hue
184°
cyan
Saturation
26%
soft
Lightness
50%
balanced
Brightness
63%
HSV value
Perceived
56%
weighted brightness
Luminance
0.2912
WCAG relative
Temperature
Cool
79/100 cool
Color family
Cyan
Tone
Soft
Best ink
Black
6.82:1
Closest name
Cadet Blue
ΔE2000 1
Where it sits
Hue184° of 360°
Saturation26%
Lightness50%
Temperature
Warm ← → Cool79% 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#5f9da1
RGBrgb(95, 157, 161)
HSLhsl(184, 26%, 50%)
CMYKcmyk(41%, 3%, 0%, 37%)
LABlab(60.9 -18.9 -8.4)
LCHlch(60.9 20.7 203.9)
OKLCHoklch(0.656 0.064 201.0)
Decimal6266273
Display P3color(display-p3 0.373 0.616 0.631)

Copy-ready code

/* CSS */
color: #5f9da1;
background-color: #5f9da1;
/* Tailwind (arbitrary) */
class="text-[#5f9da1] bg-[#5f9da1]"
/* SCSS */
$brand: #5f9da1;
/* SwiftUI */
Color(red: 0.373, green: 0.616, blue: 0.631)
/* Android */
Color.parseColor("#5f9da1")
/* Flutter */
Color(0xFF5F9DA1)
/* Python / OpenCV (BGR) */
(161, 157, 95)

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 #5f9da1 · 6.82:1
Use #000000AA at every size, AAA for large text only.
Aa
White text · 3.08:1
AA fail · AA large pass · AAA fail
Aa
Black text · 6.82:1 · recommended
AA pass · AA large pass · AAA fail
Reading the other direction: #5f9da1 as text scores 3.08:1 on white and 6.82:1 on black.

Accessibility — WCAG contrast

Aa
#5f9da1 on white: 3.08:1
AA ✗ fail · AA-large · AAA
Aa
#5f9da1 on black: 6.82:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #9598A1
deuteranopia · #898FA1
tritanopia · #42A19E

Color scale — 50 to 950

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

#F6F9F9
#EDF2F3
#D6E5E5
#B8D4D5
#95BEC1
#72A8AC
#5f9da1
#4B7D81
#3C6467
#2F4A4C
#1D2E2F
Base = 600Lightest = 50 · #F6F9F9Darkest = 950 · #1D2E2F
:root {
  --brand-50: #F6F9F9;
  --brand-100: #EDF2F3;
  --brand-200: #D6E5E5;
  --brand-300: #B8D4D5;
  --brand-400: #95BEC1;
  --brand-500: #72A8AC;
  --brand-600: #5f9da1;
  --brand-700: #4B7D81;
  --brand-800: #3C6467;
  --brand-900: #2F4A4C;
  --brand-950: #1D2E2F;
  --brand: #5f9da1;
  --brand-ink: #000000;
}

Colors that work with #5f9da1

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#F5F9F9
Tinted page background
Border#CCE0E1
Hairlines and dividers
Muted text#558D91
Captions on the surface
Accent#A65A68
Second voice, not a rival
Dark variant#2F4E50
Hover, pressed, headers
Light variant#EFF5F6
Selected rows, tints
Dark surface#152223
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 #5f9da1

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
  • Charts, tags and secondary surfaces
  • Brand accents, badges and data highlights
Use with care
  • Small text on white — under 4.5:1
  • 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#A1635F
Analogous left#5FA184
Analogous right#5F7CA1
Split-complement 1#A15F7C
Split-complement 2#A1845F
Triadic 1#A15F9D
Triadic 2#9DA15F
Tetradic#845FA1

RGB percentages

Red37.3%
Green61.6%
Blue63.1%

CMYK percentages

Cyan41.0%
Magenta2.5%
Yellow0.0%
Key (black)36.9%

Color previews

#5f9da1 text on a black background

contrast 6.82:1

Card sample

#5f9da1 text on a white background

contrast 3.08:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #5f9da1;
Background color
Panel with #5f9da1 background
background-color: #5f9da1;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #5f9da1;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(95, 157, 161, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 157, 161, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f9da1;
background: linear-gradient(135deg, #5f9da1, #5F71A1);

Monochromatic scale

Palettes built from #5f9da1

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.

#5f9da1 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

Converts to four-color process without much drama. Proof it anyway.

#5f9da1, answered

What color is #5f9da1?

#5f9da1 is a balanced soft cyan — the CSS keyword Cadet Blue. It sits at 184° on the hue wheel with 26% saturation and 50% lightness, which reads as cool.

What is the RGB value of #5f9da1?

rgb(95, 157, 161) — 95 red, 157 green and 161 blue out of 255, or 37.3% / 61.6% / 63.1% by channel.

Is #5f9da1 a light or a dark color?

It is a mid-tone. Relative luminance is 0.2912 and perceived brightness is 56%, so black text on it reaches 6.82:1.

Should I use black or white text on #5f9da1?

Black. It scores 6.82:1 against #5f9da1, versus 3.08:1 for white — AA at any size.

What is the complementary color of #5f9da1?

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

What colors go well with #5f9da1?

For interface work: #F5F9F9 as the surface, #CCE0E1 for borders, #558D91 for secondary text, #A65A68 as an accent and #2F4E50 for hover and pressed states. For a palette, the analogous pair #5FA184 and #5F7CA1 stays calm, while #A1635F is the loudest partner.

What is #5f9da1 in CMYK for printing?

cmyk(41%, 3%, 0%, 37%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.

Is #5f9da1 warm or cool?

Cool — it scores 79 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #5FA18D; nudged cooler, #5C86A4.

Work with #5f9da1 in the Color Lab