#011007
a deep, electric green · cool · closest name: black
RGB
1, 16, 7
HSL
144°, 88%, 3%
CMYK
94, 0, 56, 94
Luminance
0.0039
Every format
| HEX | #011007 |
| RGB | rgb(1, 16, 7) |
| HSL | hsl(144, 88%, 3%) |
| CMYK | cmyk(94%, 0%, 56%, 94%) |
| LAB | lab(3.5 -5.6 2.3) |
| LCH | lch(3.5 6.1 157.4) |
| OKLCH | oklch(0.154 0.032 158.7) |
Copy-ready code
/* CSS */
color: #011007;
background-color: #011007;
/* Tailwind (arbitrary) */
class="text-[#011007] bg-[#011007]"
/* SCSS */
$brand: #011007;
/* SwiftUI */
Color(red: 0.004, green: 0.063, blue: 0.027)
/* Android */
Color.parseColor("#011007")Accessibility — WCAG contrast
Aa
#011007 on white: 19.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#011007 on black: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green6.3%
Blue2.7%
CMYK percentages
Cyan93.8%
Magenta0.0%
Yellow56.2%
Key (black)93.7%
Color previews
#011007 text on a black background
contrast 1.08:1
Card sample
#011007 text on a white background
contrast 19.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #011007;
Background color
Panel with #011007 background
background-color: #011007;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #011007;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 16, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 16, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #011007; background: linear-gradient(135deg, #011007, #010F10);