#076b13
a deep, electric green · cool · closest name: forestgreen
RGB
7, 107, 19
HSL
127°, 88%, 22%
CMYK
94, 0, 82, 58
Luminance
0.1061
Every format
| HEX | #076b13 |
| RGB | rgb(7, 107, 19) |
| HSL | hsl(127, 88%, 22%) |
| CMYK | cmyk(94%, 0%, 82%, 58%) |
| LAB | lab(38.9 -43.7 38.8) |
| LCH | lch(38.9 58.5 138.4) |
| OKLCH | oklch(0.459 0.147 143.7) |
Copy-ready code
/* CSS */
color: #076b13;
background-color: #076b13;
/* Tailwind (arbitrary) */
class="text-[#076b13] bg-[#076b13]"
/* SCSS */
$brand: #076b13;
/* SwiftUI */
Color(red: 0.027, green: 0.420, blue: 0.075)
/* Android */
Color.parseColor("#076b13")Accessibility — WCAG contrast
Aa
#076b13 on white: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#076b13 on black: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green42.0%
Blue7.5%
CMYK percentages
Cyan93.5%
Magenta0.0%
Yellow82.2%
Key (black)58.0%
Color previews
#076b13 text on a black background
contrast 3.12:1
Card sample
#076b13 text on a white background
contrast 6.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #076b13;
Background color
Panel with #076b13 background
background-color: #076b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #076b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 107, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 107, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #076b13; background: linear-gradient(135deg, #076b13, #076B56);