#cacef1
a pale, vivid blue · warm · closest name: lavender
RGB
202, 206, 241
HSL
234°, 58%, 87%
CMYK
16, 15, 0, 6
Luminance
0.6305
Every format
| HEX | #cacef1 |
| RGB | rgb(202, 206, 241) |
| HSL | hsl(234, 58%, 87%) |
| CMYK | cmyk(16%, 15%, 0%, 6%) |
| LAB | lab(83.5 5.6 -17.6) |
| LCH | lch(83.5 18.5 287.6) |
| OKLCH | oklch(0.860 0.049 280.2) |
Copy-ready code
/* CSS */
color: #cacef1;
background-color: #cacef1;
/* Tailwind (arbitrary) */
class="text-[#cacef1] bg-[#cacef1]"
/* SCSS */
$brand: #cacef1;
/* SwiftUI */
Color(red: 0.792, green: 0.808, blue: 0.945)
/* Android */
Color.parseColor("#cacef1")Accessibility — WCAG contrast
Aa
#cacef1 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacef1 on black: 13.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green80.8%
Blue94.5%
CMYK percentages
Cyan16.2%
Magenta14.5%
Yellow0.0%
Key (black)5.5%
Color previews
#cacef1 text on a black background
contrast 13.61:1
Card sample
#cacef1 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacef1;
Background color
Panel with #cacef1 background
background-color: #cacef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 206, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 206, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacef1; background: linear-gradient(135deg, #cacef1, #E0CAF1);