#075621
a deep, electric green · cool · closest name: seagreen
RGB
7, 86, 33
HSL
140°, 85%, 18%
CMYK
92, 0, 62, 66
Luminance
0.0681
Every format
| HEX | #075621 |
| RGB | rgb(7, 86, 33) |
| HSL | hsl(140, 85%, 18%) |
| CMYK | cmyk(92%, 0%, 62%, 66%) |
| LAB | lab(31.4 -34.9 24.4) |
| LCH | lch(31.4 42.6 145.0) |
| OKLCH | oklch(0.397 0.110 148.2) |
Copy-ready code
/* CSS */
color: #075621;
background-color: #075621;
/* Tailwind (arbitrary) */
class="text-[#075621] bg-[#075621]"
/* SCSS */
$brand: #075621;
/* SwiftUI */
Color(red: 0.027, green: 0.337, blue: 0.129)
/* Android */
Color.parseColor("#075621")Accessibility — WCAG contrast
Aa
#075621 on white: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#075621 on black: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green33.7%
Blue12.9%
CMYK percentages
Cyan91.9%
Magenta0.0%
Yellow61.6%
Key (black)66.3%
Color previews
#075621 text on a black background
contrast 2.36:1
Card sample
#075621 text on a white background
contrast 8.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #075621;
Background color
Panel with #075621 background
background-color: #075621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #075621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 86, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 86, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #075621; background: linear-gradient(135deg, #075621, #075655);