#ac83af
a balanced, soft magenta / pink · warm · closest name: plum
RGB
172, 131, 175
HSL
296°, 22%, 60%
CMYK
2, 25, 0, 31
Luminance
0.2810
Every format
| HEX | #ac83af |
| RGB | rgb(172, 131, 175) |
| HSL | hsl(296, 22%, 60%) |
| CMYK | cmyk(2%, 25%, 0%, 31%) |
| LAB | lab(60.0 23.4 -17.1) |
| LCH | lch(60.0 29.1 323.8) |
| OKLCH | oklch(0.664 0.079 324.2) |
Copy-ready code
/* CSS */
color: #ac83af;
background-color: #ac83af;
/* Tailwind (arbitrary) */
class="text-[#ac83af] bg-[#ac83af]"
/* SCSS */
$brand: #ac83af;
/* SwiftUI */
Color(red: 0.675, green: 0.514, blue: 0.686)
/* Android */
Color.parseColor("#ac83af")Accessibility — WCAG contrast
Aa
#ac83af on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac83af on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green51.4%
Blue68.6%
CMYK percentages
Cyan1.7%
Magenta25.1%
Yellow0.0%
Key (black)31.4%
Color previews
#ac83af text on a black background
contrast 6.62:1
Card sample
#ac83af text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac83af;
Background color
Panel with #ac83af background
background-color: #ac83af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac83af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 131, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 131, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac83af; background: linear-gradient(135deg, #ac83af, #AF8395);