#ac4f9b
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
172, 79, 155
HSL
311°, 37%, 49%
CMYK
0, 54, 10, 33
Luminance
0.1673
Every format
| HEX | #ac4f9b |
| RGB | rgb(172, 79, 155) |
| HSL | hsl(311, 37%, 49%) |
| CMYK | cmyk(0%, 54%, 10%, 33%) |
| LAB | lab(47.9 47.9 -24.0) |
| LCH | lch(47.9 53.6 333.4) |
| OKLCH | oklch(0.571 0.153 334.9) |
Copy-ready code
/* CSS */
color: #ac4f9b;
background-color: #ac4f9b;
/* Tailwind (arbitrary) */
class="text-[#ac4f9b] bg-[#ac4f9b]"
/* SCSS */
$brand: #ac4f9b;
/* SwiftUI */
Color(red: 0.675, green: 0.310, blue: 0.608)
/* Android */
Color.parseColor("#ac4f9b")Accessibility — WCAG contrast
Aa
#ac4f9b on white: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac4f9b on black: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green31.0%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta54.1%
Yellow9.9%
Key (black)32.5%
Color previews
#ac4f9b text on a black background
contrast 4.35:1
Card sample
#ac4f9b text on a white background
contrast 4.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac4f9b;
Background color
Panel with #ac4f9b background
background-color: #ac4f9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac4f9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 79, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 79, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac4f9b; background: linear-gradient(135deg, #ac4f9b, #AC4F5D);