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