#293508
a deep, vivid green · cool · closest name: darkslategray
RGB
41, 53, 8
HSL
76°, 74%, 12%
CMYK
23, 0, 85, 79
Luminance
0.0304
Every format
| HEX | #293508 |
| RGB | rgb(41, 53, 8) |
| HSL | hsl(76, 74%, 12%) |
| CMYK | cmyk(23%, 0%, 85%, 79%) |
| LAB | lab(20.2 -12.8 24.8) |
| LCH | lch(20.2 27.9 117.3) |
| OKLCH | oklch(0.308 0.068 123.5) |
Copy-ready code
/* CSS */
color: #293508;
background-color: #293508;
/* Tailwind (arbitrary) */
class="text-[#293508] bg-[#293508]"
/* SCSS */
$brand: #293508;
/* SwiftUI */
Color(red: 0.161, green: 0.208, blue: 0.031)
/* Android */
Color.parseColor("#293508")Accessibility — WCAG contrast
Aa
#293508 on white: 13.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#293508 on black: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green20.8%
Blue3.1%
CMYK percentages
Cyan22.6%
Magenta0.0%
Yellow84.9%
Key (black)79.2%
Color previews
#293508 text on a black background
contrast 1.61:1
Card sample
#293508 text on a white background
contrast 13.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #293508;
Background color
Panel with #293508 background
background-color: #293508;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #293508;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 53, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 53, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #293508; background: linear-gradient(135deg, #293508, #0B3508);