#a77cc8
a balanced, soft violet · warm · closest name: plum
RGB
167, 124, 200
HSL
274°, 41%, 64%
CMYK
17, 38, 0, 22
Luminance
0.2680
Every format
| HEX | #a77cc8 |
| RGB | rgb(167, 124, 200) |
| HSL | hsl(274, 41%, 64%) |
| CMYK | cmyk(17%, 38%, 0%, 22%) |
| LAB | lab(58.8 31.1 -33.2) |
| LCH | lch(58.8 45.5 313.1) |
| OKLCH | oklch(0.657 0.119 309.4) |
Copy-ready code
/* CSS */
color: #a77cc8;
background-color: #a77cc8;
/* Tailwind (arbitrary) */
class="text-[#a77cc8] bg-[#a77cc8]"
/* SCSS */
$brand: #a77cc8;
/* SwiftUI */
Color(red: 0.655, green: 0.486, blue: 0.784)
/* Android */
Color.parseColor("#a77cc8")Accessibility — WCAG contrast
Aa
#a77cc8 on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a77cc8 on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green48.6%
Blue78.4%
CMYK percentages
Cyan16.5%
Magenta38.0%
Yellow0.0%
Key (black)21.6%
Color previews
#a77cc8 text on a black background
contrast 6.36:1
Card sample
#a77cc8 text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a77cc8;
Background color
Panel with #a77cc8 background
background-color: #a77cc8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a77cc8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 124, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 124, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a77cc8; background: linear-gradient(135deg, #a77cc8, #C87CB6);