#337621
a dark, vivid green · cool · closest name: forestgreen
RGB
51, 118, 33
HSL
107°, 56%, 30%
CMYK
57, 0, 72, 54
Luminance
0.1377
Every format
| HEX | #337621 |
| RGB | rgb(51, 118, 33) |
| HSL | hsl(107, 56%, 30%) |
| CMYK | cmyk(57%, 0%, 72%, 54%) |
| LAB | lab(43.9 -38.0 38.7) |
| LCH | lch(43.9 54.2 134.5) |
| OKLCH | oklch(0.504 0.137 139.8) |
Copy-ready code
/* CSS */
color: #337621;
background-color: #337621;
/* Tailwind (arbitrary) */
class="text-[#337621] bg-[#337621]"
/* SCSS */
$brand: #337621;
/* SwiftUI */
Color(red: 0.200, green: 0.463, blue: 0.129)
/* Android */
Color.parseColor("#337621")Accessibility — WCAG contrast
Aa
#337621 on white: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#337621 on black: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green46.3%
Blue12.9%
CMYK percentages
Cyan56.8%
Magenta0.0%
Yellow72.0%
Key (black)53.7%
Color previews
#337621 text on a black background
contrast 3.75:1
Card sample
#337621 text on a white background
contrast 5.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #337621;
Background color
Panel with #337621 background
background-color: #337621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #337621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 118, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 118, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #337621; background: linear-gradient(135deg, #337621, #217648);