#297621
a dark, vivid green · cool · closest name: forestgreen
RGB
41, 118, 33
HSL
114°, 56%, 30%
CMYK
65, 0, 72, 54
Luminance
0.1354
Every format
| HEX | #297621 |
| RGB | rgb(41, 118, 33) |
| HSL | hsl(114, 56%, 30%) |
| CMYK | cmyk(65%, 0%, 72%, 54%) |
| LAB | lab(43.6 -40.7 38.2) |
| LCH | lch(43.6 55.8 136.8) |
| OKLCH | oklch(0.500 0.141 141.8) |
Copy-ready code
/* CSS */
color: #297621;
background-color: #297621;
/* Tailwind (arbitrary) */
class="text-[#297621] bg-[#297621]"
/* SCSS */
$brand: #297621;
/* SwiftUI */
Color(red: 0.161, green: 0.463, blue: 0.129)
/* Android */
Color.parseColor("#297621")Accessibility — WCAG contrast
Aa
#297621 on white: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#297621 on black: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green46.3%
Blue12.9%
CMYK percentages
Cyan65.3%
Magenta0.0%
Yellow72.0%
Key (black)53.7%
Color previews
#297621 text on a black background
contrast 3.71:1
Card sample
#297621 text on a white background
contrast 5.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #297621;
Background color
Panel with #297621 background
background-color: #297621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #297621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 118, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 118, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #297621; background: linear-gradient(135deg, #297621, #217652);