#294321
a deep, soft green · cool · closest name: darkslategray
RGB
41, 67, 33
HSL
106°, 34%, 20%
CMYK
39, 0, 51, 74
Luminance
0.0460
Every format
| HEX | #294321 |
| RGB | rgb(41, 67, 33) |
| HSL | hsl(106, 34%, 20%) |
| CMYK | cmyk(39%, 0%, 51%, 74%) |
| LAB | lab(25.6 -17.7 17.5) |
| LCH | lch(25.6 24.9 135.3) |
| OKLCH | oklch(0.352 0.065 138.6) |
Copy-ready code
/* CSS */
color: #294321;
background-color: #294321;
/* Tailwind (arbitrary) */
class="text-[#294321] bg-[#294321]"
/* SCSS */
$brand: #294321;
/* SwiftUI */
Color(red: 0.161, green: 0.263, blue: 0.129)
/* Android */
Color.parseColor("#294321")Accessibility — WCAG contrast
Aa
#294321 on white: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#294321 on black: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green26.3%
Blue12.9%
CMYK percentages
Cyan38.8%
Magenta0.0%
Yellow50.7%
Key (black)73.7%
Color previews
#294321 text on a black background
contrast 1.92:1
Card sample
#294321 text on a white background
contrast 10.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #294321;
Background color
Panel with #294321 background
background-color: #294321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #294321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 67, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 67, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #294321; background: linear-gradient(135deg, #294321, #214330);