#076421
a deep, electric green · cool · closest name: seagreen
RGB
7, 100, 33
HSL
137°, 87%, 21%
CMYK
93, 0, 67, 61
Luminance
0.0927
Every format
| HEX | #076421 |
| RGB | rgb(7, 100, 33) |
| HSL | hsl(137, 87%, 21%) |
| CMYK | cmyk(93%, 0%, 67%, 61%) |
| LAB | lab(36.5 -40.0 30.3) |
| LCH | lch(36.5 50.1 142.8) |
| OKLCH | oklch(0.439 0.129 146.6) |
Copy-ready code
/* CSS */
color: #076421;
background-color: #076421;
/* Tailwind (arbitrary) */
class="text-[#076421] bg-[#076421]"
/* SCSS */
$brand: #076421;
/* SwiftUI */
Color(red: 0.027, green: 0.392, blue: 0.129)
/* Android */
Color.parseColor("#076421")Accessibility — WCAG contrast
Aa
#076421 on white: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#076421 on black: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green39.2%
Blue12.9%
CMYK percentages
Cyan93.0%
Magenta0.0%
Yellow67.0%
Key (black)60.8%
Color previews
#076421 text on a black background
contrast 2.85:1
Card sample
#076421 text on a white background
contrast 7.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #076421;
Background color
Panel with #076421 background
background-color: #076421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #076421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 100, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 100, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #076421; background: linear-gradient(135deg, #076421, #07645F);