#cce4ff
a pale, electric blue · cool · closest name: lavender
RGB
204, 228, 255
HSL
212°, 100%, 90%
CMYK
20, 11, 0, 0
Luminance
0.7554
Every format
| HEX | #cce4ff |
| RGB | rgb(204, 228, 255) |
| HSL | hsl(212, 100%, 90%) |
| CMYK | cmyk(20%, 11%, 0%, 0%) |
| LAB | lab(89.7 -2.4 -15.7) |
| LCH | lch(89.7 15.9 261.5) |
| OKLCH | oklch(0.910 0.045 251.4) |
Copy-ready code
/* CSS */
color: #cce4ff;
background-color: #cce4ff;
/* Tailwind (arbitrary) */
class="text-[#cce4ff] bg-[#cce4ff]"
/* SCSS */
$brand: #cce4ff;
/* SwiftUI */
Color(red: 0.800, green: 0.894, blue: 1.000)
/* Android */
Color.parseColor("#cce4ff")Accessibility — WCAG contrast
Aa
#cce4ff on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cce4ff on black: 16.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green89.4%
Blue100.0%
CMYK percentages
Cyan20.0%
Magenta10.6%
Yellow0.0%
Key (black)0.0%
Color previews
#cce4ff text on a black background
contrast 16.11:1
Card sample
#cce4ff text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cce4ff;
Background color
Panel with #cce4ff background
background-color: #cce4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cce4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 228, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 228, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cce4ff; background: linear-gradient(135deg, #cce4ff, #D6CCFF);