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