#aca0c4
a light, soft violet · warm · closest name: plum
RGB
172, 160, 196
HSL
260°, 23%, 70%
CMYK
12, 18, 0, 23
Luminance
0.3790
Every format
| HEX | #aca0c4 |
| RGB | rgb(172, 160, 196) |
| HSL | hsl(260, 23%, 70%) |
| CMYK | cmyk(12%, 18%, 0%, 23%) |
| LAB | lab(68.0 11.4 -16.9) |
| LCH | lch(68.0 20.4 304.1) |
| OKLCH | oklch(0.728 0.053 300.3) |
Copy-ready code
/* CSS */
color: #aca0c4;
background-color: #aca0c4;
/* Tailwind (arbitrary) */
class="text-[#aca0c4] bg-[#aca0c4]"
/* SCSS */
$brand: #aca0c4;
/* SwiftUI */
Color(red: 0.675, green: 0.627, blue: 0.769)
/* Android */
Color.parseColor("#aca0c4")Accessibility — WCAG contrast
Aa
#aca0c4 on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aca0c4 on black: 8.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green62.7%
Blue76.9%
CMYK percentages
Cyan12.2%
Magenta18.4%
Yellow0.0%
Key (black)23.1%
Color previews
#aca0c4 text on a black background
contrast 8.58:1
Card sample
#aca0c4 text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aca0c4;
Background color
Panel with #aca0c4 background
background-color: #aca0c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aca0c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 160, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 160, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aca0c4; background: linear-gradient(135deg, #aca0c4, #C4A0C4);