#a77df4
a light, electric violet · warm · closest name: slateblue
RGB
167, 125, 244
HSL
261°, 84%, 72%
CMYK
32, 49, 0, 4
Luminance
0.2941
Every format
| HEX | #a77df4 |
| RGB | rgb(167, 125, 244) |
| HSL | hsl(261, 84%, 72%) |
| CMYK | cmyk(32%, 49%, 0%, 4%) |
| LAB | lab(61.1 40.9 -54.1) |
| LCH | lch(61.1 67.8 307.1) |
| OKLCH | oklch(0.682 0.173 298.0) |
Copy-ready code
/* CSS */
color: #a77df4;
background-color: #a77df4;
/* Tailwind (arbitrary) */
class="text-[#a77df4] bg-[#a77df4]"
/* SCSS */
$brand: #a77df4;
/* SwiftUI */
Color(red: 0.655, green: 0.490, blue: 0.957)
/* Android */
Color.parseColor("#a77df4")Accessibility — WCAG contrast
Aa
#a77df4 on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a77df4 on black: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green49.0%
Blue95.7%
CMYK percentages
Cyan31.6%
Magenta48.8%
Yellow0.0%
Key (black)4.3%
Color previews
#a77df4 text on a black background
contrast 6.88:1
Card sample
#a77df4 text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a77df4;
Background color
Panel with #a77df4 background
background-color: #a77df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a77df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 125, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 125, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a77df4; background: linear-gradient(135deg, #a77df4, #F47DF2);