#010701
a deep, electric green · cool · closest name: black
RGB
1, 7, 1
HSL
120°, 75%, 2%
CMYK
86, 0, 86, 97
Luminance
0.0016
Every format
| HEX | #010701 |
| RGB | rgb(1, 7, 1) |
| HSL | hsl(120, 75%, 2%) |
| CMYK | cmyk(86%, 0%, 86%, 97%) |
| LAB | lab(1.4 -2.4 1.7) |
| LCH | lch(1.4 3.0 144.4) |
| OKLCH | oklch(0.114 0.030 143.3) |
Copy-ready code
/* CSS */
color: #010701;
background-color: #010701;
/* Tailwind (arbitrary) */
class="text-[#010701] bg-[#010701]"
/* SCSS */
$brand: #010701;
/* SwiftUI */
Color(red: 0.004, green: 0.027, blue: 0.004)
/* Android */
Color.parseColor("#010701")Accessibility — WCAG contrast
Aa
#010701 on white: 20.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#010701 on black: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green2.7%
Blue0.4%
CMYK percentages
Cyan85.7%
Magenta0.0%
Yellow85.7%
Key (black)97.3%
Color previews
#010701 text on a black background
contrast 1.03:1
Card sample
#010701 text on a white background
contrast 20.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #010701;
Background color
Panel with #010701 background
background-color: #010701;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #010701;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 7, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 7, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #010701; background: linear-gradient(135deg, #010701, #010705);