#ac59ac
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
172, 89, 172
HSL
300°, 33%, 51%
CMYK
0, 48, 0, 33
Luminance
0.1889
Every format
| HEX | #ac59ac |
| RGB | rgb(172, 89, 172) |
| HSL | hsl(300, 33%, 51%) |
| CMYK | cmyk(0%, 48%, 0%, 33%) |
| LAB | lab(50.6 45.9 -29.9) |
| LCH | lch(50.6 54.8 326.9) |
| OKLCH | oklch(0.593 0.151 327.3) |
Copy-ready code
/* CSS */
color: #ac59ac;
background-color: #ac59ac;
/* Tailwind (arbitrary) */
class="text-[#ac59ac] bg-[#ac59ac]"
/* SCSS */
$brand: #ac59ac;
/* SwiftUI */
Color(red: 0.675, green: 0.349, blue: 0.675)
/* Android */
Color.parseColor("#ac59ac")Accessibility — WCAG contrast
Aa
#ac59ac on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac59ac on black: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green34.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta48.3%
Yellow0.0%
Key (black)32.5%
Color previews
#ac59ac text on a black background
contrast 4.78:1
Card sample
#ac59ac text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac59ac;
Background color
Panel with #ac59ac background
background-color: #ac59ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac59ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 89, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 89, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac59ac; background: linear-gradient(135deg, #ac59ac, #AC5975);