Skip to content

#d3eee5

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

RGB
211, 238, 229
HSL
160°, 44%, 88%
CMYK
11, 0, 4, 7
Luminance
0.8066

At a glance

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

Hex
#d3eee5
Hue
160°
cyan
Saturation
44%
soft
Lightness
88%
pale
Brightness
93%
HSV value
Perceived
90%
weighted brightness
Luminance
0.8066
WCAG relative
Temperature
Cool
79/100 cool
Color family
Cyan
Tone
Soft
Best ink
Black
17.13:1
Closest name
Light Cyan
ΔE2000 5.3
Where it sits
Hue160° of 360°
Saturation44%
Lightness88%
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#d3eee5
RGBrgb(211, 238, 229)
HSLhsl(160, 44%, 88%)
CMYKcmyk(11%, 0%, 4%, 7%)
LABlab(92.0 -10.5 1.4)
LCHlch(92.0 10.6 172.6)
OKLCHoklch(0.927 0.031 173.6)
Decimal13889253
Display P3color(display-p3 0.827 0.933 0.898)

Copy-ready code

/* CSS */
color: #d3eee5;
background-color: #d3eee5;
/* Tailwind (arbitrary) */
class="text-[#d3eee5] bg-[#d3eee5]"
/* SCSS */
$brand: #d3eee5;
/* SwiftUI */
Color(red: 0.827, green: 0.933, blue: 0.898)
/* Android */
Color.parseColor("#d3eee5")
/* Flutter */
Color(0xFFD3EEE5)
/* Python / OpenCV (BGR) */
(229, 238, 211)

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

Accessibility — WCAG contrast

Aa
#d3eee5 on white: 1.23:1
AA ✗ fail · AA-large · AAA
Aa
#d3eee5 on black: 17.13:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #ECEAE5
deuteranopia · #E7E6E6
tritanopia · #CDEFEB

Color scale — 50 to 950

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

#F5FAF8
#EAF5F1
#d3eee5
#AEE0CF
#86D0B7
#5DC19F
#44B18C
#399375
#2D765E
#245646
#17362B
Base = 200Lightest = 50 · #F5FAF8Darkest = 950 · #17362B
:root {
  --brand-50: #F5FAF8;
  --brand-100: #EAF5F1;
  --brand-200: #d3eee5;
  --brand-300: #AEE0CF;
  --brand-400: #86D0B7;
  --brand-500: #5DC19F;
  --brand-600: #44B18C;
  --brand-700: #399375;
  --brand-800: #2D765E;
  --brand-900: #245646;
  --brand-950: #17362B;
  --brand: #d3eee5;
  --brand-ink: #000000;
}

Colors that work with #d3eee5

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#F4FAF8
Tinted page background
Border#C4E8DC
Hairlines and dividers
Muted text#4B9B80
Captions on the surface
Accent#96366E
Second voice, not a rival
Dark variant#245C49
Hover, pressed, headers
Light variant#EDF8F4
Selected rows, tints
Dark surface#14241F
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 #d3eee5

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

Works well for
  • Text and icons on dark surfaces
  • Charts, tags and secondary surfaces
  • Card and section backgrounds
  • Brand accents, badges and data highlights
Use with care
  • Text of any size on white — fails WCAG AA
  • 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#EED3DC
Analogous left#D3EED7
Analogous right#D3E9EE
Split-complement 1#EED3E9
Split-complement 2#EED7D3
Triadic 1#E5D3EE
Triadic 2#EEE5D3
Tetradic#D7D3EE

RGB percentages

Red82.7%
Green93.3%
Blue89.8%

CMYK percentages

Cyan11.3%
Magenta0.0%
Yellow3.8%
Key (black)6.7%

Color previews

#d3eee5 text on a black background

contrast 17.13:1

Card sample

#d3eee5 text on a white background

contrast 1.23:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #d3eee5

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.

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

#d3eee5, answered

What color is #d3eee5?

#d3eee5 is a pale soft cyan, closest to Light Cyan (ΔE2000 5.3). It sits at 160° on the hue wheel with 44% saturation and 88% lightness, which reads as cool.

What is the RGB value of #d3eee5?

rgb(211, 238, 229) — 211 red, 238 green and 229 blue out of 255, or 82.7% / 93.3% / 89.8% by channel.

Is #d3eee5 a light or a dark color?

It is a light color. Relative luminance is 0.8066 and perceived brightness is 90%, so black text on it reaches 17.13:1.

Should I use black or white text on #d3eee5?

Black. It scores 17.13:1 against #d3eee5, versus 1.23:1 for white — AAA at any size.

What is the complementary color of #d3eee5?

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

What colors go well with #d3eee5?

For interface work: #F4FAF8 as the surface, #C4E8DC for borders, #4B9B80 for secondary text, #96366E as an accent and #245C49 for hover and pressed states. For a palette, the analogous pair #D3EED7 and #D3E9EE stays calm, while #EED3DC is the loudest partner.

What is #d3eee5 in CMYK for printing?

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

Is #d3eee5 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 #D3EEDB; nudged cooler, #D2EEEF.

Work with #d3eee5 in the Color Lab