#c4acf4
a light, electric violet · warm · closest name: plum
RGB
196, 172, 244
HSL
260°, 77%, 82%
CMYK
20, 30, 0, 4
Luminance
0.4777
Every format
| HEX | #c4acf4 |
| RGB | rgb(196, 172, 244) |
| HSL | hsl(260, 77%, 82%) |
| CMYK | cmyk(20%, 30%, 0%, 4%) |
| LAB | lab(74.7 22.9 -32.7) |
| LCH | lch(74.7 39.9 304.9) |
| OKLCH | oklch(0.791 0.103 299.3) |
Copy-ready code
/* CSS */
color: #c4acf4;
background-color: #c4acf4;
/* Tailwind (arbitrary) */
class="text-[#c4acf4] bg-[#c4acf4]"
/* SCSS */
$brand: #c4acf4;
/* SwiftUI */
Color(red: 0.769, green: 0.675, blue: 0.957)
/* Android */
Color.parseColor("#c4acf4")Accessibility — WCAG contrast
Aa
#c4acf4 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4acf4 on black: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green67.5%
Blue95.7%
CMYK percentages
Cyan19.7%
Magenta29.5%
Yellow0.0%
Key (black)4.3%
Color previews
#c4acf4 text on a black background
contrast 10.55:1
Card sample
#c4acf4 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4acf4;
Background color
Panel with #c4acf4 background
background-color: #c4acf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4acf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 172, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 172, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4acf4; background: linear-gradient(135deg, #c4acf4, #F4ACF4);