#4a09af
a dark, electric violet · warm · closest name: navy
RGB
74, 9, 175
HSL
264°, 90%, 36%
CMYK
58, 95, 0, 31
Luminance
0.0475
Every format
| HEX | #4a09af |
| RGB | rgb(74, 9, 175) |
| HSL | hsl(264, 90%, 36%) |
| CMYK | cmyk(58%, 95%, 0%, 31%) |
| LAB | lab(26.0 60.1 -71.9) |
| LCH | lch(26.0 93.7 309.9) |
| OKLCH | oklch(0.391 0.218 288.1) |
Copy-ready code
/* CSS */
color: #4a09af;
background-color: #4a09af;
/* Tailwind (arbitrary) */
class="text-[#4a09af] bg-[#4a09af]"
/* SCSS */
$brand: #4a09af;
/* SwiftUI */
Color(red: 0.290, green: 0.035, blue: 0.686)
/* Android */
Color.parseColor("#4a09af")Accessibility — WCAG contrast
Aa
#4a09af on white: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4a09af on black: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green3.5%
Blue68.6%
CMYK percentages
Cyan57.7%
Magenta94.9%
Yellow0.0%
Key (black)31.4%
Color previews
#4a09af text on a black background
contrast 1.95:1
Card sample
#4a09af text on a white background
contrast 10.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4a09af;
Background color
Panel with #4a09af background
background-color: #4a09af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4a09af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 9, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 9, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4a09af; background: linear-gradient(135deg, #4a09af, #AF09A5);