#39ae2f
a dark, vivid green · cool · closest name: forestgreen
RGB
57, 174, 47
HSL
115°, 58%, 43%
CMYK
67, 0, 73, 32
Luminance
0.3135
Every format
| HEX | #39ae2f |
| RGB | rgb(57, 174, 47) |
| HSL | hsl(115, 58%, 43%) |
| CMYK | cmyk(67%, 0%, 73%, 32%) |
| LAB | lab(62.8 -56.1 52.7) |
| LCH | lch(62.8 77.0 136.8) |
| OKLCH | oklch(0.661 0.194 142.0) |
Copy-ready code
/* CSS */
color: #39ae2f;
background-color: #39ae2f;
/* Tailwind (arbitrary) */
class="text-[#39ae2f] bg-[#39ae2f]"
/* SCSS */
$brand: #39ae2f;
/* SwiftUI */
Color(red: 0.224, green: 0.682, blue: 0.184)
/* Android */
Color.parseColor("#39ae2f")Accessibility — WCAG contrast
Aa
#39ae2f on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39ae2f on black: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green68.2%
Blue18.4%
CMYK percentages
Cyan67.2%
Magenta0.0%
Yellow73.0%
Key (black)31.8%
Color previews
#39ae2f text on a black background
contrast 7.27:1
Card sample
#39ae2f text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39ae2f;
Background color
Panel with #39ae2f background
background-color: #39ae2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39ae2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 174, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 174, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39ae2f; background: linear-gradient(135deg, #39ae2f, #2FAE7A);