#ccf0eb
a pale, vivid cyan · cool · closest name: white
RGB
204, 240, 235
HSL
172°, 55%, 87%
CMYK
15, 0, 2, 6
Luminance
0.8116
Every format
| HEX | #ccf0eb |
| RGB | rgb(204, 240, 235) |
| HSL | hsl(172, 55%, 87%) |
| CMYK | cmyk(15%, 0%, 2%, 6%) |
| LAB | lab(92.2 -12.6 -1.5) |
| LCH | lch(92.2 12.7 186.7) |
| OKLCH | oklch(0.928 0.038 186.3) |
Copy-ready code
/* CSS */
color: #ccf0eb;
background-color: #ccf0eb;
/* Tailwind (arbitrary) */
class="text-[#ccf0eb] bg-[#ccf0eb]"
/* SCSS */
$brand: #ccf0eb;
/* SwiftUI */
Color(red: 0.800, green: 0.941, blue: 0.922)
/* Android */
Color.parseColor("#ccf0eb")Accessibility — WCAG contrast
Aa
#ccf0eb on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccf0eb on black: 17.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green94.1%
Blue92.2%
CMYK percentages
Cyan15.0%
Magenta0.0%
Yellow2.1%
Key (black)5.9%
Color previews
#ccf0eb text on a black background
contrast 17.23:1
Card sample
#ccf0eb text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccf0eb;
Background color
Panel with #ccf0eb background
background-color: #ccf0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccf0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 240, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 240, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccf0eb; background: linear-gradient(135deg, #ccf0eb, #CCDDF0);