#001405
a deep, electric green · cool · closest name: black
RGB
0, 20, 5
HSL
135°, 100%, 4%
CMYK
100, 0, 75, 92
Luminance
0.0051
Every format
| HEX | #001405 |
| RGB | rgb(0, 20, 5) |
| HSL | hsl(135, 100%, 4%) |
| CMYK | cmyk(100%, 0%, 75%, 92%) |
| LAB | lab(4.6 -8.5 4.7) |
| LCH | lch(4.6 9.8 151.1) |
| OKLCH | oklch(0.167 0.045 151.2) |
Copy-ready code
/* CSS */
color: #001405;
background-color: #001405;
/* Tailwind (arbitrary) */
class="text-[#001405] bg-[#001405]"
/* SCSS */
$brand: #001405;
/* SwiftUI */
Color(red: 0.000, green: 0.078, blue: 0.020)
/* Android */
Color.parseColor("#001405")Accessibility — WCAG contrast
Aa
#001405 on white: 19.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#001405 on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green7.8%
Blue2.0%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow75.0%
Key (black)92.2%
Color previews
#001405 text on a black background
contrast 1.10:1
Card sample
#001405 text on a white background
contrast 19.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #001405;
Background color
Panel with #001405 background
background-color: #001405;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #001405;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 20, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 20, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #001405; background: linear-gradient(135deg, #001405, #001412);