#3aa607
a dark, electric green · cool · closest name: green
RGB
58, 166, 7
HSL
101°, 92%, 34%
CMYK
65, 0, 96, 35
Luminance
0.2819
Every format
| HEX | #3aa607 |
| RGB | rgb(58, 166, 7) |
| HSL | hsl(101, 92%, 34%) |
| CMYK | cmyk(65%, 0%, 96%, 35%) |
| LAB | lab(60.1 -55.1 60.3) |
| LCH | lch(60.1 81.7 132.4) |
| OKLCH | oklch(0.638 0.200 139.4) |
Copy-ready code
/* CSS */
color: #3aa607;
background-color: #3aa607;
/* Tailwind (arbitrary) */
class="text-[#3aa607] bg-[#3aa607]"
/* SCSS */
$brand: #3aa607;
/* SwiftUI */
Color(red: 0.227, green: 0.651, blue: 0.027)
/* Android */
Color.parseColor("#3aa607")Accessibility — WCAG contrast
Aa
#3aa607 on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3aa607 on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green65.1%
Blue2.7%
CMYK percentages
Cyan65.1%
Magenta0.0%
Yellow95.8%
Key (black)34.9%
Color previews
#3aa607 text on a black background
contrast 6.64:1
Card sample
#3aa607 text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3aa607;
Background color
Panel with #3aa607 background
background-color: #3aa607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3aa607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 166, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 166, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3aa607; background: linear-gradient(135deg, #3aa607, #07A63E);