#338921
a dark, vivid green · cool · closest name: forestgreen
RGB
51, 137, 33
HSL
110°, 61%, 33%
CMYK
63, 0, 76, 46
Luminance
0.1870
Every format
| HEX | #338921 |
| RGB | rgb(51, 137, 33) |
| HSL | hsl(110, 61%, 33%) |
| CMYK | cmyk(63%, 0%, 76%, 46%) |
| LAB | lab(50.3 -45.4 45.3) |
| LCH | lch(50.3 64.1 135.1) |
| OKLCH | oklch(0.557 0.161 140.6) |
Copy-ready code
/* CSS */
color: #338921;
background-color: #338921;
/* Tailwind (arbitrary) */
class="text-[#338921] bg-[#338921]"
/* SCSS */
$brand: #338921;
/* SwiftUI */
Color(red: 0.200, green: 0.537, blue: 0.129)
/* Android */
Color.parseColor("#338921")Accessibility — WCAG contrast
Aa
#338921 on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#338921 on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green53.7%
Blue12.9%
CMYK percentages
Cyan62.8%
Magenta0.0%
Yellow75.9%
Key (black)46.3%
Color previews
#338921 text on a black background
contrast 4.74:1
Card sample
#338921 text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #338921;
Background color
Panel with #338921 background
background-color: #338921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #338921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 137, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 137, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #338921; background: linear-gradient(135deg, #338921, #218954);