#01034a
a deep, electric blue · warm · closest name: midnightblue
RGB
1, 3, 74
HSL
238°, 97%, 15%
CMYK
99, 96, 0, 71
Luminance
0.0057
Every format
| HEX | #01034a |
| RGB | rgb(1, 3, 74) |
| HSL | hsl(238, 97%, 15%) |
| CMYK | cmyk(99%, 96%, 0%, 71%) |
| LAB | lab(5.1 28.0 -41.8) |
| LCH | lch(5.1 50.3 303.8) |
| OKLCH | oklch(0.191 0.124 265.1) |
Copy-ready code
/* CSS */
color: #01034a;
background-color: #01034a;
/* Tailwind (arbitrary) */
class="text-[#01034a] bg-[#01034a]"
/* SCSS */
$brand: #01034a;
/* SwiftUI */
Color(red: 0.004, green: 0.012, blue: 0.290)
/* Android */
Color.parseColor("#01034a")Accessibility — WCAG contrast
Aa
#01034a on white: 18.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#01034a on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green1.2%
Blue29.0%
CMYK percentages
Cyan98.6%
Magenta95.9%
Yellow0.0%
Key (black)71.0%
Color previews
#01034a text on a black background
contrast 1.11:1
Card sample
#01034a text on a white background
contrast 18.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #01034a;
Background color
Panel with #01034a background
background-color: #01034a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #01034a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 3, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 3, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #01034a; background: linear-gradient(135deg, #01034a, #30014A);