#cac2eb
a light, vivid blue · warm · closest name: lavender
RGB
202, 194, 235
HSL
252°, 51%, 84%
CMYK
14, 17, 0, 8
Luminance
0.5714
Every format
| HEX | #cac2eb |
| RGB | rgb(202, 194, 235) |
| HSL | hsl(252, 51%, 84%) |
| CMYK | cmyk(14%, 17%, 0%, 8%) |
| LAB | lab(80.3 10.8 -19.3) |
| LCH | lch(80.3 22.1 299.1) |
| OKLCH | oklch(0.834 0.057 294.1) |
Copy-ready code
/* CSS */
color: #cac2eb;
background-color: #cac2eb;
/* Tailwind (arbitrary) */
class="text-[#cac2eb] bg-[#cac2eb]"
/* SCSS */
$brand: #cac2eb;
/* SwiftUI */
Color(red: 0.792, green: 0.761, blue: 0.922)
/* Android */
Color.parseColor("#cac2eb")Accessibility — WCAG contrast
Aa
#cac2eb on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cac2eb on black: 12.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green76.1%
Blue92.2%
CMYK percentages
Cyan14.0%
Magenta17.4%
Yellow0.0%
Key (black)7.8%
Color previews
#cac2eb text on a black background
contrast 12.43:1
Card sample
#cac2eb text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cac2eb;
Background color
Panel with #cac2eb background
background-color: #cac2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cac2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 194, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 194, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cac2eb; background: linear-gradient(135deg, #cac2eb, #E5C2EB);