#3b149f
a dark, electric violet · warm · closest name: navy
RGB
59, 20, 159
HSL
257°, 78%, 35%
CMYK
63, 87, 0, 38
Luminance
0.0393
Every format
| HEX | #3b149f |
| RGB | rgb(59, 20, 159) |
| HSL | hsl(257, 78%, 35%) |
| CMYK | cmyk(63%, 87%, 0%, 38%) |
| LAB | lab(23.4 51.9 -66.5) |
| LCH | lch(23.4 84.3 308.0) |
| OKLCH | oklch(0.364 0.197 283.5) |
Copy-ready code
/* CSS */
color: #3b149f;
background-color: #3b149f;
/* Tailwind (arbitrary) */
class="text-[#3b149f] bg-[#3b149f]"
/* SCSS */
$brand: #3b149f;
/* SwiftUI */
Color(red: 0.231, green: 0.078, blue: 0.624)
/* Android */
Color.parseColor("#3b149f")Accessibility — WCAG contrast
Aa
#3b149f on white: 11.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3b149f on black: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green7.8%
Blue62.4%
CMYK percentages
Cyan62.9%
Magenta87.4%
Yellow0.0%
Key (black)37.6%
Color previews
#3b149f text on a black background
contrast 1.79:1
Card sample
#3b149f text on a white background
contrast 11.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b149f;
Background color
Panel with #3b149f background
background-color: #3b149f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b149f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 20, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 20, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b149f; background: linear-gradient(135deg, #3b149f, #98149F);