Skip to content

#d9f2ee

a pale, vivid cyan · cool · closest name: Light Cyan

RGB
217, 242, 238
HSL
170°, 49%, 90%
CMYK
10, 0, 2, 5
Luminance
0.8443

At a glance

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

Hex
#d9f2ee
Hue
170°
cyan
Saturation
49%
vivid
Lightness
90%
pale
Brightness
95%
HSV value
Perceived
92%
weighted brightness
Luminance
0.8443
WCAG relative
Temperature
Cool
84/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
17.89:1
Closest name
Light Cyan
ΔE2000 3.4
Where it sits
Hue170° of 360°
Saturation49%
Lightness90%
Temperature
Warm ← → Cool84% 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#d9f2ee
RGBrgb(217, 242, 238)
HSLhsl(170, 49%, 90%)
CMYKcmyk(10%, 0%, 2%, 5%)
LABlab(93.6 -8.9 -0.8)
LCHlch(93.6 8.9 185.5)
OKLCHoklch(0.942 0.027 185.2)
Decimal14283502
Display P3color(display-p3 0.851 0.949 0.933)

Copy-ready code

/* CSS */
color: #d9f2ee;
background-color: #d9f2ee;
/* Tailwind (arbitrary) */
class="text-[#d9f2ee] bg-[#d9f2ee]"
/* SCSS */
$brand: #d9f2ee;
/* SwiftUI */
Color(red: 0.851, green: 0.949, blue: 0.933)
/* Android */
Color.parseColor("#d9f2ee")
/* Flutter */
Color(0xFFD9F2EE)
/* Python / OpenCV (BGR) */
(238, 242, 217)

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

Accessibility — WCAG contrast

Aa
#d9f2ee on white: 1.17:1
AA ✗ fail · AA-large · AAA
Aa
#d9f2ee on black: 17.89:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #EFEFEE
deuteranopia · #EAEBEE
tritanopia · #D3F3F1

Color scale — 50 to 950

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

#F4FAF9
#EAF6F4
#d9f2ee
#ABE2DA
#82D4C7
#58C6B4
#3EB6A3
#349888
#2A7A6D
#225950
#153732
Base = 200Lightest = 50 · #F4FAF9Darkest = 950 · #153732
:root {
  --brand-50: #F4FAF9;
  --brand-100: #EAF6F4;
  --brand-200: #d9f2ee;
  --brand-300: #ABE2DA;
  --brand-400: #82D4C7;
  --brand-500: #58C6B4;
  --brand-600: #3EB6A3;
  --brand-700: #349888;
  --brand-800: #2A7A6D;
  --brand-900: #225950;
  --brand-950: #153732;
  --brand: #d9f2ee;
  --brand-ink: #000000;
}

Colors that work with #d9f2ee

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#C2EAE4
Hairlines and dividers
Muted text#4B9B8E
Captions on the surface
Accent#9C305C
Second voice, not a rival
Dark variant#215F55
Hover, pressed, headers
Light variant#ECF8F6
Selected rows, tints
Dark surface#142422
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 #d9f2ee

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#F2D9DD
Analogous left#D9F2E2
Analogous right#D9E9F2
Split-complement 1#F2D9E9
Split-complement 2#F2E2D9
Triadic 1#EED9F2
Triadic 2#F2EED9
Tetradic#E2D9F2

RGB percentages

Red85.1%
Green94.9%
Blue93.3%

CMYK percentages

Cyan10.3%
Magenta0.0%
Yellow1.7%
Key (black)5.1%

Color previews

#d9f2ee text on a black background

contrast 17.89:1

Card sample

#d9f2ee text on a white background

contrast 1.17:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(217, 242, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 242, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d9f2ee;
background: linear-gradient(135deg, #d9f2ee, #D9E5F2);

Monochromatic scale

Palettes built from #d9f2ee

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.

#d9f2ee 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

Very light tints can drop out on uncoated stock; check it at 100% size before signing off.

#d9f2ee, answered

What color is #d9f2ee?

#d9f2ee is a pale vivid cyan, closest to Light Cyan (ΔE2000 3.4). It sits at 170° on the hue wheel with 49% saturation and 90% lightness, which reads as cool.

What is the RGB value of #d9f2ee?

rgb(217, 242, 238) — 217 red, 242 green and 238 blue out of 255, or 85.1% / 94.9% / 93.3% by channel.

Is #d9f2ee a light or a dark color?

It is a light color. Relative luminance is 0.8443 and perceived brightness is 92%, so black text on it reaches 17.89:1.

Should I use black or white text on #d9f2ee?

Black. It scores 17.89:1 against #d9f2ee, versus 1.17:1 for white — AAA at any size.

What is the complementary color of #d9f2ee?

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

What colors go well with #d9f2ee?

For interface work: #F4FAF9 as the surface, #C2EAE4 for borders, #4B9B8E for secondary text, #9C305C as an accent and #215F55 for hover and pressed states. For a palette, the analogous pair #D9F2E2 and #D9E9F2 stays calm, while #F2D9DD is the loudest partner.

What is #d9f2ee in CMYK for printing?

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

Is #d9f2ee warm or cool?

Cool — it scores 84 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #D9F2E5; nudged cooler, #D8EDF3.

Work with #d9f2ee in the Color Lab