#4909eb
a balanced, electric violet · warm · closest name: blue
RGB
73, 9, 235
HSL
257°, 93%, 48%
CMYK
69, 96, 0, 8
Luminance
0.0761
Every format
| HEX | #4909eb |
| RGB | rgb(73, 9, 235) |
| HSL | hsl(257, 93%, 48%) |
| CMYK | cmyk(69%, 96%, 0%, 8%) |
| LAB | lab(33.1 74.4 -95.0) |
| LCH | lch(33.1 120.7 308.0) |
| OKLCH | oklch(0.459 0.277 278.3) |
Copy-ready code
/* CSS */
color: #4909eb;
background-color: #4909eb;
/* Tailwind (arbitrary) */
class="text-[#4909eb] bg-[#4909eb]"
/* SCSS */
$brand: #4909eb;
/* SwiftUI */
Color(red: 0.286, green: 0.035, blue: 0.922)
/* Android */
Color.parseColor("#4909eb")Accessibility — WCAG contrast
Aa
#4909eb on white: 8.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4909eb on black: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green3.5%
Blue92.2%
CMYK percentages
Cyan68.9%
Magenta96.2%
Yellow0.0%
Key (black)7.8%
Color previews
#4909eb text on a black background
contrast 2.52:1
Card sample
#4909eb text on a white background
contrast 8.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4909eb;
Background color
Panel with #4909eb background
background-color: #4909eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4909eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 9, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 9, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4909eb; background: linear-gradient(135deg, #4909eb, #DF09EB);