#089934
a dark, electric green · cool · closest name: forestgreen
RGB
8, 153, 52
HSL
138°, 90%, 32%
CMYK
95, 0, 66, 40
Luminance
0.2308
Every format
| HEX | #089934 |
| RGB | rgb(8, 153, 52) |
| HSL | hsl(138, 90%, 32%) |
| CMYK | cmyk(95%, 0%, 66%, 40%) |
| LAB | lab(55.2 -55.1 42.3) |
| LCH | lch(55.2 69.5 142.5) |
| OKLCH | oklch(0.595 0.178 146.4) |
Copy-ready code
/* CSS */
color: #089934;
background-color: #089934;
/* Tailwind (arbitrary) */
class="text-[#089934] bg-[#089934]"
/* SCSS */
$brand: #089934;
/* SwiftUI */
Color(red: 0.031, green: 0.600, blue: 0.204)
/* Android */
Color.parseColor("#089934")Accessibility — WCAG contrast
Aa
#089934 on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#089934 on black: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green60.0%
Blue20.4%
CMYK percentages
Cyan94.8%
Magenta0.0%
Yellow66.0%
Key (black)40.0%
Color previews
#089934 text on a black background
contrast 5.62:1
Card sample
#089934 text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #089934;
Background color
Panel with #089934 background
background-color: #089934;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #089934;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 153, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 153, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #089934; background: linear-gradient(135deg, #089934, #089995);