#3ac721
a balanced, vivid green · cool · closest name: green
RGB
58, 199, 33
HSL
111°, 72%, 46%
CMYK
71, 0, 83, 22
Luminance
0.4186
Every format
| HEX | #3ac721 |
| RGB | rgb(58, 199, 33) |
| HSL | hsl(111, 72%, 46%) |
| CMYK | cmyk(71%, 0%, 83%, 22%) |
| LAB | lab(70.8 -65.0 64.7) |
| LCH | lch(70.8 91.7 135.1) |
| OKLCH | oklch(0.727 0.228 141.2) |
Copy-ready code
/* CSS */
color: #3ac721;
background-color: #3ac721;
/* Tailwind (arbitrary) */
class="text-[#3ac721] bg-[#3ac721]"
/* SCSS */
$brand: #3ac721;
/* SwiftUI */
Color(red: 0.227, green: 0.780, blue: 0.129)
/* Android */
Color.parseColor("#3ac721")Accessibility — WCAG contrast
Aa
#3ac721 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ac721 on black: 9.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green78.0%
Blue12.9%
CMYK percentages
Cyan70.9%
Magenta0.0%
Yellow83.4%
Key (black)22.0%
Color previews
#3ac721 text on a black background
contrast 9.37:1
Card sample
#3ac721 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ac721;
Background color
Panel with #3ac721 background
background-color: #3ac721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ac721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 199, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 199, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ac721; background: linear-gradient(135deg, #3ac721, #21C777);