Skip to content

#d2e1df

a pale, soft cyan · cool · closest name: Azure

RGB
210, 225, 223
HSL
172°, 20%, 85%
CMYK
7, 0, 1, 12
Luminance
0.7288

At a glance

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

Hex
#d2e1df
Hue
172°
cyan
Saturation
20%
soft
Lightness
85%
pale
Brightness
88%
HSV value
Perceived
86%
weighted brightness
Luminance
0.7288
WCAG relative
Temperature
Cool
70/100 cool
Color family
Cyan
Tone
Soft
Best ink
Black
15.58:1
Closest name
Azure
ΔE2000 6.5
Where it sits
Hue172° of 360°
Saturation20%
Lightness85%
Temperature
Warm ← → Cool70% 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#d2e1df
RGBrgb(210, 225, 223)
HSLhsl(172, 20%, 85%)
CMYKcmyk(7%, 0%, 1%, 12%)
LABlab(88.4 -5.4 -0.8)
LCHlch(88.4 5.4 188.0)
OKLCHoklch(0.898 0.016 187.3)
Decimal13820383
Display P3color(display-p3 0.824 0.882 0.875)

Copy-ready code

/* CSS */
color: #d2e1df;
background-color: #d2e1df;
/* Tailwind (arbitrary) */
class="text-[#d2e1df] bg-[#d2e1df]"
/* SCSS */
$brand: #d2e1df;
/* SwiftUI */
Color(red: 0.824, green: 0.882, blue: 0.875)
/* Android */
Color.parseColor("#d2e1df")
/* Flutter */
Color(0xFFD2E1DF)
/* Python / OpenCV (BGR) */
(223, 225, 210)

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

Accessibility — WCAG contrast

Aa
#d2e1df on white: 1.35:1
AA ✗ fail · AA-large · AAA
Aa
#d2e1df on black: 15.58:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #DFDFDF
deuteranopia · #DCDDDF
tritanopia · #CEE2E0

Color scale — 50 to 950

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

#F6F9F8
#EDF2F1
#d2e1df
#BCD2CF
#9ABCB7
#78A59F
#62938C
#527A75
#41625E
#324845
#1F2D2B
Base = 200Lightest = 50 · #F6F9F8Darkest = 950 · #1F2D2B
:root {
  --brand-50: #F6F9F8;
  --brand-100: #EDF2F1;
  --brand-200: #d2e1df;
  --brand-300: #BCD2CF;
  --brand-400: #9ABCB7;
  --brand-500: #78A59F;
  --brand-600: #62938C;
  --brand-700: #527A75;
  --brand-800: #41625E;
  --brand-900: #324845;
  --brand-950: #1F2D2B;
  --brand: #d2e1df;
  --brand-ink: #000000;
}

Colors that work with #d2e1df

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#F6F9F8
Tinted page background
Border#CEDEDC
Hairlines and dividers
Muted text#5C8A84
Captions on the surface
Accent#7F4D5E
Second voice, not a rival
Dark variant#334D49
Hover, pressed, headers
Light variant#F0F5F4
Selected rows, tints
Dark surface#162220
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 #d2e1df

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#E1D2D4
Analogous left#D2E1D8
Analogous right#D2DCE1
Split-complement 1#E1D2DC
Split-complement 2#E1D8D2
Triadic 1#DFD2E1
Triadic 2#E1DFD2
Tetradic#D8D2E1

RGB percentages

Red82.4%
Green88.2%
Blue87.5%

CMYK percentages

Cyan6.7%
Magenta0.0%
Yellow0.9%
Key (black)11.8%

Color previews

#d2e1df text on a black background

contrast 15.58:1

Card sample

#d2e1df text on a white background

contrast 1.35:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(210, 225, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 225, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2e1df;
background: linear-gradient(135deg, #d2e1df, #D2D9E1);

Monochromatic scale

Palettes built from #d2e1df

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.

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

#d2e1df, answered

What color is #d2e1df?

#d2e1df is a pale soft cyan, closest to Azure (ΔE2000 6.5). It sits at 172° on the hue wheel with 20% saturation and 85% lightness, which reads as cool.

What is the RGB value of #d2e1df?

rgb(210, 225, 223) — 210 red, 225 green and 223 blue out of 255, or 82.4% / 88.2% / 87.5% by channel.

Is #d2e1df a light or a dark color?

It is a light color. Relative luminance is 0.7288 and perceived brightness is 86%, so black text on it reaches 15.58:1.

Should I use black or white text on #d2e1df?

Black. It scores 15.58:1 against #d2e1df, versus 1.35:1 for white — AAA at any size.

What is the complementary color of #d2e1df?

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

What colors go well with #d2e1df?

For interface work: #F6F9F8 as the surface, #CEDEDC for borders, #5C8A84 for secondary text, #7F4D5E as an accent and #334D49 for hover and pressed states. For a palette, the analogous pair #D2E1D8 and #D2DCE1 stays calm, while #E1D2D4 is the loudest partner.

What is #d2e1df in CMYK for printing?

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

Is #d2e1df warm or cool?

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

Work with #d2e1df in the Color Lab