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