#338521
a dark, vivid green · cool · closest name: forestgreen
RGB
51, 133, 33
HSL
109°, 60%, 33%
CMYK
62, 0, 75, 48
Luminance
0.1759
Every format
| HEX | #338521 |
| RGB | rgb(51, 133, 33) |
| HSL | hsl(109, 60%, 33%) |
| CMYK | cmyk(62%, 0%, 75%, 48%) |
| LAB | lab(49.0 -43.9 43.9) |
| LCH | lch(49.0 62.1 135.0) |
| OKLCH | oklch(0.546 0.156 140.5) |
Copy-ready code
/* CSS */
color: #338521;
background-color: #338521;
/* Tailwind (arbitrary) */
class="text-[#338521] bg-[#338521]"
/* SCSS */
$brand: #338521;
/* SwiftUI */
Color(red: 0.200, green: 0.522, blue: 0.129)
/* Android */
Color.parseColor("#338521")Accessibility — WCAG contrast
Aa
#338521 on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#338521 on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green52.2%
Blue12.9%
CMYK percentages
Cyan61.7%
Magenta0.0%
Yellow75.2%
Key (black)47.8%
Color previews
#338521 text on a black background
contrast 4.52:1
Card sample
#338521 text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #338521;
Background color
Panel with #338521 background
background-color: #338521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #338521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 133, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 133, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #338521; background: linear-gradient(135deg, #338521, #218552);