#3abb38
a balanced, vivid green · cool · closest name: forestgreen
RGB
58, 187, 56
HSL
119°, 54%, 48%
CMYK
69, 0, 70, 27
Luminance
0.3673
Every format
| HEX | #3abb38 |
| RGB | rgb(58, 187, 56) |
| HSL | hsl(119, 54%, 48%) |
| CMYK | cmyk(69%, 0%, 70%, 27%) |
| LAB | lab(67.1 -59.5 53.7) |
| LCH | lch(67.1 80.2 137.9) |
| OKLCH | oklch(0.697 0.203 142.8) |
Copy-ready code
/* CSS */
color: #3abb38;
background-color: #3abb38;
/* Tailwind (arbitrary) */
class="text-[#3abb38] bg-[#3abb38]"
/* SCSS */
$brand: #3abb38;
/* SwiftUI */
Color(red: 0.227, green: 0.733, blue: 0.220)
/* Android */
Color.parseColor("#3abb38")Accessibility — WCAG contrast
Aa
#3abb38 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3abb38 on black: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green73.3%
Blue22.0%
CMYK percentages
Cyan69.0%
Magenta0.0%
Yellow70.1%
Key (black)26.7%
Color previews
#3abb38 text on a black background
contrast 8.35:1
Card sample
#3abb38 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3abb38;
Background color
Panel with #3abb38 background
background-color: #3abb38;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3abb38;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 187, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 187, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3abb38; background: linear-gradient(135deg, #3abb38, #38BB8D);