#9f4afd
a balanced, electric violet · warm · closest name: magenta
RGB
159, 74, 253
HSL
269°, 98%, 64%
CMYK
37, 71, 0, 1
Luminance
0.1936
Every format
| HEX | #9f4afd |
| RGB | rgb(159, 74, 253) |
| HSL | hsl(269, 98%, 64%) |
| CMYK | cmyk(37%, 71%, 0%, 1%) |
| LAB | lab(51.1 67.3 -75.3) |
| LCH | lch(51.1 101.0 311.8) |
| OKLCH | oklch(0.609 0.250 300.8) |
Copy-ready code
/* CSS */
color: #9f4afd;
background-color: #9f4afd;
/* Tailwind (arbitrary) */
class="text-[#9f4afd] bg-[#9f4afd]"
/* SCSS */
$brand: #9f4afd;
/* SwiftUI */
Color(red: 0.624, green: 0.290, blue: 0.992)
/* Android */
Color.parseColor("#9f4afd")Accessibility — WCAG contrast
Aa
#9f4afd on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9f4afd on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green29.0%
Blue99.2%
CMYK percentages
Cyan37.2%
Magenta70.8%
Yellow0.0%
Key (black)0.8%
Color previews
#9f4afd text on a black background
contrast 4.87:1
Card sample
#9f4afd text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9f4afd;
Background color
Panel with #9f4afd background
background-color: #9f4afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9f4afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 74, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 74, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9f4afd; background: linear-gradient(135deg, #9f4afd, #FD4AE4);