#293014
a deep, soft green · cool · closest name: darkslategray
RGB
41, 48, 20
HSL
75°, 41%, 13%
CMYK
15, 0, 58, 81
Luminance
0.0264
Every format
| HEX | #293014 |
| RGB | rgb(41, 48, 20) |
| HSL | hsl(75, 41%, 13%) |
| CMYK | cmyk(15%, 0%, 58%, 81%) |
| LAB | lab(18.5 -8.6 16.8) |
| LCH | lch(18.5 18.9 116.9) |
| OKLCH | oklch(0.295 0.047 120.9) |
Copy-ready code
/* CSS */
color: #293014;
background-color: #293014;
/* Tailwind (arbitrary) */
class="text-[#293014] bg-[#293014]"
/* SCSS */
$brand: #293014;
/* SwiftUI */
Color(red: 0.161, green: 0.188, blue: 0.078)
/* Android */
Color.parseColor("#293014")Accessibility — WCAG contrast
Aa
#293014 on white: 13.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#293014 on black: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green18.8%
Blue7.8%
CMYK percentages
Cyan14.6%
Magenta0.0%
Yellow58.3%
Key (black)81.2%
Color previews
#293014 text on a black background
contrast 1.53:1
Card sample
#293014 text on a white background
contrast 13.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #293014;
Background color
Panel with #293014 background
background-color: #293014;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #293014;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 48, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 48, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #293014; background: linear-gradient(135deg, #293014, #163014);