#294513
a deep, vivid green · cool · closest name: darkslategray
RGB
41, 69, 19
HSL
94°, 57%, 17%
CMYK
41, 0, 73, 73
Luminance
0.0477
Every format
| HEX | #294513 |
| RGB | rgb(41, 69, 19) |
| HSL | hsl(94, 57%, 17%) |
| CMYK | cmyk(41%, 0%, 73%, 73%) |
| LAB | lab(26.1 -20.6 26.0) |
| LCH | lch(26.1 33.2 128.4) |
| OKLCH | oklch(0.356 0.083 133.9) |
Copy-ready code
/* CSS */
color: #294513;
background-color: #294513;
/* Tailwind (arbitrary) */
class="text-[#294513] bg-[#294513]"
/* SCSS */
$brand: #294513;
/* SwiftUI */
Color(red: 0.161, green: 0.271, blue: 0.075)
/* Android */
Color.parseColor("#294513")Accessibility — WCAG contrast
Aa
#294513 on white: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#294513 on black: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green27.1%
Blue7.5%
CMYK percentages
Cyan40.6%
Magenta0.0%
Yellow72.5%
Key (black)72.9%
Color previews
#294513 text on a black background
contrast 1.95:1
Card sample
#294513 text on a white background
contrast 10.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #294513;
Background color
Panel with #294513 background
background-color: #294513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #294513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 69, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 69, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #294513; background: linear-gradient(135deg, #294513, #13451E);