#294021
a deep, soft green · cool · closest name: darkslategray
RGB
41, 64, 33
HSL
105°, 32%, 19%
CMYK
36, 0, 48, 75
Luminance
0.0425
Every format
| HEX | #294021 |
| RGB | rgb(41, 64, 33) |
| HSL | hsl(105, 32%, 19%) |
| CMYK | cmyk(36%, 0%, 48%, 75%) |
| LAB | lab(24.5 -16.1 16.2) |
| LCH | lch(24.5 22.8 134.8) |
| OKLCH | oklch(0.343 0.059 138.0) |
Copy-ready code
/* CSS */
color: #294021;
background-color: #294021;
/* Tailwind (arbitrary) */
class="text-[#294021] bg-[#294021]"
/* SCSS */
$brand: #294021;
/* SwiftUI */
Color(red: 0.161, green: 0.251, blue: 0.129)
/* Android */
Color.parseColor("#294021")Accessibility — WCAG contrast
Aa
#294021 on white: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#294021 on black: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green25.1%
Blue12.9%
CMYK percentages
Cyan35.9%
Magenta0.0%
Yellow48.4%
Key (black)74.9%
Color previews
#294021 text on a black background
contrast 1.85:1
Card sample
#294021 text on a white background
contrast 11.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #294021;
Background color
Panel with #294021 background
background-color: #294021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #294021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 64, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 64, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #294021; background: linear-gradient(135deg, #294021, #21402E);