#324421
a deep, soft green · cool · closest name: darkslategray
RGB
50, 68, 33
HSL
91°, 35%, 20%
CMYK
27, 0, 52, 73
Luminance
0.0492
Every format
| HEX | #324421 |
| RGB | rgb(50, 68, 33) |
| HSL | hsl(91, 35%, 20%) |
| CMYK | cmyk(27%, 0%, 52%, 73%) |
| LAB | lab(26.5 -14.4 18.9) |
| LCH | lch(26.5 23.8 127.4) |
| OKLCH | oklch(0.361 0.061 131.2) |
Copy-ready code
/* CSS */
color: #324421;
background-color: #324421;
/* Tailwind (arbitrary) */
class="text-[#324421] bg-[#324421]"
/* SCSS */
$brand: #324421;
/* SwiftUI */
Color(red: 0.196, green: 0.267, blue: 0.129)
/* Android */
Color.parseColor("#324421")Accessibility — WCAG contrast
Aa
#324421 on white: 10.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#324421 on black: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green26.7%
Blue12.9%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow51.5%
Key (black)73.3%
Color previews
#324421 text on a black background
contrast 1.98:1
Card sample
#324421 text on a white background
contrast 10.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #324421;
Background color
Panel with #324421 background
background-color: #324421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #324421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 68, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 68, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #324421; background: linear-gradient(135deg, #324421, #214427);