#338822
a dark, vivid green · cool · closest name: forestgreen
RGB
51, 136, 34
HSL
110°, 60%, 33%
CMYK
63, 0, 75, 47
Luminance
0.1843
Every format
| HEX | #338822 |
| RGB | rgb(51, 136, 34) |
| HSL | hsl(110, 60%, 33%) |
| CMYK | cmyk(63%, 0%, 75%, 47%) |
| LAB | lab(50.0 -44.9 44.6) |
| LCH | lch(50.0 63.3 135.2) |
| OKLCH | oklch(0.554 0.159 140.7) |
Copy-ready code
/* CSS */
color: #338822;
background-color: #338822;
/* Tailwind (arbitrary) */
class="text-[#338822] bg-[#338822]"
/* SCSS */
$brand: #338822;
/* SwiftUI */
Color(red: 0.200, green: 0.533, blue: 0.133)
/* Android */
Color.parseColor("#338822")Accessibility — WCAG contrast
Aa
#338822 on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#338822 on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green53.3%
Blue13.3%
CMYK percentages
Cyan62.5%
Magenta0.0%
Yellow75.0%
Key (black)46.7%
Color previews
#338822 text on a black background
contrast 4.69:1
Card sample
#338822 text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #338822;
Background color
Panel with #338822 background
background-color: #338822;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #338822;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 136, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 136, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #338822; background: linear-gradient(135deg, #338822, #228855);