#cadcf9
a pale, electric blue · cool · closest name: lavender
RGB
202, 220, 249
HSL
217°, 80%, 88%
CMYK
19, 12, 0, 2
Luminance
0.7058
Every format
| HEX | #cadcf9 |
| RGB | rgb(202, 220, 249) |
| HSL | hsl(217, 80%, 88%) |
| CMYK | cmyk(19%, 12%, 0%, 2%) |
| LAB | lab(87.3 -0.1 -16.1) |
| LCH | lch(87.3 16.1 269.7) |
| OKLCH | oklch(0.890 0.044 260.0) |
Copy-ready code
/* CSS */
color: #cadcf9;
background-color: #cadcf9;
/* Tailwind (arbitrary) */
class="text-[#cadcf9] bg-[#cadcf9]"
/* SCSS */
$brand: #cadcf9;
/* SwiftUI */
Color(red: 0.792, green: 0.863, blue: 0.976)
/* Android */
Color.parseColor("#cadcf9")Accessibility — WCAG contrast
Aa
#cadcf9 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cadcf9 on black: 15.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green86.3%
Blue97.6%
CMYK percentages
Cyan18.9%
Magenta11.6%
Yellow0.0%
Key (black)2.4%
Color previews
#cadcf9 text on a black background
contrast 15.12:1
Card sample
#cadcf9 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cadcf9;
Background color
Panel with #cadcf9 background
background-color: #cadcf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cadcf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 220, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 220, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cadcf9; background: linear-gradient(135deg, #cadcf9, #D7CAF9);