#cac4ec
a light, vivid blue · warm · closest name: lavender
RGB
202, 196, 236
HSL
249°, 51%, 85%
CMYK
14, 17, 0, 8
Luminance
0.5809
Every format
| HEX | #cac4ec |
| RGB | rgb(202, 196, 236) |
| HSL | hsl(249, 51%, 85%) |
| CMYK | cmyk(14%, 17%, 0%, 8%) |
| LAB | lab(80.8 9.9 -19.0) |
| LCH | lch(80.8 21.4 297.5) |
| OKLCH | oklch(0.838 0.056 292.0) |
Copy-ready code
/* CSS */
color: #cac4ec;
background-color: #cac4ec;
/* Tailwind (arbitrary) */
class="text-[#cac4ec] bg-[#cac4ec]"
/* SCSS */
$brand: #cac4ec;
/* SwiftUI */
Color(red: 0.792, green: 0.769, blue: 0.925)
/* Android */
Color.parseColor("#cac4ec")Accessibility — WCAG contrast
Aa
#cac4ec on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cac4ec on black: 12.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green76.9%
Blue92.5%
CMYK percentages
Cyan14.4%
Magenta16.9%
Yellow0.0%
Key (black)7.5%
Color previews
#cac4ec text on a black background
contrast 12.62:1
Card sample
#cac4ec text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cac4ec;
Background color
Panel with #cac4ec background
background-color: #cac4ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cac4ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 196, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 196, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cac4ec; background: linear-gradient(135deg, #cac4ec, #E5C4EC);