#01397b
a deep, electric blue · cool · closest name: midnightblue
RGB
1, 57, 123
HSL
213°, 98%, 24%
CMYK
99, 54, 0, 52
Luminance
0.0436
Every format
| HEX | #01397b |
| RGB | rgb(1, 57, 123) |
| HSL | hsl(213, 98%, 24%) |
| CMYK | cmyk(99%, 54%, 0%, 52%) |
| LAB | lab(24.8 11.9 -42.0) |
| LCH | lch(24.8 43.6 285.9) |
| OKLCH | oklch(0.356 0.124 256.9) |
Copy-ready code
/* CSS */
color: #01397b;
background-color: #01397b;
/* Tailwind (arbitrary) */
class="text-[#01397b] bg-[#01397b]"
/* SCSS */
$brand: #01397b;
/* SwiftUI */
Color(red: 0.004, green: 0.224, blue: 0.482)
/* Android */
Color.parseColor("#01397b")Accessibility — WCAG contrast
Aa
#01397b on white: 11.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#01397b on black: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green22.4%
Blue48.2%
CMYK percentages
Cyan99.2%
Magenta53.7%
Yellow0.0%
Key (black)51.8%
Color previews
#01397b text on a black background
contrast 1.87:1
Card sample
#01397b text on a white background
contrast 11.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #01397b;
Background color
Panel with #01397b background
background-color: #01397b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #01397b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 57, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 57, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #01397b; background: linear-gradient(135deg, #01397b, #1A017B);