#a87eb2
a balanced, soft violet · warm · closest name: plum
RGB
168, 126, 178
HSL
289°, 25%, 60%
CMYK
6, 29, 0, 30
Luminance
0.2646
Every format
| HEX | #a87eb2 |
| RGB | rgb(168, 126, 178) |
| HSL | hsl(289, 25%, 60%) |
| CMYK | cmyk(6%, 29%, 0%, 30%) |
| LAB | lab(58.5 25.5 -21.2) |
| LCH | lch(58.5 33.2 320.3) |
| OKLCH | oklch(0.652 0.089 319.8) |
Copy-ready code
/* CSS */
color: #a87eb2;
background-color: #a87eb2;
/* Tailwind (arbitrary) */
class="text-[#a87eb2] bg-[#a87eb2]"
/* SCSS */
$brand: #a87eb2;
/* SwiftUI */
Color(red: 0.659, green: 0.494, blue: 0.698)
/* Android */
Color.parseColor("#a87eb2")Accessibility — WCAG contrast
Aa
#a87eb2 on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a87eb2 on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green49.4%
Blue69.8%
CMYK percentages
Cyan5.6%
Magenta29.2%
Yellow0.0%
Key (black)30.2%
Color previews
#a87eb2 text on a black background
contrast 6.29:1
Card sample
#a87eb2 text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a87eb2;
Background color
Panel with #a87eb2 background
background-color: #a87eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a87eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 126, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 126, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a87eb2; background: linear-gradient(135deg, #a87eb2, #B27E99);