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