#04084a
a deep, electric blue · warm · closest name: midnightblue
RGB
4, 8, 74
HSL
237°, 90%, 15%
CMYK
95, 89, 0, 71
Luminance
0.0069
Every format
| HEX | #04084a |
| RGB | rgb(4, 8, 74) |
| HSL | hsl(237, 90%, 15%) |
| CMYK | cmyk(95%, 89%, 0%, 71%) |
| LAB | lab(6.3 25.8 -39.9) |
| LCH | lch(6.3 47.5 302.8) |
| OKLCH | oklch(0.202 0.117 267.2) |
Copy-ready code
/* CSS */
color: #04084a;
background-color: #04084a;
/* Tailwind (arbitrary) */
class="text-[#04084a] bg-[#04084a]"
/* SCSS */
$brand: #04084a;
/* SwiftUI */
Color(red: 0.016, green: 0.031, blue: 0.290)
/* Android */
Color.parseColor("#04084a")Accessibility — WCAG contrast
Aa
#04084a on white: 18.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#04084a on black: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green3.1%
Blue29.0%
CMYK percentages
Cyan94.6%
Magenta89.2%
Yellow0.0%
Key (black)71.0%
Color previews
#04084a text on a black background
contrast 1.14:1
Card sample
#04084a text on a white background
contrast 18.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #04084a;
Background color
Panel with #04084a background
background-color: #04084a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #04084a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 8, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 8, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #04084a; background: linear-gradient(135deg, #04084a, #2F044A);