#cacef4
a pale, vivid blue · warm · closest name: lavender
RGB
202, 206, 244
HSL
234°, 66%, 88%
CMYK
17, 16, 0, 4
Luminance
0.6323
Every format
| HEX | #cacef4 |
| RGB | rgb(202, 206, 244) |
| HSL | hsl(234, 66%, 88%) |
| CMYK | cmyk(17%, 16%, 0%, 4%) |
| LAB | lab(83.6 6.2 -19.1) |
| LCH | lch(83.6 20.1 288.1) |
| OKLCH | oklch(0.861 0.053 280.5) |
Copy-ready code
/* CSS */
color: #cacef4;
background-color: #cacef4;
/* Tailwind (arbitrary) */
class="text-[#cacef4] bg-[#cacef4]"
/* SCSS */
$brand: #cacef4;
/* SwiftUI */
Color(red: 0.792, green: 0.808, blue: 0.957)
/* Android */
Color.parseColor("#cacef4")Accessibility — WCAG contrast
Aa
#cacef4 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacef4 on black: 13.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green80.8%
Blue95.7%
CMYK percentages
Cyan17.2%
Magenta15.6%
Yellow0.0%
Key (black)4.3%
Color previews
#cacef4 text on a black background
contrast 13.65:1
Card sample
#cacef4 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacef4;
Background color
Panel with #cacef4 background
background-color: #cacef4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacef4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 206, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 206, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacef4; background: linear-gradient(135deg, #cacef4, #E2CAF4);