#326310
a deep, vivid green · cool · closest name: olivedrab
RGB
50, 99, 16
HSL
95°, 72%, 23%
CMYK
50, 0, 84, 61
Luminance
0.0964
Every format
| HEX | #326310 |
| RGB | rgb(50, 99, 16) |
| HSL | hsl(95, 72%, 23%) |
| CMYK | cmyk(50%, 0%, 84%, 61%) |
| LAB | lab(37.2 -31.6 38.6) |
| LCH | lch(37.2 49.9 129.3) |
| OKLCH | oklch(0.448 0.123 135.9) |
Copy-ready code
/* CSS */
color: #326310;
background-color: #326310;
/* Tailwind (arbitrary) */
class="text-[#326310] bg-[#326310]"
/* SCSS */
$brand: #326310;
/* SwiftUI */
Color(red: 0.196, green: 0.388, blue: 0.063)
/* Android */
Color.parseColor("#326310")Accessibility — WCAG contrast
Aa
#326310 on white: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#326310 on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green38.8%
Blue6.3%
CMYK percentages
Cyan49.5%
Magenta0.0%
Yellow83.8%
Key (black)61.2%
Color previews
#326310 text on a black background
contrast 2.93:1
Card sample
#326310 text on a white background
contrast 7.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #326310;
Background color
Panel with #326310 background
background-color: #326310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #326310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 99, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 99, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #326310; background: linear-gradient(135deg, #326310, #106325);