#326f13
a dark, vivid green · cool · closest name: forestgreen
RGB
50, 111, 19
HSL
100°, 71%, 26%
CMYK
55, 0, 83, 57
Luminance
0.1209
Every format
| HEX | #326f13 |
| RGB | rgb(50, 111, 19) |
| HSL | hsl(100, 71%, 26%) |
| CMYK | cmyk(55%, 0%, 83%, 57%) |
| LAB | lab(41.4 -36.5 41.5) |
| LCH | lch(41.4 55.3 131.3) |
| OKLCH | oklch(0.482 0.137 137.7) |
Copy-ready code
/* CSS */
color: #326f13;
background-color: #326f13;
/* Tailwind (arbitrary) */
class="text-[#326f13] bg-[#326f13]"
/* SCSS */
$brand: #326f13;
/* SwiftUI */
Color(red: 0.196, green: 0.435, blue: 0.075)
/* Android */
Color.parseColor("#326f13")Accessibility — WCAG contrast
Aa
#326f13 on white: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#326f13 on black: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green43.5%
Blue7.5%
CMYK percentages
Cyan55.0%
Magenta0.0%
Yellow82.9%
Key (black)56.5%
Color previews
#326f13 text on a black background
contrast 3.42:1
Card sample
#326f13 text on a white background
contrast 6.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #326f13;
Background color
Panel with #326f13 background
background-color: #326f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #326f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 111, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 111, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #326f13; background: linear-gradient(135deg, #326f13, #136F31);