#cacef8
a pale, electric blue · warm · closest name: lavender
RGB
202, 206, 248
HSL
235°, 77%, 88%
CMYK
19, 17, 0, 3
Luminance
0.6348
Every format
| HEX | #cacef8 |
| RGB | rgb(202, 206, 248) |
| HSL | hsl(235, 77%, 88%) |
| CMYK | cmyk(19%, 17%, 0%, 3%) |
| LAB | lab(83.7 7.1 -21.0) |
| LCH | lch(83.7 22.2 288.6) |
| OKLCH | oklch(0.862 0.058 280.8) |
Copy-ready code
/* CSS */
color: #cacef8;
background-color: #cacef8;
/* Tailwind (arbitrary) */
class="text-[#cacef8] bg-[#cacef8]"
/* SCSS */
$brand: #cacef8;
/* SwiftUI */
Color(red: 0.792, green: 0.808, blue: 0.973)
/* Android */
Color.parseColor("#cacef8")Accessibility — WCAG contrast
Aa
#cacef8 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacef8 on black: 13.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green80.8%
Blue97.3%
CMYK percentages
Cyan18.5%
Magenta16.9%
Yellow0.0%
Key (black)2.7%
Color previews
#cacef8 text on a black background
contrast 13.70:1
Card sample
#cacef8 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacef8;
Background color
Panel with #cacef8 background
background-color: #cacef8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacef8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 206, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 206, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacef8; background: linear-gradient(135deg, #cacef8, #E5CAF8);