#324521
a deep, soft green · cool · closest name: darkslategray
RGB
50, 69, 33
HSL
92°, 35%, 20%
CMYK
28, 0, 52, 73
Luminance
0.0504
Every format
| HEX | #324521 |
| RGB | rgb(50, 69, 33) |
| HSL | hsl(92, 35%, 20%) |
| CMYK | cmyk(28%, 0%, 52%, 73%) |
| LAB | lab(26.9 -15.0 19.3) |
| LCH | lch(26.9 24.4 127.9) |
| OKLCH | oklch(0.364 0.062 131.7) |
Copy-ready code
/* CSS */
color: #324521;
background-color: #324521;
/* Tailwind (arbitrary) */
class="text-[#324521] bg-[#324521]"
/* SCSS */
$brand: #324521;
/* SwiftUI */
Color(red: 0.196, green: 0.271, blue: 0.129)
/* Android */
Color.parseColor("#324521")Accessibility — WCAG contrast
Aa
#324521 on white: 10.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#324521 on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green27.1%
Blue12.9%
CMYK percentages
Cyan27.5%
Magenta0.0%
Yellow52.2%
Key (black)72.9%
Color previews
#324521 text on a black background
contrast 2.01:1
Card sample
#324521 text on a white background
contrast 10.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #324521;
Background color
Panel with #324521 background
background-color: #324521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #324521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 69, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 69, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #324521; background: linear-gradient(135deg, #324521, #214528);