#cadef0
a pale, vivid blue · cool · closest name: lavender
RGB
202, 222, 240
HSL
208°, 56%, 87%
CMYK
16, 8, 0, 6
Luminance
0.7109
Every format
| HEX | #cadef0 |
| RGB | rgb(202, 222, 240) |
| HSL | hsl(208, 56%, 87%) |
| CMYK | cmyk(16%, 8%, 0%, 6%) |
| LAB | lab(87.5 -3.0 -11.0) |
| LCH | lch(87.5 11.4 254.6) |
| OKLCH | oklch(0.891 0.033 245.3) |
Copy-ready code
/* CSS */
color: #cadef0;
background-color: #cadef0;
/* Tailwind (arbitrary) */
class="text-[#cadef0] bg-[#cadef0]"
/* SCSS */
$brand: #cadef0;
/* SwiftUI */
Color(red: 0.792, green: 0.871, blue: 0.941)
/* Android */
Color.parseColor("#cadef0")Accessibility — WCAG contrast
Aa
#cadef0 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cadef0 on black: 15.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green87.1%
Blue94.1%
CMYK percentages
Cyan15.8%
Magenta7.5%
Yellow0.0%
Key (black)5.9%
Color previews
#cadef0 text on a black background
contrast 15.22:1
Card sample
#cadef0 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cadef0;
Background color
Panel with #cadef0 background
background-color: #cadef0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cadef0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 222, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 222, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cadef0; background: linear-gradient(135deg, #cadef0, #CFCAF0);