#4909af
a dark, electric violet · warm · closest name: navy
RGB
73, 9, 175
HSL
263°, 90%, 36%
CMYK
58, 95, 0, 31
Luminance
0.0471
Every format
| HEX | #4909af |
| RGB | rgb(73, 9, 175) |
| HSL | hsl(263, 90%, 36%) |
| CMYK | cmyk(58%, 95%, 0%, 31%) |
| LAB | lab(25.9 60.0 -72.1) |
| LCH | lch(25.9 93.8 309.8) |
| OKLCH | oklch(0.390 0.218 287.6) |
Copy-ready code
/* CSS */
color: #4909af;
background-color: #4909af;
/* Tailwind (arbitrary) */
class="text-[#4909af] bg-[#4909af]"
/* SCSS */
$brand: #4909af;
/* SwiftUI */
Color(red: 0.286, green: 0.035, blue: 0.686)
/* Android */
Color.parseColor("#4909af")Accessibility — WCAG contrast
Aa
#4909af on white: 10.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4909af on black: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green3.5%
Blue68.6%
CMYK percentages
Cyan58.3%
Magenta94.9%
Yellow0.0%
Key (black)31.4%
Color previews
#4909af text on a black background
contrast 1.94:1
Card sample
#4909af text on a white background
contrast 10.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4909af;
Background color
Panel with #4909af background
background-color: #4909af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4909af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 9, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 9, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4909af; background: linear-gradient(135deg, #4909af, #AF09A7);