Skip to content

#ceecf1

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

RGB
206, 236, 241
HSL
189°, 56%, 88%
CMYK
15, 2, 0, 6
Luminance
0.7946

At a glance

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

Hex
#ceecf1
Hue
189°
cyan
Saturation
56%
vivid
Lightness
88%
pale
Brightness
95%
HSV value
Perceived
89%
weighted brightness
Luminance
0.7946
WCAG relative
Temperature
Cool
91/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
16.89:1
Closest name
Light Cyan
ΔE2000 4.5
Where it sits
Hue189° of 360°
Saturation56%
Lightness88%
Temperature
Warm ← → Cool91% 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#ceecf1
RGBrgb(206, 236, 241)
HSLhsl(189, 56%, 88%)
CMYKcmyk(15%, 2%, 0%, 6%)
LABlab(91.4 -8.8 -5.7)
LCHlch(91.4 10.5 213.1)
OKLCHoklch(0.923 0.032 208.7)
Decimal13561073
Display P3color(display-p3 0.808 0.925 0.945)

Copy-ready code

/* CSS */
color: #ceecf1;
background-color: #ceecf1;
/* Tailwind (arbitrary) */
class="text-[#ceecf1] bg-[#ceecf1]"
/* SCSS */
$brand: #ceecf1;
/* SwiftUI */
Color(red: 0.808, green: 0.925, blue: 0.945)
/* Android */
Color.parseColor("#ceecf1")
/* Flutter */
Color(0xFFCEECF1)
/* Python / OpenCV (BGR) */
(241, 236, 206)

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 #ceecf1 · 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: #ceecf1 as text scores 1.24:1 on white and 16.89:1 on black.

Accessibility — WCAG contrast

Aa
#ceecf1 on white: 1.24:1
AA ✗ fail · AA-large · AAA
Aa
#ceecf1 on black: 16.89:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E7E9F1
deuteranopia · #E0E4F1
tritanopia · #C4EFED

Color scale — 50 to 950

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

#F4FAFB
#E9F4F6
#ceecf1
#A8DDE6
#7CCCDA
#50BBCD
#36ABBE
#2D8E9F
#24727F
#1E545D
#13343A
Base = 200Lightest = 50 · #F4FAFBDarkest = 950 · #13343A
:root {
  --brand-50: #F4FAFB;
  --brand-100: #E9F4F6;
  --brand-200: #ceecf1;
  --brand-300: #A8DDE6;
  --brand-400: #7CCCDA;
  --brand-500: #50BBCD;
  --brand-600: #36ABBE;
  --brand-700: #2D8E9F;
  --brand-800: #24727F;
  --brand-900: #1E545D;
  --brand-950: #13343A;
  --brand: #ceecf1;
  --brand-ink: #000000;
}

Colors that work with #ceecf1

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#F4FAFA
Tinted page background
Border#C0E6ED
Hairlines and dividers
Muted text#4B8F9B
Captions on the surface
Accent#A22A37
Second voice, not a rival
Dark variant#1C5963
Hover, pressed, headers
Light variant#EBF7F9
Selected rows, tints
Dark surface#142224
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 #ceecf1

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#F1D3CE
Analogous left#CEF1E4
Analogous right#CEDAF1
Split-complement 1#F1CEDA
Split-complement 2#F1E4CE
Triadic 1#F1CEEC
Triadic 2#ECF1CE
Tetradic#E4CEF1

RGB percentages

Red80.8%
Green92.5%
Blue94.5%

CMYK percentages

Cyan14.5%
Magenta2.1%
Yellow0.0%
Key (black)5.5%

Color previews

#ceecf1 text on a black background

contrast 16.89:1

Card sample

#ceecf1 text on a white background

contrast 1.24:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(206, 236, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 236, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceecf1;
background: linear-gradient(135deg, #ceecf1, #CED4F1);

Monochromatic scale

Palettes built from #ceecf1

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.

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

#ceecf1, answered

What color is #ceecf1?

#ceecf1 is a pale vivid cyan, closest to Light Cyan (ΔE2000 4.5). It sits at 189° on the hue wheel with 56% saturation and 88% lightness, which reads as cool.

What is the RGB value of #ceecf1?

rgb(206, 236, 241) — 206 red, 236 green and 241 blue out of 255, or 80.8% / 92.5% / 94.5% by channel.

Is #ceecf1 a light or a dark color?

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

Should I use black or white text on #ceecf1?

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

What is the complementary color of #ceecf1?

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

What colors go well with #ceecf1?

For interface work: #F4FAFA as the surface, #C0E6ED for borders, #4B8F9B for secondary text, #A22A37 as an accent and #1C5963 for hover and pressed states. For a palette, the analogous pair #CEF1E4 and #CEDAF1 stays calm, while #F1D3CE is the loudest partner.

What is #ceecf1 in CMYK for printing?

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

Is #ceecf1 warm or cool?

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

Work with #ceecf1 in the Color Lab