#cadef1
a pale, vivid blue · cool · closest name: lavender
RGB
202, 222, 241
HSL
209°, 58%, 87%
CMYK
16, 8, 0, 6
Luminance
0.7115
Every format
| HEX | #cadef1 |
| RGB | rgb(202, 222, 241) |
| HSL | hsl(209, 58%, 87%) |
| CMYK | cmyk(16%, 8%, 0%, 6%) |
| LAB | lab(87.6 -2.8 -11.5) |
| LCH | lch(87.6 11.8 256.2) |
| OKLCH | oklch(0.892 0.034 246.8) |
Copy-ready code
/* CSS */
color: #cadef1;
background-color: #cadef1;
/* Tailwind (arbitrary) */
class="text-[#cadef1] bg-[#cadef1]"
/* SCSS */
$brand: #cadef1;
/* SwiftUI */
Color(red: 0.792, green: 0.871, blue: 0.945)
/* Android */
Color.parseColor("#cadef1")Accessibility — WCAG contrast
Aa
#cadef1 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cadef1 on black: 15.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green87.1%
Blue94.5%
CMYK percentages
Cyan16.2%
Magenta7.9%
Yellow0.0%
Key (black)5.5%
Color previews
#cadef1 text on a black background
contrast 15.23:1
Card sample
#cadef1 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cadef1;
Background color
Panel with #cadef1 background
background-color: #cadef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cadef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 222, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 222, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cadef1; background: linear-gradient(135deg, #cadef1, #D0CAF1);