#cacef0
a pale, vivid blue · warm · closest name: lavender
RGB
202, 206, 240
HSL
234°, 56%, 87%
CMYK
16, 14, 0, 6
Luminance
0.6299
Every format
| HEX | #cacef0 |
| RGB | rgb(202, 206, 240) |
| HSL | hsl(234, 56%, 87%) |
| CMYK | cmyk(16%, 14%, 0%, 6%) |
| LAB | lab(83.4 5.4 -17.2) |
| LCH | lch(83.4 18.0 287.4) |
| OKLCH | oklch(0.859 0.047 280.1) |
Copy-ready code
/* CSS */
color: #cacef0;
background-color: #cacef0;
/* Tailwind (arbitrary) */
class="text-[#cacef0] bg-[#cacef0]"
/* SCSS */
$brand: #cacef0;
/* SwiftUI */
Color(red: 0.792, green: 0.808, blue: 0.941)
/* Android */
Color.parseColor("#cacef0")Accessibility — WCAG contrast
Aa
#cacef0 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacef0 on black: 13.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green80.8%
Blue94.1%
CMYK percentages
Cyan15.8%
Magenta14.2%
Yellow0.0%
Key (black)5.9%
Color previews
#cacef0 text on a black background
contrast 13.60:1
Card sample
#cacef0 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacef0;
Background color
Panel with #cacef0 background
background-color: #cacef0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacef0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 206, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 206, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacef0; background: linear-gradient(135deg, #cacef0, #DFCAF0);