#cce4f2
a pale, vivid blue · cool · closest name: lavender
RGB
204, 228, 242
HSL
202°, 59%, 88%
CMYK
16, 6, 0, 5
Luminance
0.7473
Every format
| HEX | #cce4f2 |
| RGB | rgb(204, 228, 242) |
| HSL | hsl(202, 59%, 88%) |
| CMYK | cmyk(16%, 6%, 0%, 5%) |
| LAB | lab(89.3 -5.1 -9.5) |
| LCH | lch(89.3 10.8 241.8) |
| OKLCH | oklch(0.905 0.032 233.3) |
Copy-ready code
/* CSS */
color: #cce4f2;
background-color: #cce4f2;
/* Tailwind (arbitrary) */
class="text-[#cce4f2] bg-[#cce4f2]"
/* SCSS */
$brand: #cce4f2;
/* SwiftUI */
Color(red: 0.800, green: 0.894, blue: 0.949)
/* Android */
Color.parseColor("#cce4f2")Accessibility — WCAG contrast
Aa
#cce4f2 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cce4f2 on black: 15.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green89.4%
Blue94.9%
CMYK percentages
Cyan15.7%
Magenta5.8%
Yellow0.0%
Key (black)5.1%
Color previews
#cce4f2 text on a black background
contrast 15.95:1
Card sample
#cce4f2 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cce4f2;
Background color
Panel with #cce4f2 background
background-color: #cce4f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cce4f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 228, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 228, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cce4f2; background: linear-gradient(135deg, #cce4f2, #CECCF2);