Skip to content

#d4e2fd

a pale, electric blue · cool · closest name: Lavender

RGB
212, 226, 253
HSL
220°, 91%, 91%
CMYK
16, 11, 0, 1
Luminance
0.7548

At a glance

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

Hex
#d4e2fd
Hue
220°
blue
Saturation
91%
electric
Lightness
91%
pale
Brightness
99%
HSV value
Perceived
88%
weighted brightness
Luminance
0.7548
WCAG relative
Temperature
Cool
95/100 cool
Color family
Blue
Tone
Electric
Best ink
Black
16.10:1
Closest name
Lavender
ΔE2000 6
Where it sits
Hue220° of 360°
Saturation91%
Lightness91%
Temperature
Warm ← → Cool95% 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#d4e2fd
RGBrgb(212, 226, 253)
HSLhsl(220, 91%, 91%)
CMYKcmyk(16%, 11%, 0%, 1%)
LABlab(89.6 0.7 -14.7)
LCHlch(89.6 14.7 272.7)
OKLCHoklch(0.911 0.040 263.7)
Decimal13951741
Display P3color(display-p3 0.831 0.886 0.992)

Copy-ready code

/* CSS */
color: #d4e2fd;
background-color: #d4e2fd;
/* Tailwind (arbitrary) */
class="text-[#d4e2fd] bg-[#d4e2fd]"
/* SCSS */
$brand: #d4e2fd;
/* SwiftUI */
Color(red: 0.831, green: 0.886, blue: 0.992)
/* Android */
Color.parseColor("#d4e2fd")
/* Flutter */
Color(0xFFD4E2FD)
/* Python / OpenCV (BGR) */
(253, 226, 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 #d4e2fd · 16.10:1
Use #000000AAA at every size.
Aa
White text · 1.30:1
AA fail · AA large fail · AAA fail
Aa
Black text · 16.10:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #d4e2fd as text scores 1.30:1 on white and 16.10:1 on black.

Accessibility — WCAG contrast

Aa
#d4e2fd on white: 1.30:1
AA ✗ fail · AA-large · AAA
Aa
#d4e2fd on black: 16.10:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #DAE3FE
deuteranopia · #D6E0FC
tritanopia · #CAE7EB

Color scale — 50 to 950

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

#F2F6FD
#d4e2fd
#C3D5F9
#94B7FA
#5E93F8
#296EF5
#0B57EA
#0949C3
#073A9C
#0A2D70
#061C46
Base = 100Lightest = 50 · #F2F6FDDarkest = 950 · #061C46
:root {
  --brand-50: #F2F6FD;
  --brand-100: #d4e2fd;
  --brand-200: #C3D5F9;
  --brand-300: #94B7FA;
  --brand-400: #5E93F8;
  --brand-500: #296EF5;
  --brand-600: #0B57EA;
  --brand-700: #0949C3;
  --brand-800: #073A9C;
  --brand-900: #0A2D70;
  --brand-950: #061C46;
  --brand: #d4e2fd;
  --brand-ink: #000000;
}

Colors that work with #d4e2fd

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#F4F6FA
Tinted page background
Border#C0CFED
Hairlines and dividers
Muted text#4B669B
Captions on the surface
Accent#C85604
Second voice, not a rival
Dark variant#062D7A
Hover, pressed, headers
Light variant#E7EFFE
Selected rows, tints
Dark surface#141924
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 #d4e2fd

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
  • 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#FDEFD4
Analogous left#D4F7FD
Analogous right#DBD4FD
Split-complement 1#FDDBD4
Split-complement 2#F7FDD4
Triadic 1#FDD4E2
Triadic 2#E2FDD4
Tetradic#FDD4F7

RGB percentages

Red83.1%
Green88.6%
Blue99.2%

CMYK percentages

Cyan16.2%
Magenta10.7%
Yellow0.0%
Key (black)0.8%

Color previews

#d4e2fd text on a black background

contrast 16.10:1

Card sample

#d4e2fd text on a white background

contrast 1.30:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #d4e2fd

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.

#d4e2fd in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
TechnologyFinanceHealthcareEnterprise SaaS
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.

#d4e2fd, answered

What color is #d4e2fd?

#d4e2fd is a pale electric blue, closest to Lavender (ΔE2000 6). It sits at 220° on the hue wheel with 91% saturation and 91% lightness, which reads as cool.

What is the RGB value of #d4e2fd?

rgb(212, 226, 253) — 212 red, 226 green and 253 blue out of 255, or 83.1% / 88.6% / 99.2% by channel.

Is #d4e2fd a light or a dark color?

It is a light color. Relative luminance is 0.7548 and perceived brightness is 88%, so black text on it reaches 16.10:1.

Should I use black or white text on #d4e2fd?

Black. It scores 16.10:1 against #d4e2fd, versus 1.30:1 for white — AAA at any size.

What is the complementary color of #d4e2fd?

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

What colors go well with #d4e2fd?

For interface work: #F4F6FA as the surface, #C0CFED for borders, #4B669B for secondary text, #C85604 as an accent and #062D7A for hover and pressed states. For a palette, the analogous pair #D4F7FD and #DBD4FD stays calm, while #FDEFD4 is the loudest partner.

What is #d4e2fd in CMYK for printing?

cmyk(16%, 11%, 0%, 1%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.

Is #d4e2fd warm or cool?

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

Work with #d4e2fd in the Color Lab