#040939
a deep, electric blue · warm · closest name: midnightblue
RGB
4, 9, 57
HSL
234°, 87%, 12%
CMYK
93, 84, 0, 78
Luminance
0.0052
Every format
| HEX | #040939 |
| RGB | rgb(4, 9, 57) |
| HSL | hsl(234, 87%, 12%) |
| CMYK | cmyk(93%, 84%, 0%, 78%) |
| LAB | lab(4.7 16.1 -30.4) |
| LCH | lch(4.7 34.5 298.0) |
| OKLCH | oklch(0.181 0.091 268.1) |
Copy-ready code
/* CSS */
color: #040939;
background-color: #040939;
/* Tailwind (arbitrary) */
class="text-[#040939] bg-[#040939]"
/* SCSS */
$brand: #040939;
/* SwiftUI */
Color(red: 0.016, green: 0.035, blue: 0.224)
/* Android */
Color.parseColor("#040939")Accessibility — WCAG contrast
Aa
#040939 on white: 19.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#040939 on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green3.5%
Blue22.4%
CMYK percentages
Cyan93.0%
Magenta84.2%
Yellow0.0%
Key (black)77.6%
Color previews
#040939 text on a black background
contrast 1.10:1
Card sample
#040939 text on a white background
contrast 19.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #040939;
Background color
Panel with #040939 background
background-color: #040939;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #040939;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 9, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 9, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #040939; background: linear-gradient(135deg, #040939, #220439);