#294708
a deep, electric green · cool · closest name: seagreen
RGB
41, 71, 8
HSL
89°, 80%, 16%
CMYK
42, 0, 89, 72
Luminance
0.0500
Every format
| HEX | #294708 |
| RGB | rgb(41, 71, 8) |
| HSL | hsl(89, 80%, 16%) |
| CMYK | cmyk(42%, 0%, 89%, 72%) |
| LAB | lab(26.7 -22.5 31.4) |
| LCH | lch(26.7 38.6 125.6) |
| OKLCH | oklch(0.361 0.094 132.5) |
Copy-ready code
/* CSS */
color: #294708;
background-color: #294708;
/* Tailwind (arbitrary) */
class="text-[#294708] bg-[#294708]"
/* SCSS */
$brand: #294708;
/* SwiftUI */
Color(red: 0.161, green: 0.278, blue: 0.031)
/* Android */
Color.parseColor("#294708")Accessibility — WCAG contrast
Aa
#294708 on white: 10.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#294708 on black: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green27.8%
Blue3.1%
CMYK percentages
Cyan42.3%
Magenta0.0%
Yellow88.7%
Key (black)72.2%
Color previews
#294708 text on a black background
contrast 2.00:1
Card sample
#294708 text on a white background
contrast 10.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #294708;
Background color
Panel with #294708 background
background-color: #294708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #294708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 71, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 71, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #294708; background: linear-gradient(135deg, #294708, #084711);