#073821
a deep, electric green · cool · closest name: darkslategray
RGB
7, 56, 33
HSL
152°, 78%, 12%
CMYK
88, 0, 41, 78
Luminance
0.0298
Every format
| HEX | #073821 |
| RGB | rgb(7, 56, 33) |
| HSL | hsl(152, 78%, 12%) |
| CMYK | cmyk(88%, 0%, 41%, 78%) |
| LAB | lab(20.0 -22.4 10.0) |
| LCH | lch(20.0 24.5 156.0) |
| OKLCH | oklch(0.302 0.066 157.5) |
Copy-ready code
/* CSS */
color: #073821;
background-color: #073821;
/* Tailwind (arbitrary) */
class="text-[#073821] bg-[#073821]"
/* SCSS */
$brand: #073821;
/* SwiftUI */
Color(red: 0.027, green: 0.220, blue: 0.129)
/* Android */
Color.parseColor("#073821")Accessibility — WCAG contrast
Aa
#073821 on white: 13.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#073821 on black: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green22.0%
Blue12.9%
CMYK percentages
Cyan87.5%
Magenta0.0%
Yellow41.1%
Key (black)78.0%
Color previews
#073821 text on a black background
contrast 1.60:1
Card sample
#073821 text on a white background
contrast 13.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #073821;
Background color
Panel with #073821 background
background-color: #073821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #073821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 56, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 56, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #073821; background: linear-gradient(135deg, #073821, #072F38);