#293314
a deep, soft green · cool · closest name: darkslategray
RGB
41, 51, 20
HSL
79°, 44%, 14%
CMYK
20, 0, 61, 80
Luminance
0.0289
Every format
| HEX | #293314 |
| RGB | rgb(41, 51, 20) |
| HSL | hsl(79, 44%, 14%) |
| CMYK | cmyk(20%, 0%, 61%, 80%) |
| LAB | lab(19.6 -10.4 18.1) |
| LCH | lch(19.6 20.9 119.9) |
| OKLCH | oklch(0.303 0.052 124.2) |
Copy-ready code
/* CSS */
color: #293314;
background-color: #293314;
/* Tailwind (arbitrary) */
class="text-[#293314] bg-[#293314]"
/* SCSS */
$brand: #293314;
/* SwiftUI */
Color(red: 0.161, green: 0.200, blue: 0.078)
/* Android */
Color.parseColor("#293314")Accessibility — WCAG contrast
Aa
#293314 on white: 13.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#293314 on black: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green20.0%
Blue7.8%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow60.8%
Key (black)80.0%
Color previews
#293314 text on a black background
contrast 1.58:1
Card sample
#293314 text on a white background
contrast 13.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #293314;
Background color
Panel with #293314 background
background-color: #293314;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #293314;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 51, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 51, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #293314; background: linear-gradient(135deg, #293314, #143314);