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