#01309c
a dark, electric blue · cool · closest name: midnightblue
RGB
1, 48, 156
HSL
222°, 99%, 31%
CMYK
99, 69, 0, 39
Luminance
0.0452
Every format
| HEX | #01309c |
| RGB | rgb(1, 48, 156) |
| HSL | hsl(222, 99%, 31%) |
| CMYK | cmyk(99%, 69%, 0%, 39%) |
| LAB | lab(25.3 32.2 -61.7) |
| LCH | lch(25.3 69.5 297.5) |
| OKLCH | oklch(0.368 0.180 262.8) |
Copy-ready code
/* CSS */
color: #01309c;
background-color: #01309c;
/* Tailwind (arbitrary) */
class="text-[#01309c] bg-[#01309c]"
/* SCSS */
$brand: #01309c;
/* SwiftUI */
Color(red: 0.004, green: 0.188, blue: 0.612)
/* Android */
Color.parseColor("#01309c")Accessibility — WCAG contrast
Aa
#01309c on white: 11.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#01309c on black: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green18.8%
Blue61.2%
CMYK percentages
Cyan99.4%
Magenta69.2%
Yellow0.0%
Key (black)38.8%
Color previews
#01309c text on a black background
contrast 1.90:1
Card sample
#01309c text on a white background
contrast 11.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #01309c;
Background color
Panel with #01309c background
background-color: #01309c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #01309c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 48, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 48, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #01309c; background: linear-gradient(135deg, #01309c, #39019C);