#3abf1d
a dark, vivid green · cool · closest name: green
RGB
58, 191, 29
HSL
109°, 74%, 43%
CMYK
70, 0, 85, 25
Luminance
0.3825
Every format
| HEX | #3abf1d |
| RGB | rgb(58, 191, 29) |
| HSL | hsl(109, 74%, 43%) |
| CMYK | cmyk(70%, 0%, 85%, 25%) |
| LAB | lab(68.2 -62.6 63.3) |
| LCH | lch(68.2 89.1 134.7) |
| OKLCH | oklch(0.705 0.221 140.9) |
Copy-ready code
/* CSS */
color: #3abf1d;
background-color: #3abf1d;
/* Tailwind (arbitrary) */
class="text-[#3abf1d] bg-[#3abf1d]"
/* SCSS */
$brand: #3abf1d;
/* SwiftUI */
Color(red: 0.227, green: 0.749, blue: 0.114)
/* Android */
Color.parseColor("#3abf1d")Accessibility — WCAG contrast
Aa
#3abf1d on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3abf1d on black: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green74.9%
Blue11.4%
CMYK percentages
Cyan69.6%
Magenta0.0%
Yellow84.8%
Key (black)25.1%
Color previews
#3abf1d text on a black background
contrast 8.65:1
Card sample
#3abf1d text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3abf1d;
Background color
Panel with #3abf1d background
background-color: #3abf1d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3abf1d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 191, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 191, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3abf1d; background: linear-gradient(135deg, #3abf1d, #1DBF6C);