#ccf1eb
a pale, vivid cyan · cool · closest name: white
RGB
204, 241, 235
HSL
170°, 57%, 87%
CMYK
15, 0, 3, 6
Luminance
0.8175
Every format
| HEX | #ccf1eb |
| RGB | rgb(204, 241, 235) |
| HSL | hsl(170, 57%, 87%) |
| CMYK | cmyk(15%, 0%, 3%, 6%) |
| LAB | lab(92.5 -13.1 -1.1) |
| LCH | lch(92.5 13.1 184.8) |
| OKLCH | oklch(0.930 0.039 184.6) |
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")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
deuteranopia
tritanopia
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);