#298521
a dark, vivid green · cool · closest name: forestgreen
RGB
41, 133, 33
HSL
115°, 60%, 33%
CMYK
69, 0, 75, 48
Luminance
0.1736
Every format
| HEX | #298521 |
| RGB | rgb(41, 133, 33) |
| HSL | hsl(115, 60%, 33%) |
| CMYK | cmyk(69%, 0%, 75%, 48%) |
| LAB | lab(48.7 -46.2 43.5) |
| LCH | lch(48.7 63.5 136.7) |
| OKLCH | oklch(0.543 0.160 142.0) |
Copy-ready code
/* CSS */
color: #298521;
background-color: #298521;
/* Tailwind (arbitrary) */
class="text-[#298521] bg-[#298521]"
/* SCSS */
$brand: #298521;
/* SwiftUI */
Color(red: 0.161, green: 0.522, blue: 0.129)
/* Android */
Color.parseColor("#298521")Accessibility — WCAG contrast
Aa
#298521 on white: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#298521 on black: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green52.2%
Blue12.9%
CMYK percentages
Cyan69.2%
Magenta0.0%
Yellow75.2%
Key (black)47.8%
Color previews
#298521 text on a black background
contrast 4.47:1
Card sample
#298521 text on a white background
contrast 4.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #298521;
Background color
Panel with #298521 background
background-color: #298521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #298521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 133, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 133, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #298521; background: linear-gradient(135deg, #298521, #21855C);