#070e05
a deep, vivid green · cool · closest name: black
RGB
7, 14, 5
HSL
107°, 47%, 4%
CMYK
50, 0, 64, 95
Luminance
0.0037
Every format
| HEX | #070e05 |
| RGB | rgb(7, 14, 5) |
| HSL | hsl(107, 47%, 4%) |
| CMYK | cmyk(50%, 0%, 64%, 95%) |
| LAB | lab(3.3 -3.3 2.9) |
| LCH | lch(3.3 4.4 138.4) |
| OKLCH | oklch(0.152 0.024 137.6) |
Copy-ready code
/* CSS */
color: #070e05;
background-color: #070e05;
/* Tailwind (arbitrary) */
class="text-[#070e05] bg-[#070e05]"
/* SCSS */
$brand: #070e05;
/* SwiftUI */
Color(red: 0.027, green: 0.055, blue: 0.020)
/* Android */
Color.parseColor("#070e05")Accessibility — WCAG contrast
Aa
#070e05 on white: 19.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#070e05 on black: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green5.5%
Blue2.0%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow64.3%
Key (black)94.5%
Color previews
#070e05 text on a black background
contrast 1.07:1
Card sample
#070e05 text on a white background
contrast 19.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #070e05;
Background color
Panel with #070e05 background
background-color: #070e05;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #070e05;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 14, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 14, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #070e05; background: linear-gradient(135deg, #070e05, #050E09);