#001418
a deep, electric cyan · cool · closest name: black
RGB
0, 20, 24
HSL
190°, 100%, 5%
CMYK
100, 17, 0, 91
Luminance
0.0057
Every format
| HEX | #001418 |
| RGB | rgb(0, 20, 24) |
| HSL | hsl(190, 100%, 5%) |
| CMYK | cmyk(100%, 17%, 0%, 91%) |
| LAB | lab(5.1 -5.0 -4.8) |
| LCH | lch(5.1 7.0 223.5) |
| OKLCH | oklch(0.175 0.030 210.7) |
Copy-ready code
/* CSS */
color: #001418;
background-color: #001418;
/* Tailwind (arbitrary) */
class="text-[#001418] bg-[#001418]"
/* SCSS */
$brand: #001418;
/* SwiftUI */
Color(red: 0.000, green: 0.078, blue: 0.094)
/* Android */
Color.parseColor("#001418")Accessibility — WCAG contrast
Aa
#001418 on white: 18.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#001418 on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green7.8%
Blue9.4%
CMYK percentages
Cyan100.0%
Magenta16.7%
Yellow0.0%
Key (black)90.6%
Color previews
#001418 text on a black background
contrast 1.11:1
Card sample
#001418 text on a white background
contrast 18.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #001418;
Background color
Panel with #001418 background
background-color: #001418;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #001418;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 20, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 20, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #001418; background: linear-gradient(135deg, #001418, #000418);