#001814
a deep, electric cyan · cool · closest name: black
RGB
0, 24, 20
HSL
170°, 100%, 5%
CMYK
100, 0, 17, 91
Luminance
0.0070
Every format
| HEX | #001814 |
| RGB | rgb(0, 24, 20) |
| HSL | hsl(170, 100%, 5%) |
| CMYK | cmyk(100%, 0%, 17%, 91%) |
| LAB | lab(6.4 -8.8 -0.1) |
| LCH | lch(6.4 8.8 180.7) |
| OKLCH | oklch(0.187 0.034 180.9) |
Copy-ready code
/* CSS */
color: #001814;
background-color: #001814;
/* Tailwind (arbitrary) */
class="text-[#001814] bg-[#001814]"
/* SCSS */
$brand: #001814;
/* SwiftUI */
Color(red: 0.000, green: 0.094, blue: 0.078)
/* Android */
Color.parseColor("#001814")Accessibility — WCAG contrast
Aa
#001814 on white: 18.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#001814 on black: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green9.4%
Blue7.8%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow16.7%
Key (black)90.6%
Color previews
#001814 text on a black background
contrast 1.14:1
Card sample
#001814 text on a white background
contrast 18.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #001814;
Background color
Panel with #001814 background
background-color: #001814;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #001814;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 24, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 24, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #001814; background: linear-gradient(135deg, #001814, #000C18);