#3a2eb4
a dark, vivid blue · warm · closest name: navy
RGB
58, 46, 180
HSL
245°, 59%, 44%
CMYK
68, 74, 0, 29
Luminance
0.0615
Every format
| HEX | #3a2eb4 |
| RGB | rgb(58, 46, 180) |
| HSL | hsl(245, 59%, 44%) |
| CMYK | cmyk(68%, 74%, 0%, 29%) |
| LAB | lab(29.8 46.0 -68.7) |
| LCH | lch(29.8 82.7 303.8) |
| OKLCH | oklch(0.415 0.200 277.1) |
Copy-ready code
/* CSS */
color: #3a2eb4;
background-color: #3a2eb4;
/* Tailwind (arbitrary) */
class="text-[#3a2eb4] bg-[#3a2eb4]"
/* SCSS */
$brand: #3a2eb4;
/* SwiftUI */
Color(red: 0.227, green: 0.180, blue: 0.706)
/* Android */
Color.parseColor("#3a2eb4")Accessibility — WCAG contrast
Aa
#3a2eb4 on white: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3a2eb4 on black: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green18.0%
Blue70.6%
CMYK percentages
Cyan67.8%
Magenta74.4%
Yellow0.0%
Key (black)29.4%
Color previews
#3a2eb4 text on a black background
contrast 2.23:1
Card sample
#3a2eb4 text on a white background
contrast 9.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3a2eb4;
Background color
Panel with #3a2eb4 background
background-color: #3a2eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3a2eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 46, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 46, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3a2eb4; background: linear-gradient(135deg, #3a2eb4, #932EB4);