Skip to content

#cce2f2

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

RGB
204, 226, 242
HSL
205°, 59%, 88%
CMYK
16, 7, 0, 5
Luminance
0.7364

At a glance

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

Hex
#cce2f2
Hue
205°
blue
Saturation
59%
vivid
Lightness
88%
pale
Brightness
95%
HSV value
Perceived
87%
weighted brightness
Luminance
0.7364
WCAG relative
Temperature
Cool
98/100 cool
Color family
Blue
Tone
Vivid
Best ink
Black
15.73:1
Closest name
Light Blue
ΔE2000 7.2
Where it sits
Hue205° of 360°
Saturation59%
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#cce2f2
RGBrgb(204, 226, 242)
HSLhsl(205, 59%, 88%)
CMYKcmyk(16%, 7%, 0%, 5%)
LABlab(88.8 -4.1 -10.2)
LCHlch(88.8 11.0 248.4)
OKLCHoklch(0.901 0.032 239.4)
Decimal13427442
Display P3color(display-p3 0.800 0.886 0.949)

Copy-ready code

/* CSS */
color: #cce2f2;
background-color: #cce2f2;
/* Tailwind (arbitrary) */
class="text-[#cce2f2] bg-[#cce2f2]"
/* SCSS */
$brand: #cce2f2;
/* SwiftUI */
Color(red: 0.800, green: 0.886, blue: 0.949)
/* Android */
Color.parseColor("#cce2f2")
/* Flutter */
Color(0xFFCCE2F2)
/* Python / OpenCV (BGR) */
(242, 226, 204)

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

Accessibility — WCAG contrast

Aa
#cce2f2 on white: 1.34:1
AA ✗ fail · AA-large · AAA
Aa
#cce2f2 on black: 15.73:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #DBE1F3
deuteranopia · #D6DDF2
tritanopia · #C2E6E7

Color scale — 50 to 950

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

#F4F8FB
#E9F1F7
#cce2f2
#A6CCE8
#79B3DD
#4C99D1
#3286C3
#296FA3
#215982
#1C425F
#112A3B
Base = 200Lightest = 50 · #F4F8FBDarkest = 950 · #112A3B
:root {
  --brand-50: #F4F8FB;
  --brand-100: #E9F1F7;
  --brand-200: #cce2f2;
  --brand-300: #A6CCE8;
  --brand-400: #79B3DD;
  --brand-500: #4C99D1;
  --brand-600: #3286C3;
  --brand-700: #296FA3;
  --brand-800: #215982;
  --brand-900: #1C425F;
  --brand-950: #112A3B;
  --brand: #cce2f2;
  --brand-ink: #000000;
}

Colors that work with #cce2f2

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#C0DAED
Hairlines and dividers
Muted text#4B799B
Captions on the surface
Accent#A63D26
Second voice, not a rival
Dark variant#1A4666
Hover, pressed, headers
Light variant#EBF3FA
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 #cce2f2

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#F2DCCC
Analogous left#CCF2EF
Analogous right#CCCFF2
Split-complement 1#F2CCCF
Split-complement 2#F2EFCC
Triadic 1#F2CCE2
Triadic 2#E2F2CC
Tetradic#EFCCF2

RGB percentages

Red80.0%
Green88.6%
Blue94.9%

CMYK percentages

Cyan15.7%
Magenta6.6%
Yellow0.0%
Key (black)5.1%

Color previews

#cce2f2 text on a black background

contrast 15.73:1

Card sample

#cce2f2 text on a white background

contrast 1.34:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #cce2f2

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.

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

#cce2f2, answered

What color is #cce2f2?

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

What is the RGB value of #cce2f2?

rgb(204, 226, 242) — 204 red, 226 green and 242 blue out of 255, or 80% / 88.6% / 94.9% by channel.

Is #cce2f2 a light or a dark color?

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

Should I use black or white text on #cce2f2?

Black. It scores 15.73:1 against #cce2f2, versus 1.34:1 for white — AAA at any size.

What is the complementary color of #cce2f2?

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

What colors go well with #cce2f2?

For interface work: #F4F8FA as the surface, #C0DAED for borders, #4B799B for secondary text, #A63D26 as an accent and #1A4666 for hover and pressed states. For a palette, the analogous pair #CCF2EF and #CCCFF2 stays calm, while #F2DCCC is the loudest partner.

What is #cce2f2 in CMYK for printing?

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

Is #cce2f2 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 #CCF0F2; nudged cooler, #B7D2EE.

Work with #cce2f2 in the Color Lab