#cadafc
a pale, electric blue · cool · closest name: lavender
RGB
202, 218, 252
HSL
221°, 89%, 89%
CMYK
20, 14, 0, 1
Luminance
0.6973
Every format
| HEX | #cadafc |
| RGB | rgb(202, 218, 252) |
| HSL | hsl(221, 89%, 89%) |
| CMYK | cmyk(20%, 14%, 0%, 1%) |
| LAB | lab(86.9 1.6 -18.4) |
| LCH | lch(86.9 18.4 275.0) |
| OKLCH | oklch(0.887 0.050 265.4) |
Copy-ready code
/* CSS */
color: #cadafc;
background-color: #cadafc;
/* Tailwind (arbitrary) */
class="text-[#cadafc] bg-[#cadafc]"
/* SCSS */
$brand: #cadafc;
/* SwiftUI */
Color(red: 0.792, green: 0.855, blue: 0.988)
/* Android */
Color.parseColor("#cadafc")Accessibility — WCAG contrast
Aa
#cadafc on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cadafc on black: 14.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green85.5%
Blue98.8%
CMYK percentages
Cyan19.8%
Magenta13.5%
Yellow0.0%
Key (black)1.2%
Color previews
#cadafc text on a black background
contrast 14.95:1
Card sample
#cadafc text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cadafc;
Background color
Panel with #cadafc background
background-color: #cadafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cadafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 218, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 218, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cadafc; background: linear-gradient(135deg, #cadafc, #DBCAFC);