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