#cac3da
a light, soft violet · warm · closest name: lavender
RGB
202, 195, 218
HSL
258°, 24%, 81%
CMYK
7, 11, 0, 15
Luminance
0.5665
Every format
| HEX | #cac3da |
| RGB | rgb(202, 195, 218) |
| HSL | hsl(258, 24%, 81%) |
| CMYK | cmyk(7%, 11%, 0%, 15%) |
| LAB | lab(80.0 6.8 -10.6) |
| LCH | lch(80.0 12.6 302.6) |
| OKLCH | oklch(0.830 0.033 299.6) |
Copy-ready code
/* CSS */
color: #cac3da;
background-color: #cac3da;
/* Tailwind (arbitrary) */
class="text-[#cac3da] bg-[#cac3da]"
/* SCSS */
$brand: #cac3da;
/* SwiftUI */
Color(red: 0.792, green: 0.765, blue: 0.855)
/* Android */
Color.parseColor("#cac3da")Accessibility — WCAG contrast
Aa
#cac3da on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cac3da on black: 12.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green76.5%
Blue85.5%
CMYK percentages
Cyan7.3%
Magenta10.6%
Yellow0.0%
Key (black)14.5%
Color previews
#cac3da text on a black background
contrast 12.33:1
Card sample
#cac3da text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cac3da;
Background color
Panel with #cac3da background
background-color: #cac3da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cac3da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 195, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 195, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cac3da; background: linear-gradient(135deg, #cac3da, #D9C3DA);