#a77cdf
a light, vivid violet · warm · closest name: slateblue
RGB
167, 124, 223
HSL
266°, 61%, 68%
CMYK
25, 44, 0, 13
Luminance
0.2796
Every format
| HEX | #a77cdf |
| RGB | rgb(167, 124, 223) |
| HSL | hsl(266, 61%, 68%) |
| CMYK | cmyk(25%, 44%, 0%, 13%) |
| LAB | lab(59.9 36.4 -44.5) |
| LCH | lch(59.9 57.5 309.3) |
| OKLCH | oklch(0.669 0.148 302.6) |
Copy-ready code
/* CSS */
color: #a77cdf;
background-color: #a77cdf;
/* Tailwind (arbitrary) */
class="text-[#a77cdf] bg-[#a77cdf]"
/* SCSS */
$brand: #a77cdf;
/* SwiftUI */
Color(red: 0.655, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#a77cdf")Accessibility — WCAG contrast
Aa
#a77cdf on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a77cdf on black: 6.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green48.6%
Blue87.5%
CMYK percentages
Cyan25.1%
Magenta44.4%
Yellow0.0%
Key (black)12.5%
Color previews
#a77cdf text on a black background
contrast 6.59:1
Card sample
#a77cdf text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a77cdf;
Background color
Panel with #a77cdf background
background-color: #a77cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a77cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a77cdf; background: linear-gradient(135deg, #a77cdf, #DF7CD5);