#3a2b90
a dark, vivid blue · warm · closest name: midnightblue
RGB
58, 43, 144
HSL
249°, 54%, 37%
CMYK
60, 70, 0, 44
Luminance
0.0464
Every format
| HEX | #3a2b90 |
| RGB | rgb(58, 43, 144) |
| HSL | hsl(249, 54%, 37%) |
| CMYK | cmyk(60%, 70%, 0%, 44%) |
| LAB | lab(25.7 36.1 -53.6) |
| LCH | lch(25.7 64.6 304.0) |
| OKLCH | oklch(0.375 0.158 282.4) |
Copy-ready code
/* CSS */
color: #3a2b90;
background-color: #3a2b90;
/* Tailwind (arbitrary) */
class="text-[#3a2b90] bg-[#3a2b90]"
/* SCSS */
$brand: #3a2b90;
/* SwiftUI */
Color(red: 0.227, green: 0.169, blue: 0.565)
/* Android */
Color.parseColor("#3a2b90")Accessibility — WCAG contrast
Aa
#3a2b90 on white: 10.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3a2b90 on black: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green16.9%
Blue56.5%
CMYK percentages
Cyan59.7%
Magenta70.1%
Yellow0.0%
Key (black)43.5%
Color previews
#3a2b90 text on a black background
contrast 1.93:1
Card sample
#3a2b90 text on a white background
contrast 10.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3a2b90;
Background color
Panel with #3a2b90 background
background-color: #3a2b90;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3a2b90;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 43, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 43, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3a2b90; background: linear-gradient(135deg, #3a2b90, #7D2B90);