#ac67ac
a balanced, soft magenta / pink · warm · closest name: plum
RGB
172, 103, 172
HSL
300°, 29%, 54%
CMYK
0, 40, 0, 33
Luminance
0.2145
Every format
| HEX | #ac67ac |
| RGB | rgb(172, 103, 172) |
| HSL | hsl(300, 29%, 54%) |
| CMYK | cmyk(0%, 40%, 0%, 33%) |
| LAB | lab(53.4 38.5 -25.4) |
| LCH | lch(53.4 46.1 326.6) |
| OKLCH | oklch(0.614 0.127 327.0) |
Copy-ready code
/* CSS */
color: #ac67ac;
background-color: #ac67ac;
/* Tailwind (arbitrary) */
class="text-[#ac67ac] bg-[#ac67ac]"
/* SCSS */
$brand: #ac67ac;
/* SwiftUI */
Color(red: 0.675, green: 0.404, blue: 0.675)
/* Android */
Color.parseColor("#ac67ac")Accessibility — WCAG contrast
Aa
#ac67ac on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac67ac on black: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green40.4%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta40.1%
Yellow0.0%
Key (black)32.5%
Color previews
#ac67ac text on a black background
contrast 5.29:1
Card sample
#ac67ac text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac67ac;
Background color
Panel with #ac67ac background
background-color: #ac67ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac67ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 103, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 103, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac67ac; background: linear-gradient(135deg, #ac67ac, #AC677E);