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