#cce8f8
a pale, electric blue · cool · closest name: lavender
RGB
204, 232, 248
HSL
202°, 76%, 89%
CMYK
18, 7, 0, 3
Luminance
0.7733
Every format
| HEX | #cce8f8 |
| RGB | rgb(204, 232, 248) |
| HSL | hsl(202, 76%, 89%) |
| CMYK | cmyk(18%, 7%, 0%, 3%) |
| LAB | lab(90.5 -5.9 -10.8) |
| LCH | lch(90.5 12.3 241.4) |
| OKLCH | oklch(0.915 0.037 232.8) |
Copy-ready code
/* CSS */
color: #cce8f8;
background-color: #cce8f8;
/* Tailwind (arbitrary) */
class="text-[#cce8f8] bg-[#cce8f8]"
/* SCSS */
$brand: #cce8f8;
/* SwiftUI */
Color(red: 0.800, green: 0.910, blue: 0.973)
/* Android */
Color.parseColor("#cce8f8")Accessibility — WCAG contrast
Aa
#cce8f8 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cce8f8 on black: 16.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green91.0%
Blue97.3%
CMYK percentages
Cyan17.7%
Magenta6.5%
Yellow0.0%
Key (black)2.7%
Color previews
#cce8f8 text on a black background
contrast 16.47:1
Card sample
#cce8f8 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cce8f8;
Background color
Panel with #cce8f8 background
background-color: #cce8f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cce8f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 232, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 232, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cce8f8; background: linear-gradient(135deg, #cce8f8, #CDCCF8);