#3ac06d
a balanced, vivid green · cool · closest name: forestgreen
RGB
58, 192, 109
HSL
143°, 54%, 49%
CMYK
70, 0, 43, 25
Luminance
0.3970
Every format
| HEX | #3ac06d |
| RGB | rgb(58, 192, 109) |
| HSL | hsl(143, 54%, 49%) |
| CMYK | cmyk(70%, 0%, 43%, 25%) |
| LAB | lab(69.3 -54.3 31.6) |
| LCH | lch(69.3 62.9 149.8) |
| OKLCH | oklch(0.717 0.166 151.9) |
Copy-ready code
/* CSS */
color: #3ac06d;
background-color: #3ac06d;
/* Tailwind (arbitrary) */
class="text-[#3ac06d] bg-[#3ac06d]"
/* SCSS */
$brand: #3ac06d;
/* SwiftUI */
Color(red: 0.227, green: 0.753, blue: 0.427)
/* Android */
Color.parseColor("#3ac06d")Accessibility — WCAG contrast
Aa
#3ac06d on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ac06d on black: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green75.3%
Blue42.7%
CMYK percentages
Cyan69.8%
Magenta0.0%
Yellow43.2%
Key (black)24.7%
Color previews
#3ac06d text on a black background
contrast 8.94:1
Card sample
#3ac06d text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ac06d;
Background color
Panel with #3ac06d background
background-color: #3ac06d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ac06d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 192, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 192, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ac06d; background: linear-gradient(135deg, #3ac06d, #3ABAC0);