#a75df4
a light, electric violet · warm · closest name: slateblue
RGB
167, 93, 244
HSL
269°, 87%, 66%
CMYK
32, 62, 0, 4
Luminance
0.2258
Every format
| HEX | #a75df4 |
| RGB | rgb(167, 93, 244) |
| HSL | hsl(269, 87%, 66%) |
| CMYK | cmyk(32%, 62%, 0%, 4%) |
| LAB | lab(54.6 57.9 -64.5) |
| LCH | lch(54.6 86.7 311.9) |
| OKLCH | oklch(0.634 0.219 303.2) |
Copy-ready code
/* CSS */
color: #a75df4;
background-color: #a75df4;
/* Tailwind (arbitrary) */
class="text-[#a75df4] bg-[#a75df4]"
/* SCSS */
$brand: #a75df4;
/* SwiftUI */
Color(red: 0.655, green: 0.365, blue: 0.957)
/* Android */
Color.parseColor("#a75df4")Accessibility — WCAG contrast
Aa
#a75df4 on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a75df4 on black: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green36.5%
Blue95.7%
CMYK percentages
Cyan31.6%
Magenta61.9%
Yellow0.0%
Key (black)4.3%
Color previews
#a75df4 text on a black background
contrast 5.52:1
Card sample
#a75df4 text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a75df4;
Background color
Panel with #a75df4 background
background-color: #a75df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a75df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 93, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 93, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a75df4; background: linear-gradient(135deg, #a75df4, #F45DDC);