#324913
a deep, vivid green · cool · closest name: seagreen
RGB
50, 73, 19
HSL
86°, 59%, 18%
CMYK
32, 0, 74, 71
Luminance
0.0549
Every format
| HEX | #324913 |
| RGB | rgb(50, 73, 19) |
| HSL | hsl(86, 59%, 18%) |
| CMYK | cmyk(32%, 0%, 74%, 71%) |
| LAB | lab(28.1 -18.8 28.3) |
| LCH | lch(28.1 34.0 123.6) |
| OKLCH | oklch(0.374 0.084 129.6) |
Copy-ready code
/* CSS */
color: #324913;
background-color: #324913;
/* Tailwind (arbitrary) */
class="text-[#324913] bg-[#324913]"
/* SCSS */
$brand: #324913;
/* SwiftUI */
Color(red: 0.196, green: 0.286, blue: 0.075)
/* Android */
Color.parseColor("#324913")Accessibility — WCAG contrast
Aa
#324913 on white: 10.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#324913 on black: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green28.6%
Blue7.5%
CMYK percentages
Cyan31.5%
Magenta0.0%
Yellow74.0%
Key (black)71.4%
Color previews
#324913 text on a black background
contrast 2.10:1
Card sample
#324913 text on a white background
contrast 10.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #324913;
Background color
Panel with #324913 background
background-color: #324913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #324913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 73, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 73, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #324913; background: linear-gradient(135deg, #324913, #134918);