#2f862f
a dark, vivid green · cool · closest name: forestgreen
RGB
47, 134, 47
HSL
120°, 48%, 36%
CMYK
65, 0, 65, 48
Luminance
0.1786
Every format
| HEX | #2f862f |
| RGB | rgb(47, 134, 47) |
| HSL | hsl(120, 48%, 36%) |
| CMYK | cmyk(65%, 0%, 65%, 48%) |
| LAB | lab(49.3 -43.9 38.3) |
| LCH | lch(49.3 58.2 138.9) |
| OKLCH | oklch(0.548 0.149 143.2) |
Copy-ready code
/* CSS */
color: #2f862f;
background-color: #2f862f;
/* Tailwind (arbitrary) */
class="text-[#2f862f] bg-[#2f862f]"
/* SCSS */
$brand: #2f862f;
/* SwiftUI */
Color(red: 0.184, green: 0.525, blue: 0.184)
/* Android */
Color.parseColor("#2f862f")Accessibility — WCAG contrast
Aa
#2f862f on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2f862f on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green52.5%
Blue18.4%
CMYK percentages
Cyan64.9%
Magenta0.0%
Yellow64.9%
Key (black)47.5%
Color previews
#2f862f text on a black background
contrast 4.57:1
Card sample
#2f862f text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f862f;
Background color
Panel with #2f862f background
background-color: #2f862f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f862f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 134, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 134, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f862f; background: linear-gradient(135deg, #2f862f, #2F8669);