#072413
a deep, vivid green · cool · closest name: black
RGB
7, 36, 19
HSL
145°, 67%, 8%
CMYK
81, 0, 47, 86
Luminance
0.0135
Every format
| HEX | #072413 |
| RGB | rgb(7, 36, 19) |
| HSL | hsl(145, 67%, 8%) |
| CMYK | cmyk(81%, 0%, 47%, 86%) |
| LAB | lab(11.7 -16.0 8.2) |
| LCH | lch(11.7 17.9 152.9) |
| OKLCH | oklch(0.233 0.048 154.4) |
Copy-ready code
/* CSS */
color: #072413;
background-color: #072413;
/* Tailwind (arbitrary) */
class="text-[#072413] bg-[#072413]"
/* SCSS */
$brand: #072413;
/* SwiftUI */
Color(red: 0.027, green: 0.141, blue: 0.075)
/* Android */
Color.parseColor("#072413")Accessibility — WCAG contrast
Aa
#072413 on white: 16.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#072413 on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green14.1%
Blue7.5%
CMYK percentages
Cyan80.6%
Magenta0.0%
Yellow47.2%
Key (black)85.9%
Color previews
#072413 text on a black background
contrast 1.27:1
Card sample
#072413 text on a white background
contrast 16.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #072413;
Background color
Panel with #072413 background
background-color: #072413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #072413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 36, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 36, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #072413; background: linear-gradient(135deg, #072413, #072224);