#294b14
a deep, vivid green · cool · closest name: seagreen
RGB
41, 75, 20
HSL
97°, 58%, 19%
CMYK
45, 0, 73, 71
Luminance
0.0555
Every format
| HEX | #294b14 |
| RGB | rgb(41, 75, 20) |
| HSL | hsl(97, 58%, 19%) |
| CMYK | cmyk(45%, 0%, 73%, 71%) |
| LAB | lab(28.3 -23.5 27.9) |
| LCH | lch(28.3 36.5 130.2) |
| OKLCH | oklch(0.374 0.091 135.7) |
Copy-ready code
/* CSS */
color: #294b14;
background-color: #294b14;
/* Tailwind (arbitrary) */
class="text-[#294b14] bg-[#294b14]"
/* SCSS */
$brand: #294b14;
/* SwiftUI */
Color(red: 0.161, green: 0.294, blue: 0.078)
/* Android */
Color.parseColor("#294b14")Accessibility — WCAG contrast
Aa
#294b14 on white: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#294b14 on black: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green29.4%
Blue7.8%
CMYK percentages
Cyan45.3%
Magenta0.0%
Yellow73.3%
Key (black)70.6%
Color previews
#294b14 text on a black background
contrast 2.11:1
Card sample
#294b14 text on a white background
contrast 9.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #294b14;
Background color
Panel with #294b14 background
background-color: #294b14;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #294b14;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 75, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 75, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #294b14; background: linear-gradient(135deg, #294b14, #144B24);