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