#3ac044
a balanced, vivid green · cool · closest name: forestgreen
RGB
58, 192, 68
HSL
125°, 54%, 49%
CMYK
70, 0, 65, 25
Luminance
0.3902
Every format
| HEX | #3ac044 |
| RGB | rgb(58, 192, 68) |
| HSL | hsl(125, 54%, 49%) |
| CMYK | cmyk(70%, 0%, 65%, 25%) |
| LAB | lab(68.8 -60.1 50.6) |
| LCH | lch(68.8 78.5 139.9) |
| OKLCH | oklch(0.711 0.201 144.1) |
Copy-ready code
/* CSS */
color: #3ac044;
background-color: #3ac044;
/* Tailwind (arbitrary) */
class="text-[#3ac044] bg-[#3ac044]"
/* SCSS */
$brand: #3ac044;
/* SwiftUI */
Color(red: 0.227, green: 0.753, blue: 0.267)
/* Android */
Color.parseColor("#3ac044")Accessibility — WCAG contrast
Aa
#3ac044 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ac044 on black: 8.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green75.3%
Blue26.7%
CMYK percentages
Cyan69.8%
Magenta0.0%
Yellow64.6%
Key (black)24.7%
Color previews
#3ac044 text on a black background
contrast 8.80:1
Card sample
#3ac044 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ac044;
Background color
Panel with #3ac044 background
background-color: #3ac044;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ac044;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 192, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 192, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ac044; background: linear-gradient(135deg, #3ac044, #3AC09D);