#ac6eb5
a balanced, soft magenta / pink · warm · closest name: plum
RGB
172, 110, 181
HSL
292°, 32%, 57%
CMYK
5, 39, 0, 29
Luminance
0.2326
Every format
| HEX | #ac6eb5 |
| RGB | rgb(172, 110, 181) |
| HSL | hsl(292, 32%, 57%) |
| CMYK | cmyk(5%, 39%, 0%, 29%) |
| LAB | lab(55.3 36.4 -27.7) |
| LCH | lch(55.3 45.7 322.7) |
| OKLCH | oklch(0.630 0.124 322.3) |
Copy-ready code
/* CSS */
color: #ac6eb5;
background-color: #ac6eb5;
/* Tailwind (arbitrary) */
class="text-[#ac6eb5] bg-[#ac6eb5]"
/* SCSS */
$brand: #ac6eb5;
/* SwiftUI */
Color(red: 0.675, green: 0.431, blue: 0.710)
/* Android */
Color.parseColor("#ac6eb5")Accessibility — WCAG contrast
Aa
#ac6eb5 on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac6eb5 on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green43.1%
Blue71.0%
CMYK percentages
Cyan5.0%
Magenta39.2%
Yellow0.0%
Key (black)29.0%
Color previews
#ac6eb5 text on a black background
contrast 5.65:1
Card sample
#ac6eb5 text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac6eb5;
Background color
Panel with #ac6eb5 background
background-color: #ac6eb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac6eb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 110, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 110, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac6eb5; background: linear-gradient(135deg, #ac6eb5, #B56E8F);