#cacefe
a pale, electric blue · warm · closest name: lavender
RGB
202, 206, 254
HSL
235°, 96%, 89%
CMYK
21, 19, 0, 0
Luminance
0.6385
Every format
| HEX | #cacefe |
| RGB | rgb(202, 206, 254) |
| HSL | hsl(235, 96%, 89%) |
| CMYK | cmyk(21%, 19%, 0%, 0%) |
| LAB | lab(83.9 8.4 -23.9) |
| LCH | lch(83.9 25.3 289.4) |
| OKLCH | oklch(0.864 0.067 281.2) |
Copy-ready code
/* CSS */
color: #cacefe;
background-color: #cacefe;
/* Tailwind (arbitrary) */
class="text-[#cacefe] bg-[#cacefe]"
/* SCSS */
$brand: #cacefe;
/* SwiftUI */
Color(red: 0.792, green: 0.808, blue: 0.996)
/* Android */
Color.parseColor("#cacefe")Accessibility — WCAG contrast
Aa
#cacefe on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacefe on black: 13.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green80.8%
Blue99.6%
CMYK percentages
Cyan20.5%
Magenta18.9%
Yellow0.0%
Key (black)0.4%
Color previews
#cacefe text on a black background
contrast 13.77:1
Card sample
#cacefe text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacefe;
Background color
Panel with #cacefe background
background-color: #cacefe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacefe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 206, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 206, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacefe; background: linear-gradient(135deg, #cacefe, #E9CAFE);