#326413
a deep, vivid green · cool · closest name: olivedrab
RGB
50, 100, 19
HSL
97°, 68%, 23%
CMYK
50, 0, 81, 61
Luminance
0.0984
Every format
| HEX | #326413 |
| RGB | rgb(50, 100, 19) |
| HSL | hsl(97, 68%, 23%) |
| CMYK | cmyk(50%, 0%, 81%, 61%) |
| LAB | lab(37.5 -31.9 37.9) |
| LCH | lch(37.5 49.5 130.1) |
| OKLCH | oklch(0.451 0.122 136.4) |
Copy-ready code
/* CSS */
color: #326413;
background-color: #326413;
/* Tailwind (arbitrary) */
class="text-[#326413] bg-[#326413]"
/* SCSS */
$brand: #326413;
/* SwiftUI */
Color(red: 0.196, green: 0.392, blue: 0.075)
/* Android */
Color.parseColor("#326413")Accessibility — WCAG contrast
Aa
#326413 on white: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#326413 on black: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green39.2%
Blue7.5%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow81.0%
Key (black)60.8%
Color previews
#326413 text on a black background
contrast 2.97:1
Card sample
#326413 text on a white background
contrast 7.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #326413;
Background color
Panel with #326413 background
background-color: #326413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #326413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 100, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 100, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #326413; background: linear-gradient(135deg, #326413, #13642A);