#325607
a deep, electric green · cool · closest name: olivedrab
RGB
50, 86, 7
HSL
87°, 85%, 18%
CMYK
42, 0, 92, 66
Luminance
0.0735
Every format
| HEX | #325607 |
| RGB | rgb(50, 86, 7) |
| HSL | hsl(87, 85%, 18%) |
| CMYK | cmyk(42%, 0%, 92%, 66%) |
| LAB | lab(32.6 -26.1 37.2) |
| LCH | lch(32.6 45.5 125.1) |
| OKLCH | oklch(0.410 0.110 132.4) |
Copy-ready code
/* CSS */
color: #325607;
background-color: #325607;
/* Tailwind (arbitrary) */
class="text-[#325607] bg-[#325607]"
/* SCSS */
$brand: #325607;
/* SwiftUI */
Color(red: 0.196, green: 0.337, blue: 0.027)
/* Android */
Color.parseColor("#325607")Accessibility — WCAG contrast
Aa
#325607 on white: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#325607 on black: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green33.7%
Blue2.7%
CMYK percentages
Cyan41.9%
Magenta0.0%
Yellow91.9%
Key (black)66.3%
Color previews
#325607 text on a black background
contrast 2.47:1
Card sample
#325607 text on a white background
contrast 8.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #325607;
Background color
Panel with #325607 background
background-color: #325607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #325607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 86, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 86, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #325607; background: linear-gradient(135deg, #325607, #075611);