#294821
a deep, soft green · cool · closest name: darkslategray
RGB
41, 72, 33
HSL
108°, 37%, 21%
CMYK
43, 0, 54, 72
Luminance
0.0522
Every format
| HEX | #294821 |
| RGB | rgb(41, 72, 33) |
| HSL | hsl(108, 37%, 21%) |
| CMYK | cmyk(43%, 0%, 54%, 72%) |
| LAB | lab(27.3 -20.4 19.8) |
| LCH | lch(27.3 28.4 135.9) |
| OKLCH | oklch(0.367 0.073 139.5) |
Copy-ready code
/* CSS */
color: #294821;
background-color: #294821;
/* Tailwind (arbitrary) */
class="text-[#294821] bg-[#294821]"
/* SCSS */
$brand: #294821;
/* SwiftUI */
Color(red: 0.161, green: 0.282, blue: 0.129)
/* Android */
Color.parseColor("#294821")Accessibility — WCAG contrast
Aa
#294821 on white: 10.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#294821 on black: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green28.2%
Blue12.9%
CMYK percentages
Cyan43.1%
Magenta0.0%
Yellow54.2%
Key (black)71.8%
Color previews
#294821 text on a black background
contrast 2.04:1
Card sample
#294821 text on a white background
contrast 10.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #294821;
Background color
Panel with #294821 background
background-color: #294821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #294821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 72, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 72, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #294821; background: linear-gradient(135deg, #294821, #214833);