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