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