#cacefa
a pale, electric blue · warm · closest name: lavender
RGB
202, 206, 250
HSL
235°, 83%, 89%
CMYK
19, 18, 0, 2
Luminance
0.6360
Every format
| HEX | #cacefa |
| RGB | rgb(202, 206, 250) |
| HSL | hsl(235, 83%, 89%) |
| CMYK | cmyk(19%, 18%, 0%, 2%) |
| LAB | lab(83.8 7.5 -22.0) |
| LCH | lch(83.8 23.2 288.9) |
| OKLCH | oklch(0.863 0.061 280.9) |
Copy-ready code
/* CSS */
color: #cacefa;
background-color: #cacefa;
/* Tailwind (arbitrary) */
class="text-[#cacefa] bg-[#cacefa]"
/* SCSS */
$brand: #cacefa;
/* SwiftUI */
Color(red: 0.792, green: 0.808, blue: 0.980)
/* Android */
Color.parseColor("#cacefa")Accessibility — WCAG contrast
Aa
#cacefa on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacefa on black: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green80.8%
Blue98.0%
CMYK percentages
Cyan19.2%
Magenta17.6%
Yellow0.0%
Key (black)2.0%
Color previews
#cacefa text on a black background
contrast 13.72:1
Card sample
#cacefa text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacefa;
Background color
Panel with #cacefa background
background-color: #cacefa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacefa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 206, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 206, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacefa; background: linear-gradient(135deg, #cacefa, #E6CAFA);