#328607
a dark, electric green · cool · closest name: green
RGB
50, 134, 7
HSL
100°, 90%, 28%
CMYK
63, 0, 95, 48
Luminance
0.1774
Every format
| HEX | #328607 |
| RGB | rgb(50, 134, 7) |
| HSL | hsl(100, 90%, 28%) |
| CMYK | cmyk(63%, 0%, 95%, 48%) |
| LAB | lab(49.2 -45.9 51.3) |
| LCH | lch(49.2 68.8 131.8) |
| OKLCH | oklch(0.547 0.169 138.8) |
Copy-ready code
/* CSS */
color: #328607;
background-color: #328607;
/* Tailwind (arbitrary) */
class="text-[#328607] bg-[#328607]"
/* SCSS */
$brand: #328607;
/* SwiftUI */
Color(red: 0.196, green: 0.525, blue: 0.027)
/* Android */
Color.parseColor("#328607")Accessibility — WCAG contrast
Aa
#328607 on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#328607 on black: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green52.5%
Blue2.7%
CMYK percentages
Cyan62.7%
Magenta0.0%
Yellow94.8%
Key (black)47.5%
Color previews
#328607 text on a black background
contrast 4.55:1
Card sample
#328607 text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #328607;
Background color
Panel with #328607 background
background-color: #328607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #328607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 134, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 134, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #328607; background: linear-gradient(135deg, #328607, #078631);