#3ab621
a dark, vivid green · cool · closest name: green
RGB
58, 182, 33
HSL
110°, 69%, 42%
CMYK
68, 0, 82, 29
Luminance
0.3447
Every format
| HEX | #3ab621 |
| RGB | rgb(58, 182, 33) |
| HSL | hsl(110, 69%, 42%) |
| CMYK | cmyk(68%, 0%, 82%, 29%) |
| LAB | lab(65.3 -59.5 59.7) |
| LCH | lch(65.3 84.3 134.9) |
| OKLCH | oklch(0.682 0.210 140.9) |
Copy-ready code
/* CSS */
color: #3ab621;
background-color: #3ab621;
/* Tailwind (arbitrary) */
class="text-[#3ab621] bg-[#3ab621]"
/* SCSS */
$brand: #3ab621;
/* SwiftUI */
Color(red: 0.227, green: 0.714, blue: 0.129)
/* Android */
Color.parseColor("#3ab621")Accessibility — WCAG contrast
Aa
#3ab621 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ab621 on black: 7.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green71.4%
Blue12.9%
CMYK percentages
Cyan68.1%
Magenta0.0%
Yellow81.9%
Key (black)28.6%
Color previews
#3ab621 text on a black background
contrast 7.89:1
Card sample
#3ab621 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ab621;
Background color
Panel with #3ab621 background
background-color: #3ab621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ab621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 182, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 182, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ab621; background: linear-gradient(135deg, #3ab621, #21B66B);