#089a2f
a dark, electric green · cool · closest name: forestgreen
RGB
8, 154, 47
HSL
136°, 90%, 32%
CMYK
95, 0, 70, 40
Luminance
0.2337
Every format
| HEX | #089a2f |
| RGB | rgb(8, 154, 47) |
| HSL | hsl(136, 90%, 32%) |
| CMYK | cmyk(95%, 0%, 70%, 40%) |
| LAB | lab(55.5 -56.0 44.8) |
| LCH | lch(55.5 71.7 141.3) |
| OKLCH | oklch(0.598 0.182 145.6) |
Copy-ready code
/* CSS */
color: #089a2f;
background-color: #089a2f;
/* Tailwind (arbitrary) */
class="text-[#089a2f] bg-[#089a2f]"
/* SCSS */
$brand: #089a2f;
/* SwiftUI */
Color(red: 0.031, green: 0.604, blue: 0.184)
/* Android */
Color.parseColor("#089a2f")Accessibility — WCAG contrast
Aa
#089a2f on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#089a2f on black: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green60.4%
Blue18.4%
CMYK percentages
Cyan94.8%
Magenta0.0%
Yellow69.5%
Key (black)39.6%
Color previews
#089a2f text on a black background
contrast 5.67:1
Card sample
#089a2f text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #089a2f;
Background color
Panel with #089a2f background
background-color: #089a2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #089a2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 154, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 154, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #089a2f; background: linear-gradient(135deg, #089a2f, #089A90);