Skip to content

#cfe2f0

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

RGB
207, 226, 240
HSL
206°, 52%, 88%
CMYK
14, 6, 0, 6
Luminance
0.7395

At a glance

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

Hex
#cfe2f0
Hue
206°
blue
Saturation
52%
vivid
Lightness
88%
pale
Brightness
94%
HSV value
Perceived
87%
weighted brightness
Luminance
0.7395
WCAG relative
Temperature
Cool
98/100 cool
Color family
Blue
Tone
Vivid
Best ink
Black
15.79:1
Closest name
Alice Blue
ΔE2000 6.6
Where it sits
Hue206° of 360°
Saturation52%
Lightness88%
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#cfe2f0
RGBrgb(207, 226, 240)
HSLhsl(206, 52%, 88%)
CMYKcmyk(14%, 6%, 0%, 6%)
LABlab(88.9 -3.5 -8.9)
LCHlch(88.9 9.6 248.5)
OKLCHoklch(0.903 0.028 239.7)
Decimal13624048
Display P3color(display-p3 0.812 0.886 0.941)

Copy-ready code

/* CSS */
color: #cfe2f0;
background-color: #cfe2f0;
/* Tailwind (arbitrary) */
class="text-[#cfe2f0] bg-[#cfe2f0]"
/* SCSS */
$brand: #cfe2f0;
/* SwiftUI */
Color(red: 0.812, green: 0.886, blue: 0.941)
/* Android */
Color.parseColor("#cfe2f0")
/* Flutter */
Color(0xFFCFE2F0)
/* Python / OpenCV (BGR) */
(240, 226, 207)

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

Accessibility — WCAG contrast

Aa
#cfe2f0 on white: 1.33:1
AA ✗ fail · AA-large · AAA
Aa
#cfe2f0 on black: 15.79:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #DCE1F1
deuteranopia · #D8DEF0
tritanopia · #C7E6E6

Color scale — 50 to 950

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

#F4F8FA
#E9F1F6
#cfe2f0
#AACBE4
#7FB1D7
#5498CA
#3A84BB
#316E9B
#27587C
#20425B
#142939
Base = 200Lightest = 50 · #F4F8FADarkest = 950 · #142939
:root {
  --brand-50: #F4F8FA;
  --brand-100: #E9F1F6;
  --brand-200: #cfe2f0;
  --brand-300: #AACBE4;
  --brand-400: #7FB1D7;
  --brand-500: #5498CA;
  --brand-600: #3A84BB;
  --brand-700: #316E9B;
  --brand-800: #27587C;
  --brand-900: #20425B;
  --brand-950: #142939;
  --brand: #cfe2f0;
  --brand-ink: #000000;
}

Colors that work with #cfe2f0

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#C1D9EC
Hairlines and dividers
Muted text#4B799B
Captions on the surface
Accent#9F412D
Second voice, not a rival
Dark variant#1E4561
Hover, pressed, headers
Light variant#ECF3F9
Selected rows, tints
Dark surface#141D24
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 #cfe2f0

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#F0DDCF
Analogous left#CFF0ED
Analogous right#CFD1F0
Split-complement 1#F0CFD1
Split-complement 2#F0EDCF
Triadic 1#F0CFE2
Triadic 2#E2F0CF
Tetradic#EDCFF0

RGB percentages

Red81.2%
Green88.6%
Blue94.1%

CMYK percentages

Cyan13.7%
Magenta5.8%
Yellow0.0%
Key (black)5.9%

Color previews

#cfe2f0 text on a black background

contrast 15.79:1

Card sample

#cfe2f0 text on a white background

contrast 1.33:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #cfe2f0

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.

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

#cfe2f0, answered

What color is #cfe2f0?

#cfe2f0 is a pale vivid blue, closest to Alice Blue (ΔE2000 6.6). It sits at 206° on the hue wheel with 52% saturation and 88% lightness, which reads as cool.

What is the RGB value of #cfe2f0?

rgb(207, 226, 240) — 207 red, 226 green and 240 blue out of 255, or 81.2% / 88.6% / 94.1% by channel.

Is #cfe2f0 a light or a dark color?

It is a light color. Relative luminance is 0.7395 and perceived brightness is 87%, so black text on it reaches 15.79:1.

Should I use black or white text on #cfe2f0?

Black. It scores 15.79:1 against #cfe2f0, versus 1.33:1 for white — AAA at any size.

What is the complementary color of #cfe2f0?

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

What colors go well with #cfe2f0?

For interface work: #F4F8FA as the surface, #C1D9EC for borders, #4B799B for secondary text, #9F412D as an accent and #1E4561 for hover and pressed states. For a palette, the analogous pair #CFF0ED and #CFD1F0 stays calm, while #F0DDCF is the loudest partner.

What is #cfe2f0 in CMYK for printing?

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

Is #cfe2f0 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 #CFEEF0; nudged cooler, #BAD2EB.

Work with #cfe2f0 in the Color Lab