#c4acf1
a light, vivid violet · warm · closest name: plum
RGB
196, 172, 241
HSL
261°, 71%, 81%
CMYK
19, 29, 0, 6
Luminance
0.4759
Every format
| HEX | #c4acf1 |
| RGB | rgb(196, 172, 241) |
| HSL | hsl(261, 71%, 81%) |
| CMYK | cmyk(19%, 29%, 0%, 6%) |
| LAB | lab(74.6 22.2 -31.3) |
| LCH | lch(74.6 38.3 305.4) |
| OKLCH | oklch(0.789 0.099 300.1) |
Copy-ready code
/* CSS */
color: #c4acf1;
background-color: #c4acf1;
/* Tailwind (arbitrary) */
class="text-[#c4acf1] bg-[#c4acf1]"
/* SCSS */
$brand: #c4acf1;
/* SwiftUI */
Color(red: 0.769, green: 0.675, blue: 0.945)
/* Android */
Color.parseColor("#c4acf1")Accessibility — WCAG contrast
Aa
#c4acf1 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4acf1 on black: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green67.5%
Blue94.5%
CMYK percentages
Cyan18.7%
Magenta28.6%
Yellow0.0%
Key (black)5.5%
Color previews
#c4acf1 text on a black background
contrast 10.52:1
Card sample
#c4acf1 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4acf1;
Background color
Panel with #c4acf1 background
background-color: #c4acf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4acf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 172, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 172, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4acf1; background: linear-gradient(135deg, #c4acf1, #F1ACF0);