#ab5eb5
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
171, 94, 181
HSL
293°, 37%, 54%
CMYK
6, 48, 0, 29
Luminance
0.2000
Every format
| HEX | #ab5eb5 |
| RGB | rgb(171, 94, 181) |
| HSL | hsl(293, 37%, 54%) |
| CMYK | cmyk(6%, 48%, 0%, 29%) |
| LAB | lab(51.8 44.7 -33.1) |
| LCH | lch(51.8 55.7 323.5) |
| OKLCH | oklch(0.603 0.151 322.9) |
Copy-ready code
/* CSS */
color: #ab5eb5;
background-color: #ab5eb5;
/* Tailwind (arbitrary) */
class="text-[#ab5eb5] bg-[#ab5eb5]"
/* SCSS */
$brand: #ab5eb5;
/* SwiftUI */
Color(red: 0.671, green: 0.369, blue: 0.710)
/* Android */
Color.parseColor("#ab5eb5")Accessibility — WCAG contrast
Aa
#ab5eb5 on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab5eb5 on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green36.9%
Blue71.0%
CMYK percentages
Cyan5.5%
Magenta48.1%
Yellow0.0%
Key (black)29.0%
Color previews
#ab5eb5 text on a black background
contrast 5.00:1
Card sample
#ab5eb5 text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab5eb5;
Background color
Panel with #ab5eb5 background
background-color: #ab5eb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab5eb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 94, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 94, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab5eb5; background: linear-gradient(135deg, #ab5eb5, #B55E85);