#072211
a deep, vivid green · cool · closest name: black
RGB
7, 34, 17
HSL
142°, 66%, 8%
CMYK
79, 0, 50, 87
Luminance
0.0123
Every format
| HEX | #072211 |
| RGB | rgb(7, 34, 17) |
| HSL | hsl(142, 66%, 8%) |
| CMYK | cmyk(79%, 0%, 50%, 87%) |
| LAB | lab(10.8 -15.3 8.2) |
| LCH | lch(10.8 17.3 151.9) |
| OKLCH | oklch(0.226 0.047 153.0) |
Copy-ready code
/* CSS */
color: #072211;
background-color: #072211;
/* Tailwind (arbitrary) */
class="text-[#072211] bg-[#072211]"
/* SCSS */
$brand: #072211;
/* SwiftUI */
Color(red: 0.027, green: 0.133, blue: 0.067)
/* Android */
Color.parseColor("#072211")Accessibility — WCAG contrast
Aa
#072211 on white: 16.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#072211 on black: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green13.3%
Blue6.7%
CMYK percentages
Cyan79.4%
Magenta0.0%
Yellow50.0%
Key (black)86.7%
Color previews
#072211 text on a black background
contrast 1.25:1
Card sample
#072211 text on a white background
contrast 16.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #072211;
Background color
Panel with #072211 background
background-color: #072211;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #072211;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 34, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 34, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #072211; background: linear-gradient(135deg, #072211, #072122);