#ab5eb0
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
171, 94, 176
HSL
296°, 34%, 53%
CMYK
3, 47, 0, 31
Luminance
0.1980
Every format
| HEX | #ab5eb0 |
| RGB | rgb(171, 94, 176) |
| HSL | hsl(296, 34%, 53%) |
| CMYK | cmyk(3%, 47%, 0%, 31%) |
| LAB | lab(51.6 43.8 -30.6) |
| LCH | lch(51.6 53.4 325.0) |
| OKLCH | oklch(0.601 0.146 324.9) |
Copy-ready code
/* CSS */
color: #ab5eb0;
background-color: #ab5eb0;
/* Tailwind (arbitrary) */
class="text-[#ab5eb0] bg-[#ab5eb0]"
/* SCSS */
$brand: #ab5eb0;
/* SwiftUI */
Color(red: 0.671, green: 0.369, blue: 0.690)
/* Android */
Color.parseColor("#ab5eb0")Accessibility — WCAG contrast
Aa
#ab5eb0 on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab5eb0 on black: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green36.9%
Blue69.0%
CMYK percentages
Cyan2.8%
Magenta46.6%
Yellow0.0%
Key (black)31.0%
Color previews
#ab5eb0 text on a black background
contrast 4.96:1
Card sample
#ab5eb0 text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab5eb0;
Background color
Panel with #ab5eb0 background
background-color: #ab5eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab5eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 94, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 94, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab5eb0; background: linear-gradient(135deg, #ab5eb0, #B05E7E);