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