#071610
a deep, vivid green · cool · closest name: black
RGB
7, 22, 16
HSL
156°, 52%, 6%
CMYK
68, 0, 27, 91
Luminance
0.0066
Every format
| HEX | #071610 |
| RGB | rgb(7, 22, 16) |
| HSL | hsl(156, 52%, 6%) |
| CMYK | cmyk(68%, 0%, 27%, 91%) |
| LAB | lab(5.9 -6.4 1.8) |
| LCH | lch(5.9 6.6 164.7) |
| OKLCH | oklch(0.184 0.025 166.3) |
Copy-ready code
/* CSS */
color: #071610;
background-color: #071610;
/* Tailwind (arbitrary) */
class="text-[#071610] bg-[#071610]"
/* SCSS */
$brand: #071610;
/* SwiftUI */
Color(red: 0.027, green: 0.086, blue: 0.063)
/* Android */
Color.parseColor("#071610")Accessibility — WCAG contrast
Aa
#071610 on white: 18.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#071610 on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green8.6%
Blue6.3%
CMYK percentages
Cyan68.2%
Magenta0.0%
Yellow27.3%
Key (black)91.4%
Color previews
#071610 text on a black background
contrast 1.13:1
Card sample
#071610 text on a white background
contrast 18.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #071610;
Background color
Panel with #071610 background
background-color: #071610;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #071610;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 22, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 22, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #071610; background: linear-gradient(135deg, #071610, #071216);