#001413
a deep, electric cyan · cool · closest name: black
RGB
0, 20, 19
HSL
177°, 100%, 4%
CMYK
100, 0, 5, 92
Luminance
0.0055
Every format
| HEX | #001413 |
| RGB | rgb(0, 20, 19) |
| HSL | hsl(177, 100%, 4%) |
| CMYK | cmyk(100%, 0%, 5%, 92%) |
| LAB | lab(4.9 -6.3 -1.5) |
| LCH | lch(4.9 6.4 193.7) |
| OKLCH | oklch(0.173 0.030 190.8) |
Copy-ready code
/* CSS */
color: #001413;
background-color: #001413;
/* Tailwind (arbitrary) */
class="text-[#001413] bg-[#001413]"
/* SCSS */
$brand: #001413;
/* SwiftUI */
Color(red: 0.000, green: 0.078, blue: 0.075)
/* Android */
Color.parseColor("#001413")Accessibility — WCAG contrast
Aa
#001413 on white: 18.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#001413 on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green7.8%
Blue7.5%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow5.0%
Key (black)92.2%
Color previews
#001413 text on a black background
contrast 1.11:1
Card sample
#001413 text on a white background
contrast 18.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #001413;
Background color
Panel with #001413 background
background-color: #001413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #001413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 20, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 20, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #001413; background: linear-gradient(135deg, #001413, #000814);