#ab8eb3
a balanced, soft violet · warm · closest name: plum
RGB
171, 142, 179
HSL
287°, 20%, 63%
CMYK
5, 21, 0, 30
Luminance
0.3126
Every format
| HEX | #ab8eb3 |
| RGB | rgb(171, 142, 179) |
| HSL | hsl(287, 20%, 63%) |
| CMYK | cmyk(5%, 21%, 0%, 30%) |
| LAB | lab(62.7 17.7 -15.3) |
| LCH | lch(62.7 23.4 319.2) |
| OKLCH | oklch(0.685 0.063 318.9) |
Copy-ready code
/* CSS */
color: #ab8eb3;
background-color: #ab8eb3;
/* Tailwind (arbitrary) */
class="text-[#ab8eb3] bg-[#ab8eb3]"
/* SCSS */
$brand: #ab8eb3;
/* SwiftUI */
Color(red: 0.671, green: 0.557, blue: 0.702)
/* Android */
Color.parseColor("#ab8eb3")Accessibility — WCAG contrast
Aa
#ab8eb3 on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ab8eb3 on black: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green55.7%
Blue70.2%
CMYK percentages
Cyan4.5%
Magenta20.7%
Yellow0.0%
Key (black)29.8%
Color previews
#ab8eb3 text on a black background
contrast 7.25:1
Card sample
#ab8eb3 text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab8eb3;
Background color
Panel with #ab8eb3 background
background-color: #ab8eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab8eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 142, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 142, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab8eb3; background: linear-gradient(135deg, #ab8eb3, #B38EA2);