#3aa02c
a dark, vivid green · cool · closest name: forestgreen
RGB
58, 160, 44
HSL
113°, 57%, 40%
CMYK
64, 0, 73, 37
Luminance
0.2622
Every format
| HEX | #3aa02c |
| RGB | rgb(58, 160, 44) |
| HSL | hsl(113, 57%, 40%) |
| CMYK | cmyk(64%, 0%, 73%, 37%) |
| LAB | lab(58.3 -51.2 49.2) |
| LCH | lch(58.3 71.0 136.2) |
| OKLCH | oklch(0.623 0.179 141.4) |
Copy-ready code
/* CSS */
color: #3aa02c;
background-color: #3aa02c;
/* Tailwind (arbitrary) */
class="text-[#3aa02c] bg-[#3aa02c]"
/* SCSS */
$brand: #3aa02c;
/* SwiftUI */
Color(red: 0.227, green: 0.627, blue: 0.173)
/* Android */
Color.parseColor("#3aa02c")Accessibility — WCAG contrast
Aa
#3aa02c on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3aa02c on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green62.7%
Blue17.3%
CMYK percentages
Cyan63.8%
Magenta0.0%
Yellow72.5%
Key (black)37.3%
Color previews
#3aa02c text on a black background
contrast 6.24:1
Card sample
#3aa02c text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3aa02c;
Background color
Panel with #3aa02c background
background-color: #3aa02c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3aa02c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 160, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 160, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3aa02c; background: linear-gradient(135deg, #3aa02c, #2CA06B);