#ac9abc
a light, soft violet · warm · closest name: plum
RGB
172, 154, 188
HSL
272°, 20%, 67%
CMYK
9, 18, 0, 26
Luminance
0.3551
Every format
| HEX | #ac9abc |
| RGB | rgb(172, 154, 188) |
| HSL | hsl(272, 20%, 67%) |
| CMYK | cmyk(9%, 18%, 0%, 26%) |
| LAB | lab(66.2 13.1 -15.1) |
| LCH | lch(66.2 20.0 310.9) |
| OKLCH | oklch(0.713 0.053 308.9) |
Copy-ready code
/* CSS */
color: #ac9abc;
background-color: #ac9abc;
/* Tailwind (arbitrary) */
class="text-[#ac9abc] bg-[#ac9abc]"
/* SCSS */
$brand: #ac9abc;
/* SwiftUI */
Color(red: 0.675, green: 0.604, blue: 0.737)
/* Android */
Color.parseColor("#ac9abc")Accessibility — WCAG contrast
Aa
#ac9abc on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac9abc on black: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green60.4%
Blue73.7%
CMYK percentages
Cyan8.5%
Magenta18.1%
Yellow0.0%
Key (black)26.3%
Color previews
#ac9abc text on a black background
contrast 8.10:1
Card sample
#ac9abc text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac9abc;
Background color
Panel with #ac9abc background
background-color: #ac9abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac9abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 154, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 154, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac9abc; background: linear-gradient(135deg, #ac9abc, #BC9AB5);