#cacef6
a pale, vivid blue · warm · closest name: lavender
RGB
202, 206, 246
HSL
235°, 71%, 88%
CMYK
18, 16, 0, 4
Luminance
0.6335
Every format
| HEX | #cacef6 |
| RGB | rgb(202, 206, 246) |
| HSL | hsl(235, 71%, 88%) |
| CMYK | cmyk(18%, 16%, 0%, 4%) |
| LAB | lab(83.6 6.7 -20.1) |
| LCH | lch(83.6 21.1 288.4) |
| OKLCH | oklch(0.861 0.056 280.7) |
Copy-ready code
/* CSS */
color: #cacef6;
background-color: #cacef6;
/* Tailwind (arbitrary) */
class="text-[#cacef6] bg-[#cacef6]"
/* SCSS */
$brand: #cacef6;
/* SwiftUI */
Color(red: 0.792, green: 0.808, blue: 0.965)
/* Android */
Color.parseColor("#cacef6")Accessibility — WCAG contrast
Aa
#cacef6 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacef6 on black: 13.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green80.8%
Blue96.5%
CMYK percentages
Cyan17.9%
Magenta16.3%
Yellow0.0%
Key (black)3.5%
Color previews
#cacef6 text on a black background
contrast 13.67:1
Card sample
#cacef6 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacef6;
Background color
Panel with #cacef6 background
background-color: #cacef6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacef6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 206, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 206, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacef6; background: linear-gradient(135deg, #cacef6, #E3CAF6);