#ab7eb9
a balanced, soft violet · warm · closest name: plum
RGB
171, 126, 185
HSL
286°, 30%, 61%
CMYK
8, 32, 0, 28
Luminance
0.2708
Every format
| HEX | #ab7eb9 |
| RGB | rgb(171, 126, 185) |
| HSL | hsl(286, 30%, 61%) |
| CMYK | cmyk(8%, 32%, 0%, 28%) |
| LAB | lab(59.0 28.0 -24.3) |
| LCH | lch(59.0 37.0 319.1) |
| OKLCH | oklch(0.658 0.099 318.0) |
Copy-ready code
/* CSS */
color: #ab7eb9;
background-color: #ab7eb9;
/* Tailwind (arbitrary) */
class="text-[#ab7eb9] bg-[#ab7eb9]"
/* SCSS */
$brand: #ab7eb9;
/* SwiftUI */
Color(red: 0.671, green: 0.494, blue: 0.725)
/* Android */
Color.parseColor("#ab7eb9")Accessibility — WCAG contrast
Aa
#ab7eb9 on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab7eb9 on black: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green49.4%
Blue72.5%
CMYK percentages
Cyan7.6%
Magenta31.9%
Yellow0.0%
Key (black)27.5%
Color previews
#ab7eb9 text on a black background
contrast 6.42:1
Card sample
#ab7eb9 text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab7eb9;
Background color
Panel with #ab7eb9 background
background-color: #ab7eb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab7eb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 126, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 126, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab7eb9; background: linear-gradient(135deg, #ab7eb9, #B97EA0);