#324821
a deep, soft green · cool · closest name: darkslategray
RGB
50, 72, 33
HSL
94°, 37%, 21%
CMYK
31, 0, 54, 72
Luminance
0.0542
Every format
| HEX | #324821 |
| RGB | rgb(50, 72, 33) |
| HSL | hsl(94, 37%, 21%) |
| CMYK | cmyk(31%, 0%, 54%, 72%) |
| LAB | lab(27.9 -16.7 20.6) |
| LCH | lch(27.9 26.5 129.0) |
| OKLCH | oklch(0.373 0.068 133.0) |
Copy-ready code
/* CSS */
color: #324821;
background-color: #324821;
/* Tailwind (arbitrary) */
class="text-[#324821] bg-[#324821]"
/* SCSS */
$brand: #324821;
/* SwiftUI */
Color(red: 0.196, green: 0.282, blue: 0.129)
/* Android */
Color.parseColor("#324821")Accessibility — WCAG contrast
Aa
#324821 on white: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#324821 on black: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green28.2%
Blue12.9%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow54.2%
Key (black)71.8%
Color previews
#324821 text on a black background
contrast 2.08:1
Card sample
#324821 text on a white background
contrast 10.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #324821;
Background color
Panel with #324821 background
background-color: #324821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #324821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 72, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 72, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #324821; background: linear-gradient(135deg, #324821, #21482A);