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