Skip to content

#cfebf8

a pale, vivid cyan · cool · closest name: Light Blue

RGB
207, 235, 248
HSL
199°, 75%, 89%
CMYK
17, 5, 0, 3
Luminance
0.7946

At a glance

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

Hex
#cfebf8
Hue
199°
cyan
Saturation
75%
vivid
Lightness
89%
pale
Brightness
97%
HSV value
Perceived
90%
weighted brightness
Luminance
0.7946
WCAG relative
Temperature
Cool
95/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
16.89:1
Closest name
Light Blue
ΔE2000 6.3
Where it sits
Hue199° of 360°
Saturation75%
Lightness89%
Temperature
Warm ← → Cool95% 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#cfebf8
RGBrgb(207, 235, 248)
HSLhsl(199, 75%, 89%)
CMYKcmyk(17%, 5%, 0%, 3%)
LABlab(91.4 -6.5 -9.4)
LCHlch(91.4 11.4 235.2)
OKLCHoklch(0.924 0.034 227.4)
Decimal13626360
Display P3color(display-p3 0.812 0.922 0.973)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#cfebf8 on white: 1.24:1
AA ✗ fail · AA-large · AAA
Aa
#cfebf8 on black: 16.89:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E4E9F9
deuteranopia · #DEE4F8
tritanopia · #C4EFEF

Color scale — 50 to 950

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

#F3F9FC
#E7F3F9
#cfebf8
#9DD6F1
#6CC2EA
#3BADE2
#1F9CD6
#1A82B2
#15688E
#134D67
#0C3040
Base = 200Lightest = 50 · #F3F9FCDarkest = 950 · #0C3040
:root {
  --brand-50: #F3F9FC;
  --brand-100: #E7F3F9;
  --brand-200: #cfebf8;
  --brand-300: #9DD6F1;
  --brand-400: #6CC2EA;
  --brand-500: #3BADE2;
  --brand-600: #1F9CD6;
  --brand-700: #1A82B2;
  --brand-800: #15688E;
  --brand-900: #134D67;
  --brand-950: #0C3040;
  --brand: #cfebf8;
  --brand-ink: #000000;
}

Colors that work with #cfebf8

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#C0DEED
Hairlines and dividers
Muted text#4B819B
Captions on the surface
Accent#B62116
Second voice, not a rival
Dark variant#10516F
Hover, pressed, headers
Light variant#E9F6FC
Selected rows, tints
Dark surface#141F24
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 #cfebf8

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
  • Thin strokes and 1px borders — they disappear on light UI
  • 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#F8DCCF
Analogous left#CFF8F0
Analogous right#CFD6F8
Split-complement 1#F8CFD6
Split-complement 2#F8F0CF
Triadic 1#F8CFEB
Triadic 2#EBF8CF
Tetradic#F0CFF8

RGB percentages

Red81.2%
Green92.2%
Blue97.3%

CMYK percentages

Cyan16.5%
Magenta5.2%
Yellow0.0%
Key (black)2.7%

Color previews

#cfebf8 text on a black background

contrast 16.89:1

Card sample

#cfebf8 text on a white background

contrast 1.24:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #cfebf8

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.

#cfebf8 in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
TechnologyTravelHealthcareMedia
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

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

#cfebf8, answered

What color is #cfebf8?

#cfebf8 is a pale vivid cyan, closest to Light Blue (ΔE2000 6.3). It sits at 199° on the hue wheel with 75% saturation and 89% lightness, which reads as cool.

What is the RGB value of #cfebf8?

rgb(207, 235, 248) — 207 red, 235 green and 248 blue out of 255, or 81.2% / 92.2% / 97.3% by channel.

Is #cfebf8 a light or a dark color?

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

Should I use black or white text on #cfebf8?

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

What is the complementary color of #cfebf8?

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

What colors go well with #cfebf8?

For interface work: #F4F8FA as the surface, #C0DEED for borders, #4B819B for secondary text, #B62116 as an accent and #10516F for hover and pressed states. For a palette, the analogous pair #CFF8F0 and #CFD6F8 stays calm, while #F8DCCF is the loudest partner.

What is #cfebf8 in CMYK for printing?

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

Is #cfebf8 warm or cool?

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

Work with #cfebf8 in the Color Lab