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