#9f37eb
a balanced, electric violet · warm · closest name: magenta
RGB
159, 55, 235
HSL
275°, 82%, 57%
CMYK
32, 77, 0, 8
Luminance
0.1610
Every format
| HEX | #9f37eb |
| RGB | rgb(159, 55, 235) |
| HSL | hsl(275, 82%, 57%) |
| CMYK | cmyk(32%, 77%, 0%, 8%) |
| LAB | lab(47.1 70.9 -71.7) |
| LCH | lch(47.1 100.8 314.7) |
| OKLCH | oklch(0.576 0.252 305.9) |
Copy-ready code
/* CSS */
color: #9f37eb;
background-color: #9f37eb;
/* Tailwind (arbitrary) */
class="text-[#9f37eb] bg-[#9f37eb]"
/* SCSS */
$brand: #9f37eb;
/* SwiftUI */
Color(red: 0.624, green: 0.216, blue: 0.922)
/* Android */
Color.parseColor("#9f37eb")Accessibility — WCAG contrast
Aa
#9f37eb on white: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9f37eb on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green21.6%
Blue92.2%
CMYK percentages
Cyan32.3%
Magenta76.6%
Yellow0.0%
Key (black)7.8%
Color previews
#9f37eb text on a black background
contrast 4.22:1
Card sample
#9f37eb text on a white background
contrast 4.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9f37eb;
Background color
Panel with #9f37eb background
background-color: #9f37eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9f37eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 55, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 55, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9f37eb; background: linear-gradient(135deg, #9f37eb, #EB37BF);