#293621
a deep, soft green · cool · closest name: darkslategray
RGB
41, 54, 33
HSL
97°, 24%, 17%
CMYK
24, 0, 39, 79
Luminance
0.0322
Every format
| HEX | #293621 |
| RGB | rgb(41, 54, 33) |
| HSL | hsl(97, 24%, 17%) |
| CMYK | cmyk(24%, 0%, 39%, 79%) |
| LAB | lab(20.9 -10.2 11.5) |
| LCH | lch(20.9 15.4 131.6) |
| OKLCH | oklch(0.315 0.040 134.1) |
Copy-ready code
/* CSS */
color: #293621;
background-color: #293621;
/* Tailwind (arbitrary) */
class="text-[#293621] bg-[#293621]"
/* SCSS */
$brand: #293621;
/* SwiftUI */
Color(red: 0.161, green: 0.212, blue: 0.129)
/* Android */
Color.parseColor("#293621")Accessibility — WCAG contrast
Aa
#293621 on white: 12.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#293621 on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green21.2%
Blue12.9%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow38.9%
Key (black)78.8%
Color previews
#293621 text on a black background
contrast 1.64:1
Card sample
#293621 text on a white background
contrast 12.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #293621;
Background color
Panel with #293621 background
background-color: #293621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #293621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 54, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 54, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #293621; background: linear-gradient(135deg, #293621, #213627);