#2f8503
a dark, electric green · cool · closest name: green
RGB
47, 133, 3
HSL
100°, 96%, 27%
CMYK
65, 0, 98, 48
Luminance
0.1739
Every format
| HEX | #2f8503 |
| RGB | rgb(47, 133, 3) |
| HSL | hsl(100, 96%, 27%) |
| CMYK | cmyk(65%, 0%, 98%, 48%) |
| LAB | lab(48.7 -46.4 51.6) |
| LCH | lch(48.7 69.4 131.9) |
| OKLCH | oklch(0.543 0.170 139.0) |
Copy-ready code
/* CSS */
color: #2f8503;
background-color: #2f8503;
/* Tailwind (arbitrary) */
class="text-[#2f8503] bg-[#2f8503]"
/* SCSS */
$brand: #2f8503;
/* SwiftUI */
Color(red: 0.184, green: 0.522, blue: 0.012)
/* Android */
Color.parseColor("#2f8503")Accessibility — WCAG contrast
Aa
#2f8503 on white: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2f8503 on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green52.2%
Blue1.2%
CMYK percentages
Cyan64.7%
Magenta0.0%
Yellow97.7%
Key (black)47.8%
Color previews
#2f8503 text on a black background
contrast 4.48:1
Card sample
#2f8503 text on a white background
contrast 4.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f8503;
Background color
Panel with #2f8503 background
background-color: #2f8503;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f8503;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 133, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 133, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f8503; background: linear-gradient(135deg, #2f8503, #03852E);