#073921
a deep, electric green · cool · closest name: darkslategray
RGB
7, 57, 33
HSL
151°, 78%, 13%
CMYK
88, 0, 42, 78
Luminance
0.0308
Every format
| HEX | #073921 |
| RGB | rgb(7, 57, 33) |
| HSL | hsl(151, 78%, 13%) |
| CMYK | cmyk(88%, 0%, 42%, 78%) |
| LAB | lab(20.4 -22.9 10.5) |
| LCH | lch(20.4 25.1 155.4) |
| OKLCH | oklch(0.306 0.067 156.9) |
Copy-ready code
/* CSS */
color: #073921;
background-color: #073921;
/* Tailwind (arbitrary) */
class="text-[#073921] bg-[#073921]"
/* SCSS */
$brand: #073921;
/* SwiftUI */
Color(red: 0.027, green: 0.224, blue: 0.129)
/* Android */
Color.parseColor("#073921")Accessibility — WCAG contrast
Aa
#073921 on white: 12.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#073921 on black: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green22.4%
Blue12.9%
CMYK percentages
Cyan87.7%
Magenta0.0%
Yellow42.1%
Key (black)77.6%
Color previews
#073921 text on a black background
contrast 1.62:1
Card sample
#073921 text on a white background
contrast 12.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #073921;
Background color
Panel with #073921 background
background-color: #073921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #073921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 57, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 57, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #073921; background: linear-gradient(135deg, #073921, #072F39);