#337613
a dark, vivid green · cool · closest name: forestgreen
RGB
51, 118, 19
HSL
101°, 72%, 27%
CMYK
57, 0, 84, 54
Luminance
0.1371
Every format
| HEX | #337613 |
| RGB | rgb(51, 118, 19) |
| HSL | hsl(101, 72%, 27%) |
| CMYK | cmyk(57%, 0%, 84%, 54%) |
| LAB | lab(43.8 -39.0 43.8) |
| LCH | lch(43.8 58.7 131.7) |
| OKLCH | oklch(0.503 0.145 138.1) |
Copy-ready code
/* CSS */
color: #337613;
background-color: #337613;
/* Tailwind (arbitrary) */
class="text-[#337613] bg-[#337613]"
/* SCSS */
$brand: #337613;
/* SwiftUI */
Color(red: 0.200, green: 0.463, blue: 0.075)
/* Android */
Color.parseColor("#337613")Accessibility — WCAG contrast
Aa
#337613 on white: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#337613 on black: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green46.3%
Blue7.5%
CMYK percentages
Cyan56.8%
Magenta0.0%
Yellow83.9%
Key (black)53.7%
Color previews
#337613 text on a black background
contrast 3.74:1
Card sample
#337613 text on a white background
contrast 5.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #337613;
Background color
Panel with #337613 background
background-color: #337613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #337613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 118, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 118, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #337613; background: linear-gradient(135deg, #337613, #137635);