#071b0a
a deep, vivid green · cool · closest name: black
RGB
7, 27, 10
HSL
129°, 59%, 7%
CMYK
74, 0, 63, 89
Luminance
0.0085
Every format
| HEX | #071b0a |
| RGB | rgb(7, 27, 10) |
| HSL | hsl(129, 59%, 7%) |
| CMYK | cmyk(74%, 0%, 63%, 89%) |
| LAB | lab(7.7 -11.2 7.2) |
| LCH | lch(7.7 13.3 147.4) |
| OKLCH | oklch(0.200 0.043 147.2) |
Copy-ready code
/* CSS */
color: #071b0a;
background-color: #071b0a;
/* Tailwind (arbitrary) */
class="text-[#071b0a] bg-[#071b0a]"
/* SCSS */
$brand: #071b0a;
/* SwiftUI */
Color(red: 0.027, green: 0.106, blue: 0.039)
/* Android */
Color.parseColor("#071b0a")Accessibility — WCAG contrast
Aa
#071b0a on white: 17.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#071b0a on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green10.6%
Blue3.9%
CMYK percentages
Cyan74.1%
Magenta0.0%
Yellow63.0%
Key (black)89.4%
Color previews
#071b0a text on a black background
contrast 1.17:1
Card sample
#071b0a text on a white background
contrast 17.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #071b0a;
Background color
Panel with #071b0a background
background-color: #071b0a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #071b0a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 27, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 27, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #071b0a; background: linear-gradient(135deg, #071b0a, #071B17);