#392489
a dark, vivid blue · warm · closest name: midnightblue
RGB
57, 36, 137
HSL
253°, 58%, 34%
CMYK
58, 74, 0, 46
Luminance
0.0394
Every format
| HEX | #392489 |
| RGB | rgb(57, 36, 137) |
| HSL | hsl(253, 58%, 34%) |
| CMYK | cmyk(58%, 74%, 0%, 46%) |
| LAB | lab(23.5 37.8 -52.9) |
| LCH | lch(23.5 65.0 305.6) |
| OKLCH | oklch(0.357 0.157 284.7) |
Copy-ready code
/* CSS */
color: #392489;
background-color: #392489;
/* Tailwind (arbitrary) */
class="text-[#392489] bg-[#392489]"
/* SCSS */
$brand: #392489;
/* SwiftUI */
Color(red: 0.224, green: 0.141, blue: 0.537)
/* Android */
Color.parseColor("#392489")Accessibility — WCAG contrast
Aa
#392489 on white: 11.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#392489 on black: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green14.1%
Blue53.7%
CMYK percentages
Cyan58.4%
Magenta73.7%
Yellow0.0%
Key (black)46.3%
Color previews
#392489 text on a black background
contrast 1.79:1
Card sample
#392489 text on a white background
contrast 11.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #392489;
Background color
Panel with #392489 background
background-color: #392489;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #392489;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 36, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 36, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #392489; background: linear-gradient(135deg, #392489, #7C2489);