#9504eb
a balanced, electric violet · warm · closest name: blue
RGB
149, 4, 235
HSL
278°, 97%, 47%
CMYK
37, 98, 0, 8
Luminance
0.1247
Every format
| HEX | #9504eb |
| RGB | rgb(149, 4, 235) |
| HSL | hsl(278, 97%, 47%) |
| CMYK | cmyk(37%, 98%, 0%, 8%) |
| LAB | lab(42.0 80.6 -80.2) |
| LCH | lch(42.0 113.7 315.1) |
| OKLCH | oklch(0.538 0.278 304.6) |
Copy-ready code
/* CSS */
color: #9504eb;
background-color: #9504eb;
/* Tailwind (arbitrary) */
class="text-[#9504eb] bg-[#9504eb]"
/* SCSS */
$brand: #9504eb;
/* SwiftUI */
Color(red: 0.584, green: 0.016, blue: 0.922)
/* Android */
Color.parseColor("#9504eb")Accessibility — WCAG contrast
Aa
#9504eb on white: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9504eb on black: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green1.6%
Blue92.2%
CMYK percentages
Cyan36.6%
Magenta98.3%
Yellow0.0%
Key (black)7.8%
Color previews
#9504eb text on a black background
contrast 3.49:1
Card sample
#9504eb text on a white background
contrast 6.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9504eb;
Background color
Panel with #9504eb background
background-color: #9504eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9504eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 4, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 4, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9504eb; background: linear-gradient(135deg, #9504eb, #EB04A7);