#cac3eb
a light, vivid blue · warm · closest name: lavender
RGB
202, 195, 235
HSL
251°, 50%, 84%
CMYK
14, 17, 0, 8
Luminance
0.5758
Every format
| HEX | #cac3eb |
| RGB | rgb(202, 195, 235) |
| HSL | hsl(251, 50%, 84%) |
| CMYK | cmyk(14%, 17%, 0%, 8%) |
| LAB | lab(80.5 10.2 -18.9) |
| LCH | lch(80.5 21.5 298.4) |
| OKLCH | oklch(0.836 0.056 293.2) |
Copy-ready code
/* CSS */
color: #cac3eb;
background-color: #cac3eb;
/* Tailwind (arbitrary) */
class="text-[#cac3eb] bg-[#cac3eb]"
/* SCSS */
$brand: #cac3eb;
/* SwiftUI */
Color(red: 0.792, green: 0.765, blue: 0.922)
/* Android */
Color.parseColor("#cac3eb")Accessibility — WCAG contrast
Aa
#cac3eb on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cac3eb on black: 12.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green76.5%
Blue92.2%
CMYK percentages
Cyan14.0%
Magenta17.0%
Yellow0.0%
Key (black)7.8%
Color previews
#cac3eb text on a black background
contrast 12.52:1
Card sample
#cac3eb text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cac3eb;
Background color
Panel with #cac3eb background
background-color: #cac3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cac3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 195, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 195, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cac3eb; background: linear-gradient(135deg, #cac3eb, #E5C3EB);