#089021
a dark, electric green · cool · closest name: forestgreen
RGB
8, 144, 33
HSL
131°, 90%, 30%
CMYK
94, 0, 77, 44
Luminance
0.2011
Every format
| HEX | #089021 |
| RGB | rgb(8, 144, 33) |
| HSL | hsl(131, 90%, 30%) |
| CMYK | cmyk(94%, 0%, 77%, 44%) |
| LAB | lab(52.0 -54.2 46.6) |
| LCH | lch(52.0 71.5 139.3) |
| OKLCH | oklch(0.568 0.180 144.3) |
Copy-ready code
/* CSS */
color: #089021;
background-color: #089021;
/* Tailwind (arbitrary) */
class="text-[#089021] bg-[#089021]"
/* SCSS */
$brand: #089021;
/* SwiftUI */
Color(red: 0.031, green: 0.565, blue: 0.129)
/* Android */
Color.parseColor("#089021")Accessibility — WCAG contrast
Aa
#089021 on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#089021 on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green56.5%
Blue12.9%
CMYK percentages
Cyan94.4%
Magenta0.0%
Yellow77.1%
Key (black)43.5%
Color previews
#089021 text on a black background
contrast 5.02:1
Card sample
#089021 text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #089021;
Background color
Panel with #089021 background
background-color: #089021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #089021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 144, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 144, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #089021; background: linear-gradient(135deg, #089021, #08907C);