#294621
a deep, soft green · cool · closest name: darkslategray
RGB
41, 70, 33
HSL
107°, 36%, 20%
CMYK
41, 0, 53, 73
Luminance
0.0496
Every format
| HEX | #294621 |
| RGB | rgb(41, 70, 33) |
| HSL | hsl(107, 36%, 20%) |
| CMYK | cmyk(41%, 0%, 53%, 73%) |
| LAB | lab(26.6 -19.3 18.9) |
| LCH | lch(26.6 27.0 135.7) |
| OKLCH | oklch(0.361 0.070 139.2) |
Copy-ready code
/* CSS */
color: #294621;
background-color: #294621;
/* Tailwind (arbitrary) */
class="text-[#294621] bg-[#294621]"
/* SCSS */
$brand: #294621;
/* SwiftUI */
Color(red: 0.161, green: 0.275, blue: 0.129)
/* Android */
Color.parseColor("#294621")Accessibility — WCAG contrast
Aa
#294621 on white: 10.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#294621 on black: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green27.5%
Blue12.9%
CMYK percentages
Cyan41.4%
Magenta0.0%
Yellow52.9%
Key (black)72.5%
Color previews
#294621 text on a black background
contrast 1.99:1
Card sample
#294621 text on a white background
contrast 10.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #294621;
Background color
Panel with #294621 background
background-color: #294621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #294621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 70, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 70, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #294621; background: linear-gradient(135deg, #294621, #214632);