Skip to content

#d4eefd

a pale, electric blue · cool · closest name: Alice Blue

RGB
212, 238, 253
HSL
202°, 91%, 91%
CMYK
16, 6, 0, 1
Luminance
0.8224

At a glance

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

Hex
#d4eefd
Hue
202°
blue
Saturation
91%
electric
Lightness
91%
pale
Brightness
99%
HSV value
Perceived
91%
weighted brightness
Luminance
0.8224
WCAG relative
Temperature
Cool
97/100 cool
Color family
Blue
Tone
Electric
Best ink
Black
17.45:1
Closest name
Alice Blue
ΔE2000 6.7
Where it sits
Hue202° of 360°
Saturation91%
Lightness91%
Temperature
Warm ← → Cool97% 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#d4eefd
RGBrgb(212, 238, 253)
HSLhsl(202, 91%, 91%)
CMYKcmyk(16%, 6%, 0%, 1%)
LABlab(92.7 -5.5 -10.1)
LCHlch(92.7 11.5 241.5)
OKLCHoklch(0.935 0.034 233.0)
Decimal13954813
Display P3color(display-p3 0.831 0.933 0.992)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#d4eefd on white: 1.20:1
AA ✗ fail · AA-large · AAA
Aa
#d4eefd on black: 17.45:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E7EDFE
deuteranopia · #E1E8FD
tritanopia · #C9F2F3

Color scale — 50 to 950

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

#F2F9FD
#d4eefd
#C3E5F9
#94D5FA
#5EBFF8
#29AAF5
#0B98EA
#097FC3
#07659C
#0A4B70
#062F46
Base = 100Lightest = 50 · #F2F9FDDarkest = 950 · #062F46
:root {
  --brand-50: #F2F9FD;
  --brand-100: #d4eefd;
  --brand-200: #C3E5F9;
  --brand-300: #94D5FA;
  --brand-400: #5EBFF8;
  --brand-500: #29AAF5;
  --brand-600: #0B98EA;
  --brand-700: #097FC3;
  --brand-800: #07659C;
  --brand-900: #0A4B70;
  --brand-950: #062F46;
  --brand: #d4eefd;
  --brand-ink: #000000;
}

Colors that work with #d4eefd

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#F4F8FA
Tinted page background
Border#C0DCED
Hairlines and dividers
Muted text#4B7D9B
Captions on the surface
Accent#C81B04
Second voice, not a rival
Dark variant#064F7A
Hover, pressed, headers
Light variant#E7F5FE
Selected rows, tints
Dark surface#141E24
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 #d4eefd

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#FDE3D4
Analogous left#D4FDF8
Analogous right#D4DAFD
Split-complement 1#FDD4DA
Split-complement 2#FDF8D4
Triadic 1#FDD4EE
Triadic 2#EEFDD4
Tetradic#F8D4FD

RGB percentages

Red83.1%
Green93.3%
Blue99.2%

CMYK percentages

Cyan16.2%
Magenta5.9%
Yellow0.0%
Key (black)0.8%

Color previews

#d4eefd text on a black background

contrast 17.45:1

Card sample

#d4eefd text on a white background

contrast 1.20:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #d4eefd

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.

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

#d4eefd, answered

What color is #d4eefd?

#d4eefd is a pale electric blue, closest to Alice Blue (ΔE2000 6.7). It sits at 202° on the hue wheel with 91% saturation and 91% lightness, which reads as cool.

What is the RGB value of #d4eefd?

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

Is #d4eefd a light or a dark color?

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

Should I use black or white text on #d4eefd?

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

What is the complementary color of #d4eefd?

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

What colors go well with #d4eefd?

For interface work: #F4F8FA as the surface, #C0DCED for borders, #4B7D9B for secondary text, #C81B04 as an accent and #064F7A for hover and pressed states. For a palette, the analogous pair #D4FDF8 and #D4DAFD stays calm, while #FDE3D4 is the loudest partner.

What is #d4eefd in CMYK for printing?

cmyk(16%, 6%, 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 #d4eefd warm or cool?

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

Work with #d4eefd in the Color Lab