Skip to content

#9cdfd1

a light, vivid cyan · cool · closest name: Pale Turquoise

RGB
156, 223, 209
HSL
168°, 51%, 74%
CMYK
30, 0, 6, 13
Luminance
0.6445

At a glance

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

Hex
#9cdfd1
Hue
168°
cyan
Saturation
51%
vivid
Lightness
74%
light
Brightness
87%
HSV value
Perceived
80%
weighted brightness
Luminance
0.6445
WCAG relative
Temperature
Cool
82/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
13.89:1
Closest name
Pale Turquoise
ΔE2000 6.7
Where it sits
Hue168° of 360°
Saturation51%
Lightness74%
Temperature
Warm ← → Cool82% 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#9cdfd1
RGBrgb(156, 223, 209)
HSLhsl(168, 51%, 74%)
CMYKcmyk(30%, 0%, 6%, 13%)
LABlab(84.2 -24.0 0.1)
LCHlch(84.2 24.0 179.7)
OKLCHoklch(0.855 0.070 180.1)
Decimal10280913
Display P3color(display-p3 0.612 0.875 0.820)

Copy-ready code

/* CSS */
color: #9cdfd1;
background-color: #9cdfd1;
/* Tailwind (arbitrary) */
class="text-[#9cdfd1] bg-[#9cdfd1]"
/* SCSS */
$brand: #9cdfd1;
/* SwiftUI */
Color(red: 0.612, green: 0.875, blue: 0.820)
/* Android */
Color.parseColor("#9cdfd1")
/* Flutter */
Color(0xFF9CDFD1)
/* Python / OpenCV (BGR) */
(209, 223, 156)

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 #9cdfd1 · 13.89:1
Use #000000AAA at every size.
Aa
White text · 1.51:1
AA fail · AA large fail · AAA fail
Aa
Black text · 13.89:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #9cdfd1 as text scores 1.51:1 on white and 13.89:1 on black.

Accessibility — WCAG contrast

Aa
#9cdfd1 on white: 1.51:1
AA ✗ fail · AA-large · AAA
Aa
#9cdfd1 on black: 13.89:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D9D7D0
deuteranopia · #CDCED2
tritanopia · #88E1DB

Color scale — 50 to 950

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

#F4FAF9
#EAF6F3
#CFEDE7
#9cdfd1
#80D6C4
#55C8B0
#3CB99F
#329A84
#287B6A
#205A4E
#143831
Base = 300Lightest = 50 · #F4FAF9Darkest = 950 · #143831
:root {
  --brand-50: #F4FAF9;
  --brand-100: #EAF6F3;
  --brand-200: #CFEDE7;
  --brand-300: #9cdfd1;
  --brand-400: #80D6C4;
  --brand-500: #55C8B0;
  --brand-600: #3CB99F;
  --brand-700: #329A84;
  --brand-800: #287B6A;
  --brand-900: #205A4E;
  --brand-950: #143831;
  --brand: #9cdfd1;
  --brand-ink: #000000;
}

Colors that work with #9cdfd1

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#F4FAF9
Tinted page background
Border#C1EBE2
Hairlines and dividers
Muted text#4B9B8A
Captions on the surface
Accent#9F2D61
Second voice, not a rival
Dark variant#1F6053
Hover, pressed, headers
Light variant#ECF9F6
Selected rows, tints
Dark surface#142421
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 #9cdfd1

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

Works well for
  • Text and icons on dark surfaces
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Card and section backgrounds
  • Brand accents, badges and data highlights
Use with care
  • Text of any size on white — fails WCAG AA
  • Full-page backgrounds — tiring over long sessions
  • White 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#DF9CAA
Analogous left#9CDFB0
Analogous right#9CCBDF
Split-complement 1#DF9CCB
Split-complement 2#DFB09C
Triadic 1#D19CDF
Triadic 2#DFD19C
Tetradic#B09CDF

RGB percentages

Red61.2%
Green87.5%
Blue82.0%

CMYK percentages

Cyan30.0%
Magenta0.0%
Yellow6.3%
Key (black)12.5%

Color previews

#9cdfd1 text on a black background

contrast 13.89:1

Card sample

#9cdfd1 text on a white background

contrast 1.51:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #9cdfd1;
Background color
Panel with #9cdfd1 background
background-color: #9cdfd1;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #9cdfd1;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(156, 223, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 223, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cdfd1;
background: linear-gradient(135deg, #9cdfd1, #9CC0DF);

Monochromatic scale

Palettes built from #9cdfd1

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.

#9cdfd1 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
SurfacesBadgesHighlightsEmpty states
Print note

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

#9cdfd1, answered

What color is #9cdfd1?

#9cdfd1 is a light vivid cyan, closest to Pale Turquoise (ΔE2000 6.7). It sits at 168° on the hue wheel with 51% saturation and 74% lightness, which reads as cool.

What is the RGB value of #9cdfd1?

rgb(156, 223, 209) — 156 red, 223 green and 209 blue out of 255, or 61.2% / 87.5% / 82% by channel.

Is #9cdfd1 a light or a dark color?

It is a light color. Relative luminance is 0.6445 and perceived brightness is 80%, so black text on it reaches 13.89:1.

Should I use black or white text on #9cdfd1?

Black. It scores 13.89:1 against #9cdfd1, versus 1.51:1 for white — AAA at any size.

What is the complementary color of #9cdfd1?

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

What colors go well with #9cdfd1?

For interface work: #F4FAF9 as the surface, #C1EBE2 for borders, #4B9B8A for secondary text, #9F2D61 as an accent and #1F6053 for hover and pressed states. For a palette, the analogous pair #9CDFB0 and #9CCBDF stays calm, while #DF9CAA is the loudest partner.

What is #9cdfd1 in CMYK for printing?

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

Is #9cdfd1 warm or cool?

Cool — it scores 82 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #9CDFB8; nudged cooler, #9BD5E0.

Work with #9cdfd1 in the Color Lab