#07331f
a deep, electric green · cool · closest name: darkslategray
RGB
7, 51, 31
HSL
153°, 76%, 11%
CMYK
86, 0, 39, 80
Luminance
0.0251
Every format
| HEX | #07331f |
| RGB | rgb(7, 51, 31) |
| HSL | hsl(153, 76%, 11%) |
| CMYK | cmyk(86%, 0%, 39%, 80%) |
| LAB | lab(18.0 -20.5 8.6) |
| LCH | lch(18.0 22.2 157.3) |
| OKLCH | oklch(0.286 0.060 158.7) |
Copy-ready code
/* CSS */
color: #07331f;
background-color: #07331f;
/* Tailwind (arbitrary) */
class="text-[#07331f] bg-[#07331f]"
/* SCSS */
$brand: #07331f;
/* SwiftUI */
Color(red: 0.027, green: 0.200, blue: 0.122)
/* Android */
Color.parseColor("#07331f")Accessibility — WCAG contrast
Aa
#07331f on white: 13.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#07331f on black: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green20.0%
Blue12.2%
CMYK percentages
Cyan86.3%
Magenta0.0%
Yellow39.2%
Key (black)80.0%
Color previews
#07331f text on a black background
contrast 1.50:1
Card sample
#07331f text on a white background
contrast 13.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07331f;
Background color
Panel with #07331f background
background-color: #07331f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07331f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 51, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 51, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07331f; background: linear-gradient(135deg, #07331f, #072A33);