#073a21
a deep, electric green · cool · closest name: darkslategray
RGB
7, 58, 33
HSL
151°, 79%, 13%
CMYK
88, 0, 43, 77
Luminance
0.0318
Every format
| HEX | #073a21 |
| RGB | rgb(7, 58, 33) |
| HSL | hsl(151, 79%, 13%) |
| CMYK | cmyk(88%, 0%, 43%, 77%) |
| LAB | lab(20.8 -23.3 11.0) |
| LCH | lch(20.8 25.8 154.7) |
| OKLCH | oklch(0.309 0.069 156.4) |
Copy-ready code
/* CSS */
color: #073a21;
background-color: #073a21;
/* Tailwind (arbitrary) */
class="text-[#073a21] bg-[#073a21]"
/* SCSS */
$brand: #073a21;
/* SwiftUI */
Color(red: 0.027, green: 0.227, blue: 0.129)
/* Android */
Color.parseColor("#073a21")Accessibility — WCAG contrast
Aa
#073a21 on white: 12.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#073a21 on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green22.7%
Blue12.9%
CMYK percentages
Cyan87.9%
Magenta0.0%
Yellow43.1%
Key (black)77.3%
Color previews
#073a21 text on a black background
contrast 1.64:1
Card sample
#073a21 text on a white background
contrast 12.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #073a21;
Background color
Panel with #073a21 background
background-color: #073a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #073a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 58, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 58, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #073a21; background: linear-gradient(135deg, #073a21, #07313A);