#3ab446
a balanced, vivid green · cool · closest name: forestgreen
RGB
58, 180, 70
HSL
126°, 51%, 47%
CMYK
68, 0, 61, 29
Luminance
0.3398
Every format
| HEX | #3ab446 |
| RGB | rgb(58, 180, 70) |
| HSL | hsl(126, 51%, 47%) |
| CMYK | cmyk(68%, 0%, 61%, 29%) |
| LAB | lab(65.0 -55.7 45.5) |
| LCH | lch(65.0 71.9 140.8) |
| OKLCH | oklch(0.679 0.185 144.7) |
Copy-ready code
/* CSS */
color: #3ab446;
background-color: #3ab446;
/* Tailwind (arbitrary) */
class="text-[#3ab446] bg-[#3ab446]"
/* SCSS */
$brand: #3ab446;
/* SwiftUI */
Color(red: 0.227, green: 0.706, blue: 0.275)
/* Android */
Color.parseColor("#3ab446")Accessibility — WCAG contrast
Aa
#3ab446 on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ab446 on black: 7.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green70.6%
Blue27.5%
CMYK percentages
Cyan67.8%
Magenta0.0%
Yellow61.1%
Key (black)29.4%
Color previews
#3ab446 text on a black background
contrast 7.80:1
Card sample
#3ab446 text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ab446;
Background color
Panel with #3ab446 background
background-color: #3ab446;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ab446;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 180, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 180, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ab446; background: linear-gradient(135deg, #3ab446, #3AB497);