#ccecf3
a pale, vivid cyan · cool · closest name: lavender
RGB
204, 236, 243
HSL
191°, 62%, 88%
CMYK
16, 3, 0, 5
Luminance
0.7930
Every format
| HEX | #ccecf3 |
| RGB | rgb(204, 236, 243) |
| HSL | hsl(191, 62%, 88%) |
| CMYK | cmyk(16%, 3%, 0%, 5%) |
| LAB | lab(91.4 -9.0 -6.9) |
| LCH | lch(91.4 11.3 217.5) |
| OKLCH | oklch(0.922 0.035 212.4) |
Copy-ready code
/* CSS */
color: #ccecf3;
background-color: #ccecf3;
/* Tailwind (arbitrary) */
class="text-[#ccecf3] bg-[#ccecf3]"
/* SCSS */
$brand: #ccecf3;
/* SwiftUI */
Color(red: 0.800, green: 0.925, blue: 0.953)
/* Android */
Color.parseColor("#ccecf3")Accessibility — WCAG contrast
Aa
#ccecf3 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccecf3 on black: 16.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green92.5%
Blue95.3%
CMYK percentages
Cyan16.0%
Magenta2.9%
Yellow0.0%
Key (black)4.7%
Color previews
#ccecf3 text on a black background
contrast 16.86:1
Card sample
#ccecf3 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccecf3;
Background color
Panel with #ccecf3 background
background-color: #ccecf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccecf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 236, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 236, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccecf3; background: linear-gradient(135deg, #ccecf3, #CCD2F3);