#337c0d
a dark, electric green · cool · closest name: forestgreen
RGB
51, 124, 13
HSL
100°, 81%, 27%
CMYK
59, 0, 90, 51
Luminance
0.1515
Every format
| HEX | #337c0d |
| RGB | rgb(51, 124, 13) |
| HSL | hsl(100, 81%, 27%) |
| CMYK | cmyk(59%, 0%, 90%, 51%) |
| LAB | lab(45.8 -41.7 47.2) |
| LCH | lch(45.8 63.0 131.4) |
| OKLCH | oklch(0.519 0.155 138.2) |
Copy-ready code
/* CSS */
color: #337c0d;
background-color: #337c0d;
/* Tailwind (arbitrary) */
class="text-[#337c0d] bg-[#337c0d]"
/* SCSS */
$brand: #337c0d;
/* SwiftUI */
Color(red: 0.200, green: 0.486, blue: 0.051)
/* Android */
Color.parseColor("#337c0d")Accessibility — WCAG contrast
Aa
#337c0d on white: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#337c0d on black: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green48.6%
Blue5.1%
CMYK percentages
Cyan58.9%
Magenta0.0%
Yellow89.5%
Key (black)51.4%
Color previews
#337c0d text on a black background
contrast 4.03:1
Card sample
#337c0d text on a white background
contrast 5.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #337c0d;
Background color
Panel with #337c0d background
background-color: #337c0d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #337c0d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 124, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 124, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #337c0d; background: linear-gradient(135deg, #337c0d, #0D7C31);