#392eb2
a dark, vivid blue · warm · closest name: navy
RGB
57, 46, 178
HSL
245°, 59%, 44%
CMYK
68, 74, 0, 30
Luminance
0.0604
Every format
| HEX | #392eb2 |
| RGB | rgb(57, 46, 178) |
| HSL | hsl(245, 59%, 44%) |
| CMYK | cmyk(68%, 74%, 0%, 30%) |
| LAB | lab(29.5 45.3 -68.0) |
| LCH | lch(29.5 81.6 303.7) |
| OKLCH | oklch(0.412 0.198 276.9) |
Copy-ready code
/* CSS */
color: #392eb2;
background-color: #392eb2;
/* Tailwind (arbitrary) */
class="text-[#392eb2] bg-[#392eb2]"
/* SCSS */
$brand: #392eb2;
/* SwiftUI */
Color(red: 0.224, green: 0.180, blue: 0.698)
/* Android */
Color.parseColor("#392eb2")Accessibility — WCAG contrast
Aa
#392eb2 on white: 9.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#392eb2 on black: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green18.0%
Blue69.8%
CMYK percentages
Cyan68.0%
Magenta74.2%
Yellow0.0%
Key (black)30.2%
Color previews
#392eb2 text on a black background
contrast 2.21:1
Card sample
#392eb2 text on a white background
contrast 9.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #392eb2;
Background color
Panel with #392eb2 background
background-color: #392eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #392eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 46, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 46, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #392eb2; background: linear-gradient(135deg, #392eb2, #912EB2);