#072012
a deep, vivid green · cool · closest name: black
RGB
7, 32, 18
HSL
146°, 64%, 8%
CMYK
78, 0, 44, 88
Luminance
0.0112
Every format
| HEX | #072012 |
| RGB | rgb(7, 32, 18) |
| HSL | hsl(146, 64%, 8%) |
| CMYK | cmyk(78%, 0%, 44%, 88%) |
| LAB | lab(10.0 -13.8 6.4) |
| LCH | lch(10.0 15.2 154.9) |
| OKLCH | oklch(0.219 0.042 156.1) |
Copy-ready code
/* CSS */
color: #072012;
background-color: #072012;
/* Tailwind (arbitrary) */
class="text-[#072012] bg-[#072012]"
/* SCSS */
$brand: #072012;
/* SwiftUI */
Color(red: 0.027, green: 0.125, blue: 0.071)
/* Android */
Color.parseColor("#072012")Accessibility — WCAG contrast
Aa
#072012 on white: 17.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#072012 on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green12.5%
Blue7.1%
CMYK percentages
Cyan78.1%
Magenta0.0%
Yellow43.8%
Key (black)87.5%
Color previews
#072012 text on a black background
contrast 1.22:1
Card sample
#072012 text on a white background
contrast 17.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #072012;
Background color
Panel with #072012 background
background-color: #072012;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #072012;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 32, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 32, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #072012; background: linear-gradient(135deg, #072012, #071D20);