#cadef7
a pale, vivid blue · cool · closest name: lavender
RGB
202, 222, 247
HSL
213°, 74%, 88%
CMYK
18, 10, 0, 3
Luminance
0.7151
Every format
| HEX | #cadef7 |
| RGB | rgb(202, 222, 247) |
| HSL | hsl(213, 74%, 88%) |
| CMYK | cmyk(18%, 10%, 0%, 3%) |
| LAB | lab(87.7 -1.6 -14.4) |
| LCH | lch(87.7 14.5 263.8) |
| OKLCH | oklch(0.893 0.041 254.0) |
Copy-ready code
/* CSS */
color: #cadef7;
background-color: #cadef7;
/* Tailwind (arbitrary) */
class="text-[#cadef7] bg-[#cadef7]"
/* SCSS */
$brand: #cadef7;
/* SwiftUI */
Color(red: 0.792, green: 0.871, blue: 0.969)
/* Android */
Color.parseColor("#cadef7")Accessibility — WCAG contrast
Aa
#cadef7 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cadef7 on black: 15.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green87.1%
Blue96.9%
CMYK percentages
Cyan18.2%
Magenta10.1%
Yellow0.0%
Key (black)3.1%
Color previews
#cadef7 text on a black background
contrast 15.30:1
Card sample
#cadef7 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cadef7;
Background color
Panel with #cadef7 background
background-color: #cadef7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cadef7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 222, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 222, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cadef7; background: linear-gradient(135deg, #cadef7, #D4CAF7);