#3a1199
a dark, electric violet · warm · closest name: navy
RGB
58, 17, 153
HSL
258°, 80%, 33%
CMYK
62, 89, 0, 40
Luminance
0.0360
Every format
| HEX | #3a1199 |
| RGB | rgb(58, 17, 153) |
| HSL | hsl(258, 80%, 33%) |
| CMYK | cmyk(62%, 89%, 0%, 40%) |
| LAB | lab(22.3 51.2 -64.7) |
| LCH | lch(22.3 82.5 308.3) |
| OKLCH | oklch(0.354 0.193 284.4) |
Copy-ready code
/* CSS */
color: #3a1199;
background-color: #3a1199;
/* Tailwind (arbitrary) */
class="text-[#3a1199] bg-[#3a1199]"
/* SCSS */
$brand: #3a1199;
/* SwiftUI */
Color(red: 0.227, green: 0.067, blue: 0.600)
/* Android */
Color.parseColor("#3a1199")Accessibility — WCAG contrast
Aa
#3a1199 on white: 12.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3a1199 on black: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green6.7%
Blue60.0%
CMYK percentages
Cyan62.1%
Magenta88.9%
Yellow0.0%
Key (black)40.0%
Color previews
#3a1199 text on a black background
contrast 1.72:1
Card sample
#3a1199 text on a white background
contrast 12.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3a1199;
Background color
Panel with #3a1199 background
background-color: #3a1199;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3a1199;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 17, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 17, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3a1199; background: linear-gradient(135deg, #3a1199, #951199);