#ccecf1
a pale, vivid cyan · cool · closest name: lavender
RGB
204, 236, 241
HSL
188°, 57%, 87%
CMYK
15, 2, 0, 6
Luminance
0.7918
Every format
| HEX | #ccecf1 |
| RGB | rgb(204, 236, 241) |
| HSL | hsl(188, 57%, 87%) |
| CMYK | cmyk(15%, 2%, 0%, 6%) |
| LAB | lab(91.3 -9.4 -5.9) |
| LCH | lch(91.3 11.1 212.3) |
| OKLCH | oklch(0.921 0.034 208.0) |
Copy-ready code
/* CSS */
color: #ccecf1;
background-color: #ccecf1;
/* Tailwind (arbitrary) */
class="text-[#ccecf1] bg-[#ccecf1]"
/* SCSS */
$brand: #ccecf1;
/* SwiftUI */
Color(red: 0.800, green: 0.925, blue: 0.945)
/* Android */
Color.parseColor("#ccecf1")Accessibility — WCAG contrast
Aa
#ccecf1 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccecf1 on black: 16.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green92.5%
Blue94.5%
CMYK percentages
Cyan15.4%
Magenta2.1%
Yellow0.0%
Key (black)5.5%
Color previews
#ccecf1 text on a black background
contrast 16.84:1
Card sample
#ccecf1 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccecf1;
Background color
Panel with #ccecf1 background
background-color: #ccecf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccecf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 236, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 236, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccecf1; background: linear-gradient(135deg, #ccecf1, #CCD3F1);