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