#01112b
a deep, electric blue · cool · closest name: black
RGB
1, 17, 43
HSL
217°, 96%, 9%
CMYK
98, 61, 0, 83
Luminance
0.0058
Every format
| HEX | #01112b |
| RGB | rgb(1, 17, 43) |
| HSL | hsl(217, 96%, 9%) |
| CMYK | cmyk(98%, 61%, 0%, 83%) |
| LAB | lab(5.3 3.9 -19.1) |
| LCH | lch(5.3 19.5 281.6) |
| OKLCH | oklch(0.181 0.059 256.5) |
Copy-ready code
/* CSS */
color: #01112b;
background-color: #01112b;
/* Tailwind (arbitrary) */
class="text-[#01112b] bg-[#01112b]"
/* SCSS */
$brand: #01112b;
/* SwiftUI */
Color(red: 0.004, green: 0.067, blue: 0.169)
/* Android */
Color.parseColor("#01112b")Accessibility — WCAG contrast
Aa
#01112b on white: 18.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#01112b on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green6.7%
Blue16.9%
CMYK percentages
Cyan97.7%
Magenta60.5%
Yellow0.0%
Key (black)83.1%
Color previews
#01112b text on a black background
contrast 1.12:1
Card sample
#01112b text on a white background
contrast 18.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #01112b;
Background color
Panel with #01112b background
background-color: #01112b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #01112b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 17, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 17, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #01112b; background: linear-gradient(135deg, #01112b, #0D012B);