#04093b
a deep, electric blue · warm · closest name: midnightblue
RGB
4, 9, 59
HSL
235°, 87%, 12%
CMYK
93, 85, 0, 77
Luminance
0.0054
Every format
| HEX | #04093b |
| RGB | rgb(4, 9, 59) |
| HSL | hsl(235, 87%, 12%) |
| CMYK | cmyk(93%, 85%, 0%, 77%) |
| LAB | lab(4.8 17.3 -31.6) |
| LCH | lch(4.8 36.0 298.8) |
| OKLCH | oklch(0.183 0.094 268.0) |
Copy-ready code
/* CSS */
color: #04093b;
background-color: #04093b;
/* Tailwind (arbitrary) */
class="text-[#04093b] bg-[#04093b]"
/* SCSS */
$brand: #04093b;
/* SwiftUI */
Color(red: 0.016, green: 0.035, blue: 0.231)
/* Android */
Color.parseColor("#04093b")Accessibility — WCAG contrast
Aa
#04093b on white: 18.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#04093b on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green3.5%
Blue23.1%
CMYK percentages
Cyan93.2%
Magenta84.7%
Yellow0.0%
Key (black)76.9%
Color previews
#04093b text on a black background
contrast 1.11:1
Card sample
#04093b text on a white background
contrast 18.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #04093b;
Background color
Panel with #04093b background
background-color: #04093b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #04093b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 9, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 9, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #04093b; background: linear-gradient(135deg, #04093b, #24043B);