#293c16
a deep, vivid green · cool · closest name: darkslategray
RGB
41, 60, 22
HSL
90°, 46%, 16%
CMYK
32, 0, 63, 77
Luminance
0.0376
Every format
| HEX | #293c16 |
| RGB | rgb(41, 60, 22) |
| HSL | hsl(90, 46%, 16%) |
| CMYK | cmyk(32%, 0%, 63%, 77%) |
| LAB | lab(22.9 -15.4 20.8) |
| LCH | lch(22.9 25.9 126.6) |
| OKLCH | oklch(0.330 0.065 131.3) |
Copy-ready code
/* CSS */
color: #293c16;
background-color: #293c16;
/* Tailwind (arbitrary) */
class="text-[#293c16] bg-[#293c16]"
/* SCSS */
$brand: #293c16;
/* SwiftUI */
Color(red: 0.161, green: 0.235, blue: 0.086)
/* Android */
Color.parseColor("#293c16")Accessibility — WCAG contrast
Aa
#293c16 on white: 11.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#293c16 on black: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green23.5%
Blue8.6%
CMYK percentages
Cyan31.7%
Magenta0.0%
Yellow63.3%
Key (black)76.5%
Color previews
#293c16 text on a black background
contrast 1.75:1
Card sample
#293c16 text on a white background
contrast 11.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #293c16;
Background color
Panel with #293c16 background
background-color: #293c16;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #293c16;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 60, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 60, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #293c16; background: linear-gradient(135deg, #293c16, #163C1C);