#ab7eb5
a balanced, soft violet · warm · closest name: plum
RGB
171, 126, 181
HSL
289°, 27%, 60%
CMYK
6, 30, 0, 29
Luminance
0.2692
Every format
| HEX | #ab7eb5 |
| RGB | rgb(171, 126, 181) |
| HSL | hsl(289, 27%, 60%) |
| CMYK | cmyk(6%, 30%, 0%, 29%) |
| LAB | lab(58.9 27.1 -22.2) |
| LCH | lch(58.9 35.1 320.7) |
| OKLCH | oklch(0.656 0.094 320.2) |
Copy-ready code
/* CSS */
color: #ab7eb5;
background-color: #ab7eb5;
/* Tailwind (arbitrary) */
class="text-[#ab7eb5] bg-[#ab7eb5]"
/* SCSS */
$brand: #ab7eb5;
/* SwiftUI */
Color(red: 0.671, green: 0.494, blue: 0.710)
/* Android */
Color.parseColor("#ab7eb5")Accessibility — WCAG contrast
Aa
#ab7eb5 on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab7eb5 on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green49.4%
Blue71.0%
CMYK percentages
Cyan5.5%
Magenta30.4%
Yellow0.0%
Key (black)29.0%
Color previews
#ab7eb5 text on a black background
contrast 6.38:1
Card sample
#ab7eb5 text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab7eb5;
Background color
Panel with #ab7eb5 background
background-color: #ab7eb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab7eb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 126, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 126, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab7eb5; background: linear-gradient(135deg, #ab7eb5, #B57E9A);