#ab4792
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
171, 71, 146
HSL
315°, 41%, 48%
CMYK
0, 59, 15, 33
Luminance
0.1524
Every format
| HEX | #ab4792 |
| RGB | rgb(171, 71, 146) |
| HSL | hsl(315, 41%, 48%) |
| CMYK | cmyk(0%, 59%, 15%, 33%) |
| LAB | lab(46.0 50.0 -21.6) |
| LCH | lch(46.0 54.5 336.6) |
| OKLCH | oklch(0.555 0.158 338.4) |
Copy-ready code
/* CSS */
color: #ab4792;
background-color: #ab4792;
/* Tailwind (arbitrary) */
class="text-[#ab4792] bg-[#ab4792]"
/* SCSS */
$brand: #ab4792;
/* SwiftUI */
Color(red: 0.671, green: 0.278, blue: 0.573)
/* Android */
Color.parseColor("#ab4792")Accessibility — WCAG contrast
Aa
#ab4792 on white: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab4792 on black: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green27.8%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta58.5%
Yellow14.6%
Key (black)32.9%
Color previews
#ab4792 text on a black background
contrast 4.05:1
Card sample
#ab4792 text on a white background
contrast 5.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab4792;
Background color
Panel with #ab4792 background
background-color: #ab4792;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab4792;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 71, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 71, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab4792; background: linear-gradient(135deg, #ab4792, #AB474F);