#289336
a dark, vivid green · cool · closest name: forestgreen
RGB
40, 147, 54
HSL
128°, 57%, 37%
CMYK
73, 0, 63, 42
Luminance
0.2158
Every format
| HEX | #289336 |
| RGB | rgb(40, 147, 54) |
| HSL | hsl(128, 57%, 37%) |
| CMYK | cmyk(73%, 0%, 63%, 42%) |
| LAB | lab(53.6 -49.3 39.8) |
| LCH | lch(53.6 63.3 141.1) |
| OKLCH | oklch(0.584 0.162 145.0) |
Copy-ready code
/* CSS */
color: #289336;
background-color: #289336;
/* Tailwind (arbitrary) */
class="text-[#289336] bg-[#289336]"
/* SCSS */
$brand: #289336;
/* SwiftUI */
Color(red: 0.157, green: 0.576, blue: 0.212)
/* Android */
Color.parseColor("#289336")Accessibility — WCAG contrast
Aa
#289336 on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#289336 on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green57.6%
Blue21.2%
CMYK percentages
Cyan72.8%
Magenta0.0%
Yellow63.3%
Key (black)42.4%
Color previews
#289336 text on a black background
contrast 5.32:1
Card sample
#289336 text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #289336;
Background color
Panel with #289336 background
background-color: #289336;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #289336;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 147, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 147, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #289336; background: linear-gradient(135deg, #289336, #28937E);