Skip to content

#dfe7f4

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

RGB
223, 231, 244
HSL
217°, 49%, 92%
CMYK
9, 5, 0, 4
Luminance
0.7937

At a glance

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

Hex
#dfe7f4
Hue
217°
blue
Saturation
49%
vivid
Lightness
92%
pale
Brightness
96%
HSV value
Perceived
90%
weighted brightness
Luminance
0.7937
WCAG relative
Temperature
Cool
96/100 cool
Color family
Blue
Tone
Vivid
Best ink
Black
16.87:1
Closest name
Alice Blue
ΔE2000 4.5
Where it sits
Hue217° of 360°
Saturation49%
Lightness92%
Temperature
Warm ← → Cool96% 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#dfe7f4
RGBrgb(223, 231, 244)
HSLhsl(217, 49%, 92%)
CMYKcmyk(9%, 5%, 0%, 4%)
LABlab(91.4 -0.2 -7.2)
LCHlch(91.4 7.2 268.3)
OKLCHoklch(0.926 0.020 260.2)
Decimal14673908
Display P3color(display-p3 0.875 0.906 0.957)

Copy-ready code

/* CSS */
color: #dfe7f4;
background-color: #dfe7f4;
/* Tailwind (arbitrary) */
class="text-[#dfe7f4] bg-[#dfe7f4]"
/* SCSS */
$brand: #dfe7f4;
/* SwiftUI */
Color(red: 0.875, green: 0.906, blue: 0.957)
/* Android */
Color.parseColor("#dfe7f4")
/* Flutter */
Color(0xFFDFE7F4)
/* Python / OpenCV (BGR) */
(244, 231, 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 #dfe7f4 · 16.87:1
Use #000000AAA at every size.
Aa
White text · 1.24:1
AA fail · AA large fail · AAA fail
Aa
Black text · 16.87:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #dfe7f4 as text scores 1.24:1 on white and 16.87:1 on black.

Accessibility — WCAG contrast

Aa
#dfe7f4 on white: 1.24:1
AA ✗ fail · AA-large · AAA
Aa
#dfe7f4 on black: 16.87:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E3E7F5
deuteranopia · #E1E5F4
tritanopia · #DAEAEB

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #dfe7f4 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
#dfe7f4
#D0DAEC
#ACC0E2
#82A1D4
#5882C6
#3F6CB6
#345A98
#2A4879
#223759
#152237
Base = 100Lightest = 50 · #F4F7FADarkest = 950 · #152237
:root {
  --brand-50: #F4F7FA;
  --brand-100: #dfe7f4;
  --brand-200: #D0DAEC;
  --brand-300: #ACC0E2;
  --brand-400: #82A1D4;
  --brand-500: #5882C6;
  --brand-600: #3F6CB6;
  --brand-700: #345A98;
  --brand-800: #2A4879;
  --brand-900: #223759;
  --brand-950: #152237;
  --brand: #dfe7f4;
  --brand-ink: #000000;
}

Colors that work with #dfe7f4

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#C2D1EA
Hairlines and dividers
Muted text#4B699B
Captions on the surface
Accent#9D5A2F
Second voice, not a rival
Dark variant#21385F
Hover, pressed, headers
Light variant#ECF1F8
Selected rows, tints
Dark surface#141A24
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 #dfe7f4

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#F4ECDF
Analogous left#DFF2F4
Analogous right#E2DFF4
Split-complement 1#F4E2DF
Split-complement 2#F2F4DF
Triadic 1#F4DFE7
Triadic 2#E7F4DF
Tetradic#F4DFF2

RGB percentages

Red87.5%
Green90.6%
Blue95.7%

CMYK percentages

Cyan8.6%
Magenta5.3%
Yellow0.0%
Key (black)4.3%

Color previews

#dfe7f4 text on a black background

contrast 16.87:1

Card sample

#dfe7f4 text on a white background

contrast 1.24:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #dfe7f4

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.

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

#dfe7f4, answered

What color is #dfe7f4?

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

What is the RGB value of #dfe7f4?

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

Is #dfe7f4 a light or a dark color?

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

Should I use black or white text on #dfe7f4?

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

What is the complementary color of #dfe7f4?

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

What colors go well with #dfe7f4?

For interface work: #F4F7FA as the surface, #C2D1EA for borders, #4B699B for secondary text, #9D5A2F as an accent and #21385F for hover and pressed states. For a palette, the analogous pair #DFF2F4 and #E2DFF4 stays calm, while #F4ECDF is the loudest partner.

What is #dfe7f4 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 #dfe7f4 warm or cool?

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

Work with #dfe7f4 in the Color Lab