#329613
a dark, electric green · cool · closest name: green
RGB
50, 150, 19
HSL
106°, 78%, 33%
CMYK
67, 0, 87, 41
Luminance
0.2254
Every format
| HEX | #329613 |
| RGB | rgb(50, 150, 19) |
| HSL | hsl(106, 78%, 33%) |
| CMYK | cmyk(67%, 0%, 87%, 41%) |
| LAB | lab(54.6 -51.1 53.5) |
| LCH | lch(54.6 74.0 133.7) |
| OKLCH | oklch(0.592 0.183 140.1) |
Copy-ready code
/* CSS */
color: #329613;
background-color: #329613;
/* Tailwind (arbitrary) */
class="text-[#329613] bg-[#329613]"
/* SCSS */
$brand: #329613;
/* SwiftUI */
Color(red: 0.196, green: 0.588, blue: 0.075)
/* Android */
Color.parseColor("#329613")Accessibility — WCAG contrast
Aa
#329613 on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#329613 on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green58.8%
Blue7.5%
CMYK percentages
Cyan66.7%
Magenta0.0%
Yellow87.3%
Key (black)41.2%
Color previews
#329613 text on a black background
contrast 5.51:1
Card sample
#329613 text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #329613;
Background color
Panel with #329613 background
background-color: #329613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #329613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 150, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 150, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #329613; background: linear-gradient(135deg, #329613, #13964B);