#09802c
a dark, electric green · cool · closest name: forestgreen
RGB
9, 128, 44
HSL
138°, 87%, 27%
CMYK
93, 0, 66, 50
Luminance
0.1568
Every format
| HEX | #09802c |
| RGB | rgb(9, 128, 44) |
| HSL | hsl(138, 87%, 27%) |
| CMYK | cmyk(93%, 0%, 66%, 50%) |
| LAB | lab(46.5 -47.9 36.4) |
| LCH | lch(46.5 60.1 142.8) |
| OKLCH | oklch(0.523 0.154 146.6) |
Copy-ready code
/* CSS */
color: #09802c;
background-color: #09802c;
/* Tailwind (arbitrary) */
class="text-[#09802c] bg-[#09802c]"
/* SCSS */
$brand: #09802c;
/* SwiftUI */
Color(red: 0.035, green: 0.502, blue: 0.173)
/* Android */
Color.parseColor("#09802c")Accessibility — WCAG contrast
Aa
#09802c on white: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#09802c on black: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green50.2%
Blue17.3%
CMYK percentages
Cyan93.0%
Magenta0.0%
Yellow65.6%
Key (black)49.8%
Color previews
#09802c text on a black background
contrast 4.14:1
Card sample
#09802c text on a white background
contrast 5.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09802c;
Background color
Panel with #09802c background
background-color: #09802c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09802c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 128, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 128, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09802c; background: linear-gradient(135deg, #09802c, #09807B);