#327310
a dark, electric green · cool · closest name: forestgreen
RGB
50, 115, 16
HSL
99°, 76%, 26%
CMYK
57, 0, 86, 55
Luminance
0.1298
Every format
| HEX | #327310 |
| RGB | rgb(50, 115, 16) |
| HSL | hsl(99, 76%, 26%) |
| CMYK | cmyk(57%, 0%, 86%, 55%) |
| LAB | lab(42.7 -38.3 43.7) |
| LCH | lch(42.7 58.1 131.2) |
| OKLCH | oklch(0.494 0.143 137.8) |
Copy-ready code
/* CSS */
color: #327310;
background-color: #327310;
/* Tailwind (arbitrary) */
class="text-[#327310] bg-[#327310]"
/* SCSS */
$brand: #327310;
/* SwiftUI */
Color(red: 0.196, green: 0.451, blue: 0.063)
/* Android */
Color.parseColor("#327310")Accessibility — WCAG contrast
Aa
#327310 on white: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#327310 on black: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green45.1%
Blue6.3%
CMYK percentages
Cyan56.5%
Magenta0.0%
Yellow86.1%
Key (black)54.9%
Color previews
#327310 text on a black background
contrast 3.60:1
Card sample
#327310 text on a white background
contrast 5.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #327310;
Background color
Panel with #327310 background
background-color: #327310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #327310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 115, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 115, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #327310; background: linear-gradient(135deg, #327310, #107330);