#298821
a dark, vivid green · cool · “forestgreen”
RGB
41, 136, 33
HSL
115°, 61%, 33%
CMYK
70, 0, 76, 47
Luminance
0.1819
Every format
| HEX | #298821 |
| RGB | rgb(41, 136, 33) |
| HSL | hsl(115, 61%, 33%) |
| CMYK | cmyk(70%, 0%, 76%, 47%) |
| LAB | lab(49.7 -47.3 44.6) |
| LCH | lch(49.7 65.0 136.7) |
| OKLCH | oklch(0.551 0.164 142.0) |
Copy-ready code
/* CSS */
color: #298821;
background-color: #298821;
/* Tailwind (arbitrary) */
class="text-[#298821] bg-[#298821]"
/* SCSS */
$brand: #298821;
/* SwiftUI */
Color(red: 0.161, green: 0.533, blue: 0.129)
/* Android */
Color.parseColor("#298821")Accessibility — WCAG contrast
Aa
#298821 on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#298821 on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green53.3%
Blue12.9%
CMYK percentages
Cyan69.9%
Magenta0.0%
Yellow75.7%
Key (black)46.7%
Color previews
#298821 text on a black background
contrast 4.64:1
Card sample
#298821 text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #298821;
Background color
Panel with #298821 background
background-color: #298821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #298821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 136, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 136, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #298821; background: linear-gradient(135deg, #298821, #21885D);