#337014
a dark, vivid green · cool · closest name: forestgreen
RGB
51, 112, 20
HSL
100°, 70%, 26%
CMYK
55, 0, 82, 56
Luminance
0.1234
Every format
| HEX | #337014 |
| RGB | rgb(51, 112, 20) |
| HSL | hsl(100, 70%, 26%) |
| CMYK | cmyk(55%, 0%, 82%, 56%) |
| LAB | lab(41.8 -36.5 41.5) |
| LCH | lch(41.8 55.3 131.3) |
| OKLCH | oklch(0.486 0.137 137.6) |
Copy-ready code
/* CSS */
color: #337014;
background-color: #337014;
/* Tailwind (arbitrary) */
class="text-[#337014] bg-[#337014]"
/* SCSS */
$brand: #337014;
/* SwiftUI */
Color(red: 0.200, green: 0.439, blue: 0.078)
/* Android */
Color.parseColor("#337014")Accessibility — WCAG contrast
Aa
#337014 on white: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#337014 on black: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green43.9%
Blue7.8%
CMYK percentages
Cyan54.5%
Magenta0.0%
Yellow82.1%
Key (black)56.1%
Color previews
#337014 text on a black background
contrast 3.47:1
Card sample
#337014 text on a white background
contrast 6.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #337014;
Background color
Panel with #337014 background
background-color: #337014;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #337014;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 112, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 112, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #337014; background: linear-gradient(135deg, #337014, #147032);