#2f830f
a dark, electric green · cool · closest name: forestgreen
RGB
47, 131, 15
HSL
103°, 80%, 29%
CMYK
64, 0, 89, 49
Luminance
0.1687
Every format
| HEX | #2f830f |
| RGB | rgb(47, 131, 15) |
| HSL | hsl(103, 80%, 29%) |
| CMYK | cmyk(64%, 0%, 89%, 49%) |
| LAB | lab(48.1 -45.3 48.7) |
| LCH | lch(48.1 66.5 132.9) |
| OKLCH | oklch(0.538 0.164 139.4) |
Copy-ready code
/* CSS */
color: #2f830f;
background-color: #2f830f;
/* Tailwind (arbitrary) */
class="text-[#2f830f] bg-[#2f830f]"
/* SCSS */
$brand: #2f830f;
/* SwiftUI */
Color(red: 0.184, green: 0.514, blue: 0.059)
/* Android */
Color.parseColor("#2f830f")Accessibility — WCAG contrast
Aa
#2f830f on white: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2f830f on black: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green51.4%
Blue5.9%
CMYK percentages
Cyan64.1%
Magenta0.0%
Yellow88.5%
Key (black)48.6%
Color previews
#2f830f text on a black background
contrast 4.37:1
Card sample
#2f830f text on a white background
contrast 4.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f830f;
Background color
Panel with #2f830f background
background-color: #2f830f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f830f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 131, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 131, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f830f; background: linear-gradient(135deg, #2f830f, #0F833C);