#2f9934
a dark, vivid green · cool · closest name: forestgreen
RGB
47, 153, 52
HSL
123°, 53%, 39%
CMYK
69, 0, 66, 40
Luminance
0.2363
Every format
| HEX | #2f9934 |
| RGB | rgb(47, 153, 52) |
| HSL | hsl(123, 53%, 39%) |
| CMYK | cmyk(69%, 0%, 66%, 40%) |
| LAB | lab(55.7 -50.3 43.1) |
| LCH | lch(55.7 66.3 139.4) |
| OKLCH | oklch(0.602 0.169 143.8) |
Copy-ready code
/* CSS */
color: #2f9934;
background-color: #2f9934;
/* Tailwind (arbitrary) */
class="text-[#2f9934] bg-[#2f9934]"
/* SCSS */
$brand: #2f9934;
/* SwiftUI */
Color(red: 0.184, green: 0.600, blue: 0.204)
/* Android */
Color.parseColor("#2f9934")Accessibility — WCAG contrast
Aa
#2f9934 on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2f9934 on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green60.0%
Blue20.4%
CMYK percentages
Cyan69.3%
Magenta0.0%
Yellow66.0%
Key (black)40.0%
Color previews
#2f9934 text on a black background
contrast 5.73:1
Card sample
#2f9934 text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f9934;
Background color
Panel with #2f9934 background
background-color: #2f9934;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f9934;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 153, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 153, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f9934; background: linear-gradient(135deg, #2f9934, #2F997B);