#2f5e08
a deep, electric green · cool · closest name: olivedrab
RGB
47, 94, 8
HSL
93°, 84%, 20%
CMYK
50, 0, 92, 63
Luminance
0.0863
Every format
| HEX | #2f5e08 |
| RGB | rgb(47, 94, 8) |
| HSL | hsl(93, 84%, 20%) |
| CMYK | cmyk(50%, 0%, 92%, 63%) |
| LAB | lab(35.3 -30.9 39.2) |
| LCH | lch(35.3 49.9 128.3) |
| OKLCH | oklch(0.432 0.122 135.3) |
Copy-ready code
/* CSS */
color: #2f5e08;
background-color: #2f5e08;
/* Tailwind (arbitrary) */
class="text-[#2f5e08] bg-[#2f5e08]"
/* SCSS */
$brand: #2f5e08;
/* SwiftUI */
Color(red: 0.184, green: 0.369, blue: 0.031)
/* Android */
Color.parseColor("#2f5e08")Accessibility — WCAG contrast
Aa
#2f5e08 on white: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f5e08 on black: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green36.9%
Blue3.1%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow91.5%
Key (black)63.1%
Color previews
#2f5e08 text on a black background
contrast 2.73:1
Card sample
#2f5e08 text on a white background
contrast 7.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f5e08;
Background color
Panel with #2f5e08 background
background-color: #2f5e08;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f5e08;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 94, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 94, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f5e08; background: linear-gradient(135deg, #2f5e08, #085E1A);