#a76cdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
167, 108, 223
HSL
271°, 64%, 65%
CMYK
25, 52, 0, 13
Luminance
0.2427
Every format
| HEX | #a76cdf |
| RGB | rgb(167, 108, 223) |
| HSL | hsl(271, 64%, 65%) |
| CMYK | cmyk(25%, 52%, 0%, 13%) |
| LAB | lab(56.4 45.2 -50.0) |
| LCH | lch(56.4 67.4 312.1) |
| OKLCH | oklch(0.643 0.173 305.8) |
Copy-ready code
/* CSS */
color: #a76cdf;
background-color: #a76cdf;
/* Tailwind (arbitrary) */
class="text-[#a76cdf] bg-[#a76cdf]"
/* SCSS */
$brand: #a76cdf;
/* SwiftUI */
Color(red: 0.655, green: 0.424, blue: 0.875)
/* Android */
Color.parseColor("#a76cdf")Accessibility — WCAG contrast
Aa
#a76cdf on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a76cdf on black: 5.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green42.4%
Blue87.5%
CMYK percentages
Cyan25.1%
Magenta51.6%
Yellow0.0%
Key (black)12.5%
Color previews
#a76cdf text on a black background
contrast 5.85:1
Card sample
#a76cdf text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a76cdf;
Background color
Panel with #a76cdf background
background-color: #a76cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a76cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 108, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 108, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a76cdf; background: linear-gradient(135deg, #a76cdf, #DF6CCA);