Skip to content

#d4f0eb

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

RGB
212, 240, 235
HSL
169°, 48%, 89%
CMYK
12, 0, 2, 6
Luminance
0.8232

At a glance

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

Hex
#d4f0eb
Hue
169°
cyan
Saturation
48%
vivid
Lightness
89%
pale
Brightness
94%
HSV value
Perceived
91%
weighted brightness
Luminance
0.8232
WCAG relative
Temperature
Cool
83/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
17.46:1
Closest name
Light Cyan
ΔE2000 3.8
Where it sits
Hue169° of 360°
Saturation48%
Lightness89%
Temperature
Warm ← → Cool83% 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#d4f0eb
RGBrgb(212, 240, 235)
HSLhsl(169, 48%, 89%)
CMYKcmyk(12%, 0%, 2%, 6%)
LABlab(92.7 -10.1 -0.7)
LCHlch(92.7 10.1 183.9)
OKLCHoklch(0.933 0.030 183.8)
Decimal13955307
Display P3color(display-p3 0.831 0.941 0.922)

Copy-ready code

/* CSS */
color: #d4f0eb;
background-color: #d4f0eb;
/* Tailwind (arbitrary) */
class="text-[#d4f0eb] bg-[#d4f0eb]"
/* SCSS */
$brand: #d4f0eb;
/* SwiftUI */
Color(red: 0.831, green: 0.941, blue: 0.922)
/* Android */
Color.parseColor("#d4f0eb")
/* Flutter */
Color(0xFFD4F0EB)
/* Python / OpenCV (BGR) */
(235, 240, 212)

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

Accessibility — WCAG contrast

Aa
#d4f0eb on white: 1.20:1
AA ✗ fail · AA-large · AAA
Aa
#d4f0eb on black: 17.46:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #EDEDEB
deuteranopia · #E7E8EB
tritanopia · #CDF1EE

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #d4f0eb 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
#EAF5F3
#d4f0eb
#ACE2D8
#82D3C5
#59C5B2
#3FB6A0
#359786
#2A796B
#22584F
#153731
Base = 200Lightest = 50 · #F4FAF9Darkest = 950 · #153731
:root {
  --brand-50: #F4FAF9;
  --brand-100: #EAF5F3;
  --brand-200: #d4f0eb;
  --brand-300: #ACE2D8;
  --brand-400: #82D3C5;
  --brand-500: #59C5B2;
  --brand-600: #3FB6A0;
  --brand-700: #359786;
  --brand-800: #2A796B;
  --brand-900: #22584F;
  --brand-950: #153731;
  --brand: #d4f0eb;
  --brand-ink: #000000;
}

Colors that work with #d4f0eb

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#C2EAE3
Hairlines and dividers
Muted text#4B9B8D
Captions on the surface
Accent#9B315F
Second voice, not a rival
Dark variant#215F54
Hover, pressed, headers
Light variant#ECF8F6
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 #d4f0eb

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#F0D4D9
Analogous left#D4F0DD
Analogous right#D4E7F0
Split-complement 1#F0D4E7
Split-complement 2#F0DDD4
Triadic 1#EBD4F0
Triadic 2#F0EBD4
Tetradic#DDD4F0

RGB percentages

Red83.1%
Green94.1%
Blue92.2%

CMYK percentages

Cyan11.7%
Magenta0.0%
Yellow2.1%
Key (black)5.9%

Color previews

#d4f0eb text on a black background

contrast 17.46:1

Card sample

#d4f0eb text on a white background

contrast 1.20:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(212, 240, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 240, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4f0eb;
background: linear-gradient(135deg, #d4f0eb, #D4E2F0);

Monochromatic scale

Palettes built from #d4f0eb

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.

#d4f0eb 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.

#d4f0eb, answered

What color is #d4f0eb?

#d4f0eb is a pale vivid cyan, closest to Light Cyan (ΔE2000 3.8). It sits at 169° on the hue wheel with 48% saturation and 89% lightness, which reads as cool.

What is the RGB value of #d4f0eb?

rgb(212, 240, 235) — 212 red, 240 green and 235 blue out of 255, or 83.1% / 94.1% / 92.2% by channel.

Is #d4f0eb a light or a dark color?

It is a light color. Relative luminance is 0.8232 and perceived brightness is 91%, so black text on it reaches 17.46:1.

Should I use black or white text on #d4f0eb?

Black. It scores 17.46:1 against #d4f0eb, versus 1.20:1 for white — AAA at any size.

What is the complementary color of #d4f0eb?

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

What colors go well with #d4f0eb?

For interface work: #F4FAF9 as the surface, #C2EAE3 for borders, #4B9B8D for secondary text, #9B315F as an accent and #215F54 for hover and pressed states. For a palette, the analogous pair #D4F0DD and #D4E7F0 stays calm, while #F0D4D9 is the loudest partner.

What is #d4f0eb in CMYK for printing?

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

Is #d4f0eb warm or cool?

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

Work with #d4f0eb in the Color Lab