#393971
a dark, soft blue · warm · closest name: midnightblue
RGB
57, 57, 113
HSL
240°, 33%, 33%
CMYK
50, 50, 0, 56
Luminance
0.0499
Every format
| HEX | #393971 |
| RGB | rgb(57, 57, 113) |
| HSL | hsl(240, 33%, 33%) |
| CMYK | cmyk(50%, 50%, 0%, 56%) |
| LAB | lab(26.7 16.5 -32.5) |
| LCH | lch(26.7 36.4 296.9) |
| OKLCH | oklch(0.375 0.094 280.9) |
Copy-ready code
/* CSS */
color: #393971;
background-color: #393971;
/* Tailwind (arbitrary) */
class="text-[#393971] bg-[#393971]"
/* SCSS */
$brand: #393971;
/* SwiftUI */
Color(red: 0.224, green: 0.224, blue: 0.443)
/* Android */
Color.parseColor("#393971")Accessibility — WCAG contrast
Aa
#393971 on white: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#393971 on black: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green22.4%
Blue44.3%
CMYK percentages
Cyan49.6%
Magenta49.6%
Yellow0.0%
Key (black)55.7%
Color previews
#393971 text on a black background
contrast 2.00:1
Card sample
#393971 text on a white background
contrast 10.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #393971;
Background color
Panel with #393971 background
background-color: #393971;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #393971;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 57, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 57, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #393971; background: linear-gradient(135deg, #393971, #5E3971);