#a77ba7
a balanced, soft magenta / pink · warm · closest name: plum
RGB
167, 123, 167
HSL
300°, 20%, 57%
CMYK
0, 26, 0, 35
Luminance
0.2517
Every format
| HEX | #a77ba7 |
| RGB | rgb(167, 123, 167) |
| HSL | hsl(300, 20%, 57%) |
| CMYK | cmyk(0%, 26%, 0%, 35%) |
| LAB | lab(57.2 24.7 -16.8) |
| LCH | lch(57.2 29.9 325.9) |
| OKLCH | oklch(0.641 0.082 326.5) |
Copy-ready code
/* CSS */
color: #a77ba7;
background-color: #a77ba7;
/* Tailwind (arbitrary) */
class="text-[#a77ba7] bg-[#a77ba7]"
/* SCSS */
$brand: #a77ba7;
/* SwiftUI */
Color(red: 0.655, green: 0.482, blue: 0.655)
/* Android */
Color.parseColor("#a77ba7")Accessibility — WCAG contrast
Aa
#a77ba7 on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a77ba7 on black: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green48.2%
Blue65.5%
CMYK percentages
Cyan0.0%
Magenta26.3%
Yellow0.0%
Key (black)34.5%
Color previews
#a77ba7 text on a black background
contrast 6.03:1
Card sample
#a77ba7 text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a77ba7;
Background color
Panel with #a77ba7 background
background-color: #a77ba7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a77ba7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 123, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 123, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a77ba7; background: linear-gradient(135deg, #a77ba7, #A77B8A);