Skip to content

#dfe8f4

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

RGB
223, 232, 244
HSL
214°, 49%, 92%
CMYK
9, 5, 0, 4
Luminance
0.7993

At a glance

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

Hex
#dfe8f4
Hue
214°
blue
Saturation
49%
vivid
Lightness
92%
pale
Brightness
96%
HSV value
Perceived
90%
weighted brightness
Luminance
0.7993
WCAG relative
Temperature
Cool
98/100 cool
Color family
Blue
Tone
Vivid
Best ink
Black
16.99:1
Closest name
Alice Blue
ΔE2000 4
Where it sits
Hue214° of 360°
Saturation49%
Lightness92%
Temperature
Warm ← → Cool98% 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#dfe8f4
RGBrgb(223, 232, 244)
HSLhsl(214, 49%, 92%)
CMYKcmyk(9%, 5%, 0%, 4%)
LABlab(91.7 -0.7 -6.8)
LCHlch(91.7 6.9 263.9)
OKLCHoklch(0.928 0.019 255.5)
Decimal14674164
Display P3color(display-p3 0.875 0.910 0.957)

Copy-ready code

/* CSS */
color: #dfe8f4;
background-color: #dfe8f4;
/* Tailwind (arbitrary) */
class="text-[#dfe8f4] bg-[#dfe8f4]"
/* SCSS */
$brand: #dfe8f4;
/* SwiftUI */
Color(red: 0.875, green: 0.910, blue: 0.957)
/* Android */
Color.parseColor("#dfe8f4")
/* Flutter */
Color(0xFFDFE8F4)
/* Python / OpenCV (BGR) */
(244, 232, 223)

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

Accessibility — WCAG contrast

Aa
#dfe8f4 on white: 1.24:1
AA ✗ fail · AA-large · AAA
Aa
#dfe8f4 on black: 16.99:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E4E8F5
deuteranopia · #E2E6F4
tritanopia · #DAEBEC

Color scale — 50 to 950

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

#F4F7FA
#dfe8f4
#D0DCEC
#ACC3E2
#82A5D4
#5887C6
#3F72B6
#345F98
#2A4C79
#223959
#152437
Base = 100Lightest = 50 · #F4F7FADarkest = 950 · #152437
:root {
  --brand-50: #F4F7FA;
  --brand-100: #dfe8f4;
  --brand-200: #D0DCEC;
  --brand-300: #ACC3E2;
  --brand-400: #82A5D4;
  --brand-500: #5887C6;
  --brand-600: #3F72B6;
  --brand-700: #345F98;
  --brand-800: #2A4C79;
  --brand-900: #223959;
  --brand-950: #152437;
  --brand: #dfe8f4;
  --brand-ink: #000000;
}

Colors that work with #dfe8f4

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#F4F7FA
Tinted page background
Border#C2D3EA
Hairlines and dividers
Muted text#4B6D9B
Captions on the surface
Accent#9D552F
Second voice, not a rival
Dark variant#213B5F
Hover, pressed, headers
Light variant#ECF1F8
Selected rows, tints
Dark surface#141B24
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 #dfe8f4

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#F4EBDF
Analogous left#DFF3F4
Analogous right#E1DFF4
Split-complement 1#F4E1DF
Split-complement 2#F3F4DF
Triadic 1#F4DFE8
Triadic 2#E8F4DF
Tetradic#F4DFF3

RGB percentages

Red87.5%
Green91.0%
Blue95.7%

CMYK percentages

Cyan8.6%
Magenta4.9%
Yellow0.0%
Key (black)4.3%

Color previews

#dfe8f4 text on a black background

contrast 16.99:1

Card sample

#dfe8f4 text on a white background

contrast 1.24:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #dfe8f4

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.

#dfe8f4 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

Very light tints can drop out on uncoated stock; check it at 100% size before signing off.

#dfe8f4, answered

What color is #dfe8f4?

#dfe8f4 is a pale vivid blue, closest to Alice Blue (ΔE2000 4). It sits at 214° on the hue wheel with 49% saturation and 92% lightness, which reads as cool.

What is the RGB value of #dfe8f4?

rgb(223, 232, 244) — 223 red, 232 green and 244 blue out of 255, or 87.5% / 91% / 95.7% by channel.

Is #dfe8f4 a light or a dark color?

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

Should I use black or white text on #dfe8f4?

Black. It scores 16.99:1 against #dfe8f4, versus 1.24:1 for white — AAA at any size.

What is the complementary color of #dfe8f4?

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

What colors go well with #dfe8f4?

For interface work: #F4F7FA as the surface, #C2D3EA for borders, #4B6D9B for secondary text, #9D552F as an accent and #213B5F for hover and pressed states. For a palette, the analogous pair #DFF3F4 and #E1DFF4 stays calm, while #F4EBDF is the loudest partner.

What is #dfe8f4 in CMYK for printing?

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

Is #dfe8f4 warm or cool?

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

Work with #dfe8f4 in the Color Lab