#ccecf6
a pale, vivid cyan · cool · closest name: lavender
RGB
204, 236, 246
HSL
194°, 70%, 88%
CMYK
17, 4, 0, 4
Luminance
0.7948
Every format
| HEX | #ccecf6 |
| RGB | rgb(204, 236, 246) |
| HSL | hsl(194, 70%, 88%) |
| CMYK | cmyk(17%, 4%, 0%, 4%) |
| LAB | lab(91.5 -8.4 -8.3) |
| LCH | lch(91.5 11.8 224.9) |
| OKLCH | oklch(0.923 0.036 218.6) |
Copy-ready code
/* CSS */
color: #ccecf6;
background-color: #ccecf6;
/* Tailwind (arbitrary) */
class="text-[#ccecf6] bg-[#ccecf6]"
/* SCSS */
$brand: #ccecf6;
/* SwiftUI */
Color(red: 0.800, green: 0.925, blue: 0.965)
/* Android */
Color.parseColor("#ccecf6")Accessibility — WCAG contrast
Aa
#ccecf6 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccecf6 on black: 16.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green92.5%
Blue96.5%
CMYK percentages
Cyan17.1%
Magenta4.1%
Yellow0.0%
Key (black)3.5%
Color previews
#ccecf6 text on a black background
contrast 16.90:1
Card sample
#ccecf6 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccecf6;
Background color
Panel with #ccecf6 background
background-color: #ccecf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccecf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 236, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 236, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccecf6; background: linear-gradient(135deg, #ccecf6, #CCD0F6);