#392a8a
a dark, vivid blue · warm · closest name: midnightblue
RGB
57, 42, 138
HSL
249°, 53%, 35%
CMYK
59, 70, 0, 46
Luminance
0.0436
Every format
| HEX | #392a8a |
| RGB | rgb(57, 42, 138) |
| HSL | hsl(249, 53%, 35%) |
| CMYK | cmyk(59%, 70%, 0%, 46%) |
| LAB | lab(24.8 34.6 -51.3) |
| LCH | lch(24.8 61.8 304.0) |
| OKLCH | oklch(0.367 0.151 283.1) |
Copy-ready code
/* CSS */
color: #392a8a;
background-color: #392a8a;
/* Tailwind (arbitrary) */
class="text-[#392a8a] bg-[#392a8a]"
/* SCSS */
$brand: #392a8a;
/* SwiftUI */
Color(red: 0.224, green: 0.165, blue: 0.541)
/* Android */
Color.parseColor("#392a8a")Accessibility — WCAG contrast
Aa
#392a8a on white: 11.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#392a8a on black: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green16.5%
Blue54.1%
CMYK percentages
Cyan58.7%
Magenta69.6%
Yellow0.0%
Key (black)45.9%
Color previews
#392a8a text on a black background
contrast 1.87:1
Card sample
#392a8a text on a white background
contrast 11.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #392a8a;
Background color
Panel with #392a8a background
background-color: #392a8a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #392a8a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 42, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 42, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #392a8a; background: linear-gradient(135deg, #392a8a, #792A8A);