#cadef5
a pale, vivid blue · cool · closest name: lavender
RGB
202, 222, 245
HSL
212°, 68%, 88%
CMYK
18, 9, 0, 4
Luminance
0.7139
Every format
| HEX | #cadef5 |
| RGB | rgb(202, 222, 245) |
| HSL | hsl(212, 68%, 88%) |
| CMYK | cmyk(18%, 9%, 0%, 4%) |
| LAB | lab(87.7 -2.0 -13.4) |
| LCH | lch(87.7 13.6 261.6) |
| OKLCH | oklch(0.893 0.038 251.9) |
Copy-ready code
/* CSS */
color: #cadef5;
background-color: #cadef5;
/* Tailwind (arbitrary) */
class="text-[#cadef5] bg-[#cadef5]"
/* SCSS */
$brand: #cadef5;
/* SwiftUI */
Color(red: 0.792, green: 0.871, blue: 0.961)
/* Android */
Color.parseColor("#cadef5")Accessibility — WCAG contrast
Aa
#cadef5 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cadef5 on black: 15.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green87.1%
Blue96.1%
CMYK percentages
Cyan17.6%
Magenta9.4%
Yellow0.0%
Key (black)3.9%
Color previews
#cadef5 text on a black background
contrast 15.28:1
Card sample
#cadef5 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cadef5;
Background color
Panel with #cadef5 background
background-color: #cadef5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cadef5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 222, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 222, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cadef5; background: linear-gradient(135deg, #cadef5, #D2CAF5);