#cac4da
a light, soft violet · warm · closest name: lavender
RGB
202, 196, 218
HSL
256°, 23%, 81%
CMYK
7, 10, 0, 15
Luminance
0.5710
Every format
| HEX | #cac4da |
| RGB | rgb(202, 196, 218) |
| HSL | hsl(256, 23%, 81%) |
| CMYK | cmyk(7%, 10%, 0%, 15%) |
| LAB | lab(80.2 6.2 -10.2) |
| LCH | lch(80.2 11.9 301.4) |
| OKLCH | oklch(0.832 0.031 298.2) |
Copy-ready code
/* CSS */
color: #cac4da;
background-color: #cac4da;
/* Tailwind (arbitrary) */
class="text-[#cac4da] bg-[#cac4da]"
/* SCSS */
$brand: #cac4da;
/* SwiftUI */
Color(red: 0.792, green: 0.769, blue: 0.855)
/* Android */
Color.parseColor("#cac4da")Accessibility — WCAG contrast
Aa
#cac4da on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cac4da on black: 12.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green76.9%
Blue85.5%
CMYK percentages
Cyan7.3%
Magenta10.1%
Yellow0.0%
Key (black)14.5%
Color previews
#cac4da text on a black background
contrast 12.42:1
Card sample
#cac4da text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cac4da;
Background color
Panel with #cac4da background
background-color: #cac4da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cac4da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 196, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 196, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cac4da; background: linear-gradient(135deg, #cac4da, #D9C4DA);