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