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