#04103c
a deep, electric blue · warm · closest name: midnightblue
RGB
4, 16, 60
HSL
227°, 88%, 13%
CMYK
93, 73, 0, 77
Luminance
0.0072
Every format
| HEX | #04103c |
| RGB | rgb(4, 16, 60) |
| HSL | hsl(227, 88%, 13%) |
| CMYK | cmyk(93%, 73%, 0%, 77%) |
| LAB | lab(6.5 14.3 -29.6) |
| LCH | lch(6.5 32.9 295.8) |
| OKLCH | oklch(0.199 0.086 265.4) |
Copy-ready code
/* CSS */
color: #04103c;
background-color: #04103c;
/* Tailwind (arbitrary) */
class="text-[#04103c] bg-[#04103c]"
/* SCSS */
$brand: #04103c;
/* SwiftUI */
Color(red: 0.016, green: 0.063, blue: 0.235)
/* Android */
Color.parseColor("#04103c")Accessibility — WCAG contrast
Aa
#04103c on white: 18.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#04103c on black: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green6.3%
Blue23.5%
CMYK percentages
Cyan93.3%
Magenta73.3%
Yellow0.0%
Key (black)76.5%
Color previews
#04103c text on a black background
contrast 1.14:1
Card sample
#04103c text on a white background
contrast 18.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #04103c;
Background color
Panel with #04103c background
background-color: #04103c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #04103c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 16, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 16, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #04103c; background: linear-gradient(135deg, #04103c, #1D043C);