#ab7eb0
a balanced, soft magenta / pink · warm · closest name: plum
RGB
171, 126, 176
HSL
294°, 24%, 59%
CMYK
3, 28, 0, 31
Luminance
0.2671
Every format
| HEX | #ab7eb0 |
| RGB | rgb(171, 126, 176) |
| HSL | hsl(294, 24%, 59%) |
| CMYK | cmyk(3%, 28%, 0%, 31%) |
| LAB | lab(58.7 26.1 -19.6) |
| LCH | lch(58.7 32.7 323.1) |
| OKLCH | oklch(0.654 0.089 323.1) |
Copy-ready code
/* CSS */
color: #ab7eb0;
background-color: #ab7eb0;
/* Tailwind (arbitrary) */
class="text-[#ab7eb0] bg-[#ab7eb0]"
/* SCSS */
$brand: #ab7eb0;
/* SwiftUI */
Color(red: 0.671, green: 0.494, blue: 0.690)
/* Android */
Color.parseColor("#ab7eb0")Accessibility — WCAG contrast
Aa
#ab7eb0 on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab7eb0 on black: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green49.4%
Blue69.0%
CMYK percentages
Cyan2.8%
Magenta28.4%
Yellow0.0%
Key (black)31.0%
Color previews
#ab7eb0 text on a black background
contrast 6.34:1
Card sample
#ab7eb0 text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab7eb0;
Background color
Panel with #ab7eb0 background
background-color: #ab7eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab7eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 126, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 126, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab7eb0; background: linear-gradient(135deg, #ab7eb0, #B07E94);