Skip to content

#cfe0f2

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

RGB
207, 224, 242
HSL
211°, 57%, 88%
CMYK
15, 7, 0, 5
Luminance
0.7299

At a glance

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

Hex
#cfe0f2
Hue
211°
blue
Saturation
57%
vivid
Lightness
88%
pale
Brightness
95%
HSV value
Perceived
87%
weighted brightness
Luminance
0.7299
WCAG relative
Temperature
Cool
100/100 cool
Color family
Blue
Tone
Vivid
Best ink
Black
15.60:1
Closest name
Alice Blue
ΔE2000 7.2
Where it sits
Hue211° of 360°
Saturation57%
Lightness88%
Temperature
Warm ← → Cool100% 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#cfe0f2
RGBrgb(207, 224, 242)
HSLhsl(211, 57%, 88%)
CMYKcmyk(15%, 7%, 0%, 5%)
LABlab(88.4 -2.1 -10.7)
LCHlch(88.4 10.9 258.9)
OKLCHoklch(0.899 0.031 249.7)
Decimal13623538
Display P3color(display-p3 0.812 0.878 0.949)

Copy-ready code

/* CSS */
color: #cfe0f2;
background-color: #cfe0f2;
/* Tailwind (arbitrary) */
class="text-[#cfe0f2] bg-[#cfe0f2]"
/* SCSS */
$brand: #cfe0f2;
/* SwiftUI */
Color(red: 0.812, green: 0.878, blue: 0.949)
/* Android */
Color.parseColor("#cfe0f2")
/* Flutter */
Color(0xFFCFE0F2)
/* Python / OpenCV (BGR) */
(242, 224, 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 #cfe0f2 · 15.60:1
Use #000000AAA at every size.
Aa
White text · 1.35:1
AA fail · AA large fail · AAA fail
Aa
Black text · 15.60:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #cfe0f2 as text scores 1.35:1 on white and 15.60:1 on black.

Accessibility — WCAG contrast

Aa
#cfe0f2 on white: 1.35:1
AA ✗ fail · AA-large · AAA
Aa
#cfe0f2 on black: 15.60:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #DAE0F3
deuteranopia · #D5DCF2
tritanopia · #C6E4E6

Color scale — 50 to 950

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

#F4F7FB
#E9EFF7
#cfe0f2
#A7C6E7
#7BA9DB
#4E8DCF
#3478C1
#2B64A1
#235080
#1D3C5E
#12263A
Base = 200Lightest = 50 · #F4F7FBDarkest = 950 · #12263A
:root {
  --brand-50: #F4F7FB;
  --brand-100: #E9EFF7;
  --brand-200: #cfe0f2;
  --brand-300: #A7C6E7;
  --brand-400: #7BA9DB;
  --brand-500: #4E8DCF;
  --brand-600: #3478C1;
  --brand-700: #2B64A1;
  --brand-800: #235080;
  --brand-900: #1D3C5E;
  --brand-950: #12263A;
  --brand: #cfe0f2;
  --brand-ink: #000000;
}

Colors that work with #cfe0f2

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#C0D6ED
Hairlines and dividers
Muted text#4B729B
Captions on the surface
Accent#A44A28
Second voice, not a rival
Dark variant#1B3F64
Hover, pressed, headers
Light variant#EBF2FA
Selected rows, tints
Dark surface#141C24
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 #cfe0f2

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#F2E1CF
Analogous left#CFF1F2
Analogous right#CFCFF2
Split-complement 1#F2CFCF
Split-complement 2#F1F2CF
Triadic 1#F2CFE0
Triadic 2#E0F2CF
Tetradic#F2CFF1

RGB percentages

Red81.2%
Green87.8%
Blue94.9%

CMYK percentages

Cyan14.5%
Magenta7.4%
Yellow0.0%
Key (black)5.1%

Color previews

#cfe0f2 text on a black background

contrast 15.60:1

Card sample

#cfe0f2 text on a white background

contrast 1.35:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #cfe0f2

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.

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

#cfe0f2, answered

What color is #cfe0f2?

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

What is the RGB value of #cfe0f2?

rgb(207, 224, 242) — 207 red, 224 green and 242 blue out of 255, or 81.2% / 87.8% / 94.9% by channel.

Is #cfe0f2 a light or a dark color?

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

Should I use black or white text on #cfe0f2?

Black. It scores 15.60:1 against #cfe0f2, versus 1.35:1 for white — AAA at any size.

What is the complementary color of #cfe0f2?

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

What colors go well with #cfe0f2?

For interface work: #F4F7FA as the surface, #C0D6ED for borders, #4B729B for secondary text, #A44A28 as an accent and #1B3F64 for hover and pressed states. For a palette, the analogous pair #CFF1F2 and #CFCFF2 stays calm, while #F2E1CF is the loudest partner.

What is #cfe0f2 in CMYK for printing?

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

Is #cfe0f2 warm or cool?

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

Work with #cfe0f2 in the Color Lab