#293d0f
a deep, vivid green · cool · closest name: darkslategray
RGB
41, 61, 15
HSL
86°, 61%, 15%
CMYK
33, 0, 75, 76
Luminance
0.0384
Every format
| HEX | #293d0f |
| RGB | rgb(41, 61, 15) |
| HSL | hsl(86, 61%, 15%) |
| CMYK | cmyk(33%, 0%, 75%, 76%) |
| LAB | lab(23.1 -16.8 24.9) |
| LCH | lch(23.1 30.0 123.9) |
| OKLCH | oklch(0.332 0.074 129.8) |
Copy-ready code
/* CSS */
color: #293d0f;
background-color: #293d0f;
/* Tailwind (arbitrary) */
class="text-[#293d0f] bg-[#293d0f]"
/* SCSS */
$brand: #293d0f;
/* SwiftUI */
Color(red: 0.161, green: 0.239, blue: 0.059)
/* Android */
Color.parseColor("#293d0f")Accessibility — WCAG contrast
Aa
#293d0f on white: 11.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#293d0f on black: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green23.9%
Blue5.9%
CMYK percentages
Cyan32.8%
Magenta0.0%
Yellow75.4%
Key (black)76.1%
Color previews
#293d0f text on a black background
contrast 1.77:1
Card sample
#293d0f text on a white background
contrast 11.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #293d0f;
Background color
Panel with #293d0f background
background-color: #293d0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #293d0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 61, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 61, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #293d0f; background: linear-gradient(135deg, #293d0f, #0F3D14);