#a77cc3
a balanced, soft violet · warm · closest name: plum
RGB
167, 124, 195
HSL
276°, 37%, 63%
CMYK
14, 36, 0, 24
Luminance
0.2657
Every format
| HEX | #a77cc3 |
| RGB | rgb(167, 124, 195) |
| HSL | hsl(276, 37%, 63%) |
| CMYK | cmyk(14%, 36%, 0%, 24%) |
| LAB | lab(58.6 29.9 -30.7) |
| LCH | lch(58.6 42.9 314.3) |
| OKLCH | oklch(0.655 0.113 311.3) |
Copy-ready code
/* CSS */
color: #a77cc3;
background-color: #a77cc3;
/* Tailwind (arbitrary) */
class="text-[#a77cc3] bg-[#a77cc3]"
/* SCSS */
$brand: #a77cc3;
/* SwiftUI */
Color(red: 0.655, green: 0.486, blue: 0.765)
/* Android */
Color.parseColor("#a77cc3")Accessibility — WCAG contrast
Aa
#a77cc3 on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a77cc3 on black: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green48.6%
Blue76.5%
CMYK percentages
Cyan14.4%
Magenta36.4%
Yellow0.0%
Key (black)23.5%
Color previews
#a77cc3 text on a black background
contrast 6.31:1
Card sample
#a77cc3 text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a77cc3;
Background color
Panel with #a77cc3 background
background-color: #a77cc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a77cc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 124, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 124, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a77cc3; background: linear-gradient(135deg, #a77cc3, #C37CB0);