#cadef8
a pale, electric blue · cool · closest name: lavender
RGB
202, 222, 248
HSL
214°, 77%, 88%
CMYK
19, 11, 0, 3
Luminance
0.7158
Every format
| HEX | #cadef8 |
| RGB | rgb(202, 222, 248) |
| HSL | hsl(214, 77%, 88%) |
| CMYK | cmyk(19%, 11%, 0%, 3%) |
| LAB | lab(87.8 -1.4 -14.9) |
| LCH | lch(87.8 14.9 264.8) |
| OKLCH | oklch(0.894 0.042 255.0) |
Copy-ready code
/* CSS */
color: #cadef8;
background-color: #cadef8;
/* Tailwind (arbitrary) */
class="text-[#cadef8] bg-[#cadef8]"
/* SCSS */
$brand: #cadef8;
/* SwiftUI */
Color(red: 0.792, green: 0.871, blue: 0.973)
/* Android */
Color.parseColor("#cadef8")Accessibility — WCAG contrast
Aa
#cadef8 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cadef8 on black: 15.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green87.1%
Blue97.3%
CMYK percentages
Cyan18.5%
Magenta10.5%
Yellow0.0%
Key (black)2.7%
Color previews
#cadef8 text on a black background
contrast 15.32:1
Card sample
#cadef8 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cadef8;
Background color
Panel with #cadef8 background
background-color: #cadef8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cadef8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 222, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 222, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cadef8; background: linear-gradient(135deg, #cadef8, #D5CAF8);