#01103c
a deep, electric blue · cool · closest name: midnightblue
RGB
1, 16, 60
HSL
225°, 97%, 12%
CMYK
98, 73, 0, 77
Luminance
0.0070
Every format
| HEX | #01103c |
| RGB | rgb(1, 16, 60) |
| HSL | hsl(225, 97%, 12%) |
| CMYK | cmyk(98%, 73%, 0%, 77%) |
| LAB | lab(6.3 13.7 -29.9) |
| LCH | lch(6.3 32.9 294.6) |
| OKLCH | oklch(0.197 0.088 262.6) |
Copy-ready code
/* CSS */
color: #01103c;
background-color: #01103c;
/* Tailwind (arbitrary) */
class="text-[#01103c] bg-[#01103c]"
/* SCSS */
$brand: #01103c;
/* SwiftUI */
Color(red: 0.004, green: 0.063, blue: 0.235)
/* Android */
Color.parseColor("#01103c")Accessibility — WCAG contrast
Aa
#01103c on white: 18.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#01103c on black: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green6.3%
Blue23.5%
CMYK percentages
Cyan98.3%
Magenta73.3%
Yellow0.0%
Key (black)76.5%
Color previews
#01103c text on a black background
contrast 1.14:1
Card sample
#01103c text on a white background
contrast 18.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #01103c;
Background color
Panel with #01103c background
background-color: #01103c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #01103c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 16, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 16, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #01103c; background: linear-gradient(135deg, #01103c, #19013C);