#289321
a dark, vivid green · cool · closest name: forestgreen
RGB
40, 147, 33
HSL
116°, 63%, 35%
CMYK
73, 0, 78, 42
Luminance
0.2143
Every format
| HEX | #289321 |
| RGB | rgb(40, 147, 33) |
| HSL | hsl(116, 63%, 35%) |
| CMYK | cmyk(73%, 0%, 78%, 42%) |
| LAB | lab(53.4 -51.3 48.2) |
| LCH | lch(53.4 70.4 136.8) |
| OKLCH | oklch(0.582 0.177 142.2) |
Copy-ready code
/* CSS */
color: #289321;
background-color: #289321;
/* Tailwind (arbitrary) */
class="text-[#289321] bg-[#289321]"
/* SCSS */
$brand: #289321;
/* SwiftUI */
Color(red: 0.157, green: 0.576, blue: 0.129)
/* Android */
Color.parseColor("#289321")Accessibility — WCAG contrast
Aa
#289321 on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#289321 on black: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green57.6%
Blue12.9%
CMYK percentages
Cyan72.8%
Magenta0.0%
Yellow77.6%
Key (black)42.4%
Color previews
#289321 text on a black background
contrast 5.29:1
Card sample
#289321 text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #289321;
Background color
Panel with #289321 background
background-color: #289321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #289321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 147, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 147, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #289321; background: linear-gradient(135deg, #289321, #219366);