#3a7607
a deep, electric green · cool · closest name: forestgreen
RGB
58, 118, 7
HSL
92°, 89%, 25%
CMYK
51, 0, 94, 54
Luminance
0.1387
Every format
| HEX | #3a7607 |
| RGB | rgb(58, 118, 7) |
| HSL | hsl(92, 89%, 25%) |
| CMYK | cmyk(51%, 0%, 94%, 54%) |
| LAB | lab(44.0 -37.3 47.1) |
| LCH | lch(44.0 60.1 128.4) |
| OKLCH | oklch(0.505 0.146 135.7) |
Copy-ready code
/* CSS */
color: #3a7607;
background-color: #3a7607;
/* Tailwind (arbitrary) */
class="text-[#3a7607] bg-[#3a7607]"
/* SCSS */
$brand: #3a7607;
/* SwiftUI */
Color(red: 0.227, green: 0.463, blue: 0.027)
/* Android */
Color.parseColor("#3a7607")Accessibility — WCAG contrast
Aa
#3a7607 on white: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3a7607 on black: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green46.3%
Blue2.7%
CMYK percentages
Cyan50.8%
Magenta0.0%
Yellow94.1%
Key (black)53.7%
Color previews
#3a7607 text on a black background
contrast 3.77:1
Card sample
#3a7607 text on a white background
contrast 5.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3a7607;
Background color
Panel with #3a7607 background
background-color: #3a7607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3a7607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 118, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 118, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3a7607; background: linear-gradient(135deg, #3a7607, #07761E);