#297821
a dark, vivid green · cool · closest name: forestgreen
RGB
41, 120, 33
HSL
115°, 57%, 30%
CMYK
66, 0, 73, 53
Luminance
0.1401
Every format
| HEX | #297821 |
| RGB | rgb(41, 120, 33) |
| HSL | hsl(115, 57%, 30%) |
| CMYK | cmyk(66%, 0%, 73%, 53%) |
| LAB | lab(44.3 -41.5 39.0) |
| LCH | lch(44.3 56.9 136.8) |
| OKLCH | oklch(0.506 0.144 141.8) |
Copy-ready code
/* CSS */
color: #297821;
background-color: #297821;
/* Tailwind (arbitrary) */
class="text-[#297821] bg-[#297821]"
/* SCSS */
$brand: #297821;
/* SwiftUI */
Color(red: 0.161, green: 0.471, blue: 0.129)
/* Android */
Color.parseColor("#297821")Accessibility — WCAG contrast
Aa
#297821 on white: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#297821 on black: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green47.1%
Blue12.9%
CMYK percentages
Cyan65.8%
Magenta0.0%
Yellow72.5%
Key (black)52.9%
Color previews
#297821 text on a black background
contrast 3.80:1
Card sample
#297821 text on a white background
contrast 5.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #297821;
Background color
Panel with #297821 background
background-color: #297821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #297821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 120, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 120, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #297821; background: linear-gradient(135deg, #297821, #217853);