#cce0ff
a pale, electric blue · cool · closest name: lavender
RGB
204, 224, 255
HSL
217°, 100%, 90%
CMYK
20, 12, 0, 0
Luminance
0.7337
Every format
| HEX | #cce0ff |
| RGB | rgb(204, 224, 255) |
| HSL | hsl(217, 100%, 90%) |
| CMYK | cmyk(20%, 12%, 0%, 0%) |
| LAB | lab(88.6 -0.3 -17.3) |
| LCH | lch(88.6 17.3 269.1) |
| OKLCH | oklch(0.902 0.048 259.1) |
Copy-ready code
/* CSS */
color: #cce0ff;
background-color: #cce0ff;
/* Tailwind (arbitrary) */
class="text-[#cce0ff] bg-[#cce0ff]"
/* SCSS */
$brand: #cce0ff;
/* SwiftUI */
Color(red: 0.800, green: 0.878, blue: 1.000)
/* Android */
Color.parseColor("#cce0ff")Accessibility — WCAG contrast
Aa
#cce0ff on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cce0ff on black: 15.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green87.8%
Blue100.0%
CMYK percentages
Cyan20.0%
Magenta12.2%
Yellow0.0%
Key (black)0.0%
Color previews
#cce0ff text on a black background
contrast 15.67:1
Card sample
#cce0ff text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cce0ff;
Background color
Panel with #cce0ff background
background-color: #cce0ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cce0ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 224, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 224, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cce0ff; background: linear-gradient(135deg, #cce0ff, #DACCFF);