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