#a76df4
a light, electric violet · warm · closest name: slateblue
RGB
167, 109, 244
HSL
266°, 86%, 69%
CMYK
32, 55, 0, 4
Luminance
0.2568
Every format
| HEX | #a76df4 |
| RGB | rgb(167, 109, 244) |
| HSL | hsl(266, 86%, 69%) |
| CMYK | cmyk(32%, 55%, 0%, 4%) |
| LAB | lab(57.7 49.6 -59.5) |
| LCH | lch(57.7 77.5 309.8) |
| OKLCH | oklch(0.657 0.196 301.0) |
Copy-ready code
/* CSS */
color: #a76df4;
background-color: #a76df4;
/* Tailwind (arbitrary) */
class="text-[#a76df4] bg-[#a76df4]"
/* SCSS */
$brand: #a76df4;
/* SwiftUI */
Color(red: 0.655, green: 0.427, blue: 0.957)
/* Android */
Color.parseColor("#a76df4")Accessibility — WCAG contrast
Aa
#a76df4 on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a76df4 on black: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green42.7%
Blue95.7%
CMYK percentages
Cyan31.6%
Magenta55.3%
Yellow0.0%
Key (black)4.3%
Color previews
#a76df4 text on a black background
contrast 6.14:1
Card sample
#a76df4 text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a76df4;
Background color
Panel with #a76df4 background
background-color: #a76df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a76df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 109, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 109, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a76df4; background: linear-gradient(135deg, #a76df4, #F46DE7);