#2faf39
a dark, vivid green · cool · closest name: forestgreen
RGB
47, 175, 57
HSL
125°, 58%, 44%
CMYK
73, 0, 67, 31
Luminance
0.3156
Every format
| HEX | #2faf39 |
| RGB | rgb(47, 175, 57) |
| HSL | hsl(125, 58%, 44%) |
| CMYK | cmyk(73%, 0%, 67%, 31%) |
| LAB | lab(63.0 -57.4 48.9) |
| LCH | lch(63.0 75.4 139.6) |
| OKLCH | oklch(0.662 0.192 144.0) |
Copy-ready code
/* CSS */
color: #2faf39;
background-color: #2faf39;
/* Tailwind (arbitrary) */
class="text-[#2faf39] bg-[#2faf39]"
/* SCSS */
$brand: #2faf39;
/* SwiftUI */
Color(red: 0.184, green: 0.686, blue: 0.224)
/* Android */
Color.parseColor("#2faf39")Accessibility — WCAG contrast
Aa
#2faf39 on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2faf39 on black: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green68.6%
Blue22.4%
CMYK percentages
Cyan73.1%
Magenta0.0%
Yellow67.4%
Key (black)31.4%
Color previews
#2faf39 text on a black background
contrast 7.31:1
Card sample
#2faf39 text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2faf39;
Background color
Panel with #2faf39 background
background-color: #2faf39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2faf39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 175, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 175, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2faf39; background: linear-gradient(135deg, #2faf39, #2FAF8E);