#329708
a dark, electric green · cool · closest name: green
RGB
50, 151, 8
HSL
102°, 90%, 31%
CMYK
67, 0, 95, 41
Luminance
0.2283
Every format
| HEX | #329708 |
| RGB | rgb(50, 151, 8) |
| HSL | hsl(102, 90%, 31%) |
| CMYK | cmyk(67%, 0%, 95%, 41%) |
| LAB | lab(54.9 -51.8 55.9) |
| LCH | lch(54.9 76.2 132.9) |
| OKLCH | oklch(0.594 0.187 139.7) |
Copy-ready code
/* CSS */
color: #329708;
background-color: #329708;
/* Tailwind (arbitrary) */
class="text-[#329708] bg-[#329708]"
/* SCSS */
$brand: #329708;
/* SwiftUI */
Color(red: 0.196, green: 0.592, blue: 0.031)
/* Android */
Color.parseColor("#329708")Accessibility — WCAG contrast
Aa
#329708 on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#329708 on black: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green59.2%
Blue3.1%
CMYK percentages
Cyan66.9%
Magenta0.0%
Yellow94.7%
Key (black)40.8%
Color previews
#329708 text on a black background
contrast 5.57:1
Card sample
#329708 text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #329708;
Background color
Panel with #329708 background
background-color: #329708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #329708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 151, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 151, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #329708; background: linear-gradient(135deg, #329708, #08973D);