#324708
a deep, electric green · cool · closest name: olivedrab
RGB
50, 71, 8
HSL
80°, 80%, 16%
CMYK
30, 0, 89, 72
Luminance
0.0520
Every format
| HEX | #324708 |
| RGB | rgb(50, 71, 8) |
| HSL | hsl(80, 80%, 16%) |
| CMYK | cmyk(30%, 0%, 89%, 72%) |
| LAB | lab(27.3 -18.5 32.2) |
| LCH | lch(27.3 37.1 119.9) |
| OKLCH | oklch(0.367 0.089 127.2) |
Copy-ready code
/* CSS */
color: #324708;
background-color: #324708;
/* Tailwind (arbitrary) */
class="text-[#324708] bg-[#324708]"
/* SCSS */
$brand: #324708;
/* SwiftUI */
Color(red: 0.196, green: 0.278, blue: 0.031)
/* Android */
Color.parseColor("#324708")Accessibility — WCAG contrast
Aa
#324708 on white: 10.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#324708 on black: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green27.8%
Blue3.1%
CMYK percentages
Cyan29.6%
Magenta0.0%
Yellow88.7%
Key (black)72.2%
Color previews
#324708 text on a black background
contrast 2.04:1
Card sample
#324708 text on a white background
contrast 10.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #324708;
Background color
Panel with #324708 background
background-color: #324708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #324708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 71, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 71, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #324708; background: linear-gradient(135deg, #324708, #084708);