#073721
a deep, electric green · cool · closest name: darkslategray
RGB
7, 55, 33
HSL
153°, 77%, 12%
CMYK
87, 0, 40, 78
Luminance
0.0289
Every format
| HEX | #073721 |
| RGB | rgb(7, 55, 33) |
| HSL | hsl(153, 77%, 12%) |
| CMYK | cmyk(87%, 0%, 40%, 78%) |
| LAB | lab(19.6 -21.9 9.4) |
| LCH | lch(19.6 23.9 156.7) |
| OKLCH | oklch(0.299 0.064 158.2) |
Copy-ready code
/* CSS */
color: #073721;
background-color: #073721;
/* Tailwind (arbitrary) */
class="text-[#073721] bg-[#073721]"
/* SCSS */
$brand: #073721;
/* SwiftUI */
Color(red: 0.027, green: 0.216, blue: 0.129)
/* Android */
Color.parseColor("#073721")Accessibility — WCAG contrast
Aa
#073721 on white: 13.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#073721 on black: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green21.6%
Blue12.9%
CMYK percentages
Cyan87.3%
Magenta0.0%
Yellow40.0%
Key (black)78.4%
Color previews
#073721 text on a black background
contrast 1.58:1
Card sample
#073721 text on a white background
contrast 13.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #073721;
Background color
Panel with #073721 background
background-color: #073721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #073721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 55, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 55, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #073721; background: linear-gradient(135deg, #073721, #072D37);