#294714
a deep, vivid green · cool · closest name: seagreen
RGB
41, 71, 20
HSL
95°, 56%, 18%
CMYK
42, 0, 72, 72
Luminance
0.0503
Every format
| HEX | #294714 |
| RGB | rgb(41, 71, 20) |
| HSL | hsl(95, 56%, 18%) |
| CMYK | cmyk(42%, 0%, 72%, 72%) |
| LAB | lab(26.8 -21.5 26.3) |
| LCH | lch(26.8 34.0 129.3) |
| OKLCH | oklch(0.362 0.085 134.7) |
Copy-ready code
/* CSS */
color: #294714;
background-color: #294714;
/* Tailwind (arbitrary) */
class="text-[#294714] bg-[#294714]"
/* SCSS */
$brand: #294714;
/* SwiftUI */
Color(red: 0.161, green: 0.278, blue: 0.078)
/* Android */
Color.parseColor("#294714")Accessibility — WCAG contrast
Aa
#294714 on white: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#294714 on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green27.8%
Blue7.8%
CMYK percentages
Cyan42.3%
Magenta0.0%
Yellow71.8%
Key (black)72.2%
Color previews
#294714 text on a black background
contrast 2.01:1
Card sample
#294714 text on a white background
contrast 10.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #294714;
Background color
Panel with #294714 background
background-color: #294714;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #294714;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 71, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 71, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #294714; background: linear-gradient(135deg, #294714, #144721);