#2f9f2f
a dark, vivid green · cool · closest name: forestgreen
RGB
47, 159, 47
HSL
120°, 54%, 40%
CMYK
70, 0, 70, 38
Luminance
0.2561
Every format
| HEX | #2f9f2f |
| RGB | rgb(47, 159, 47) |
| HSL | hsl(120, 54%, 40%) |
| CMYK | cmyk(70%, 0%, 70%, 38%) |
| LAB | lab(57.7 -52.9 47.3) |
| LCH | lch(57.7 71.0 138.2) |
| OKLCH | oklch(0.618 0.180 143.0) |
Copy-ready code
/* CSS */
color: #2f9f2f;
background-color: #2f9f2f;
/* Tailwind (arbitrary) */
class="text-[#2f9f2f] bg-[#2f9f2f]"
/* SCSS */
$brand: #2f9f2f;
/* SwiftUI */
Color(red: 0.184, green: 0.624, blue: 0.184)
/* Android */
Color.parseColor("#2f9f2f")Accessibility — WCAG contrast
Aa
#2f9f2f on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2f9f2f on black: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green62.4%
Blue18.4%
CMYK percentages
Cyan70.4%
Magenta0.0%
Yellow70.4%
Key (black)37.6%
Color previews
#2f9f2f text on a black background
contrast 6.12:1
Card sample
#2f9f2f text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f9f2f;
Background color
Panel with #2f9f2f background
background-color: #2f9f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f9f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 159, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 159, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f9f2f; background: linear-gradient(135deg, #2f9f2f, #2F9F7A);