#3ac73f
a balanced, vivid green · cool · closest name: forestgreen
RGB
58, 199, 63
HSL
122°, 56%, 50%
CMYK
71, 0, 68, 22
Luminance
0.4211
Every format
| HEX | #3ac73f |
| RGB | rgb(58, 199, 63) |
| HSL | hsl(122, 56%, 50%) |
| CMYK | cmyk(71%, 0%, 68%, 22%) |
| LAB | lab(70.9 -62.9 55.0) |
| LCH | lch(70.9 83.6 138.8) |
| OKLCH | oklch(0.729 0.212 143.5) |
Copy-ready code
/* CSS */
color: #3ac73f;
background-color: #3ac73f;
/* Tailwind (arbitrary) */
class="text-[#3ac73f] bg-[#3ac73f]"
/* SCSS */
$brand: #3ac73f;
/* SwiftUI */
Color(red: 0.227, green: 0.780, blue: 0.247)
/* Android */
Color.parseColor("#3ac73f")Accessibility — WCAG contrast
Aa
#3ac73f on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ac73f on black: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green78.0%
Blue24.7%
CMYK percentages
Cyan70.9%
Magenta0.0%
Yellow68.3%
Key (black)22.0%
Color previews
#3ac73f text on a black background
contrast 9.42:1
Card sample
#3ac73f text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ac73f;
Background color
Panel with #3ac73f background
background-color: #3ac73f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ac73f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 199, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 199, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ac73f; background: linear-gradient(135deg, #3ac73f, #3AC79D);