#073913
a deep, electric green · cool · closest name: darkslategray
RGB
7, 57, 19
HSL
134°, 78%, 13%
CMYK
88, 0, 67, 78
Luminance
0.0302
Every format
| HEX | #073913 |
| RGB | rgb(7, 57, 19) |
| HSL | hsl(134, 78%, 13%) |
| CMYK | cmyk(88%, 0%, 67%, 78%) |
| LAB | lab(20.1 -25.7 18.9) |
| LCH | lch(20.1 31.9 143.7) |
| OKLCH | oklch(0.303 0.083 147.1) |
Copy-ready code
/* CSS */
color: #073913;
background-color: #073913;
/* Tailwind (arbitrary) */
class="text-[#073913] bg-[#073913]"
/* SCSS */
$brand: #073913;
/* SwiftUI */
Color(red: 0.027, green: 0.224, blue: 0.075)
/* Android */
Color.parseColor("#073913")Accessibility — WCAG contrast
Aa
#073913 on white: 13.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#073913 on black: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green22.4%
Blue7.5%
CMYK percentages
Cyan87.7%
Magenta0.0%
Yellow66.7%
Key (black)77.6%
Color previews
#073913 text on a black background
contrast 1.60:1
Card sample
#073913 text on a white background
contrast 13.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #073913;
Background color
Panel with #073913 background
background-color: #073913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #073913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 57, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 57, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #073913; background: linear-gradient(135deg, #073913, #073934);