Skip to content

#ccf1eb

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

RGB
204, 241, 235
HSL
170°, 57%, 87%
CMYK
15, 0, 3, 6
Luminance
0.8175

At a glance

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

Hex
#ccf1eb
Hue
170°
cyan
Saturation
57%
vivid
Lightness
87%
pale
Brightness
95%
HSV value
Perceived
90%
weighted brightness
Luminance
0.8175
WCAG relative
Temperature
Cool
83/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
17.35:1
Closest name
Light Cyan
ΔE2000 4.7
Where it sits
Hue170° of 360°
Saturation57%
Lightness87%
Temperature
Warm ← → Cool83% 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#ccf1eb
RGBrgb(204, 241, 235)
HSLhsl(170, 57%, 87%)
CMYKcmyk(15%, 0%, 3%, 6%)
LABlab(92.5 -13.1 -1.1)
LCHlch(92.5 13.1 184.8)
OKLCHoklch(0.930 0.039 184.6)
Decimal13431275
Display P3color(display-p3 0.800 0.945 0.922)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#ccf1eb on white: 1.21:1
AA ✗ fail · AA-large · AAA
Aa
#ccf1eb on black: 17.35:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #EDEDEB
deuteranopia · #E6E7EC
tritanopia · #C2F3EF

Color scale — 50 to 950

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

#F4FBFA
#E9F6F4
#ccf1eb
#A7E7DC
#7BDBCB
#4FCFBA
#35C0AA
#2CA08D
#238071
#1D5D53
#123A34
Base = 200Lightest = 50 · #F4FBFADarkest = 950 · #123A34
:root {
  --brand-50: #F4FBFA;
  --brand-100: #E9F6F4;
  --brand-200: #ccf1eb;
  --brand-300: #A7E7DC;
  --brand-400: #7BDBCB;
  --brand-500: #4FCFBA;
  --brand-600: #35C0AA;
  --brand-700: #2CA08D;
  --brand-800: #238071;
  --brand-900: #1D5D53;
  --brand-950: #123A34;
  --brand: #ccf1eb;
  --brand-ink: #000000;
}

Colors that work with #ccf1eb

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#F4FAF9
Tinted page background
Border#C0EDE5
Hairlines and dividers
Muted text#4B9B8E
Captions on the surface
Accent#A3295B
Second voice, not a rival
Dark variant#1B6458
Hover, pressed, headers
Light variant#EBFAF7
Selected rows, tints
Dark surface#142422
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 #ccf1eb

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#F1CCD2
Analogous left#CCF1D9
Analogous right#CCE5F1
Split-complement 1#F1CCE5
Split-complement 2#F1D9CC
Triadic 1#EBCCF1
Triadic 2#F1EBCC
Tetradic#D9CCF1

RGB percentages

Red80.0%
Green94.5%
Blue92.2%

CMYK percentages

Cyan15.4%
Magenta0.0%
Yellow2.5%
Key (black)5.5%

Color previews

#ccf1eb text on a black background

contrast 17.35:1

Card sample

#ccf1eb text on a white background

contrast 1.21:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #ccf1eb

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.

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

#ccf1eb, answered

What color is #ccf1eb?

#ccf1eb is a pale vivid cyan, closest to Light Cyan (ΔE2000 4.7). It sits at 170° on the hue wheel with 57% saturation and 87% lightness, which reads as cool.

What is the RGB value of #ccf1eb?

rgb(204, 241, 235) — 204 red, 241 green and 235 blue out of 255, or 80% / 94.5% / 92.2% by channel.

Is #ccf1eb a light or a dark color?

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

Should I use black or white text on #ccf1eb?

Black. It scores 17.35:1 against #ccf1eb, versus 1.21:1 for white — AAA at any size.

What is the complementary color of #ccf1eb?

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

What colors go well with #ccf1eb?

For interface work: #F4FAF9 as the surface, #C0EDE5 for borders, #4B9B8E for secondary text, #A3295B as an accent and #1B6458 for hover and pressed states. For a palette, the analogous pair #CCF1D9 and #CCE5F1 stays calm, while #F1CCD2 is the loudest partner.

What is #ccf1eb in CMYK for printing?

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

Is #ccf1eb warm or cool?

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

Work with #ccf1eb in the Color Lab