#cacef7
a pale, vivid blue · warm · closest name: lavender
RGB
202, 206, 247
HSL
235°, 74%, 88%
CMYK
18, 17, 0, 3
Luminance
0.6341
Every format
| HEX | #cacef7 |
| RGB | rgb(202, 206, 247) |
| HSL | hsl(235, 74%, 88%) |
| CMYK | cmyk(18%, 17%, 0%, 3%) |
| LAB | lab(83.7 6.9 -20.5) |
| LCH | lch(83.7 21.7 288.5) |
| OKLCH | oklch(0.862 0.057 280.7) |
Copy-ready code
/* CSS */
color: #cacef7;
background-color: #cacef7;
/* Tailwind (arbitrary) */
class="text-[#cacef7] bg-[#cacef7]"
/* SCSS */
$brand: #cacef7;
/* SwiftUI */
Color(red: 0.792, green: 0.808, blue: 0.969)
/* Android */
Color.parseColor("#cacef7")Accessibility — WCAG contrast
Aa
#cacef7 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacef7 on black: 13.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green80.8%
Blue96.9%
CMYK percentages
Cyan18.2%
Magenta16.6%
Yellow0.0%
Key (black)3.1%
Color previews
#cacef7 text on a black background
contrast 13.68:1
Card sample
#cacef7 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacef7;
Background color
Panel with #cacef7 background
background-color: #cacef7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacef7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 206, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 206, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacef7; background: linear-gradient(135deg, #cacef7, #E4CAF7);