#098021
a dark, electric green · cool · closest name: forestgreen
RGB
9, 128, 33
HSL
132°, 87%, 27%
CMYK
93, 0, 74, 50
Luminance
0.1561
Every format
| HEX | #098021 |
| RGB | rgb(9, 128, 33) |
| HSL | hsl(132, 87%, 27%) |
| CMYK | cmyk(93%, 0%, 74%, 50%) |
| LAB | lab(46.5 -49.1 41.1) |
| LCH | lch(46.5 64.0 140.1) |
| OKLCH | oklch(0.522 0.162 144.8) |
Copy-ready code
/* CSS */
color: #098021;
background-color: #098021;
/* Tailwind (arbitrary) */
class="text-[#098021] bg-[#098021]"
/* SCSS */
$brand: #098021;
/* SwiftUI */
Color(red: 0.035, green: 0.502, blue: 0.129)
/* Android */
Color.parseColor("#098021")Accessibility — WCAG contrast
Aa
#098021 on white: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#098021 on black: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green50.2%
Blue12.9%
CMYK percentages
Cyan93.0%
Magenta0.0%
Yellow74.2%
Key (black)49.8%
Color previews
#098021 text on a black background
contrast 4.12:1
Card sample
#098021 text on a white background
contrast 5.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #098021;
Background color
Panel with #098021 background
background-color: #098021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #098021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 128, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 128, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #098021; background: linear-gradient(135deg, #098021, #098071);