#099208
a dark, electric green · cool · closest name: green
RGB
9, 146, 8
HSL
120°, 90%, 30%
CMYK
94, 0, 95, 43
Luminance
0.2063
Every format
| HEX | #099208 |
| RGB | rgb(9, 146, 8) |
| HSL | hsl(120, 90%, 30%) |
| CMYK | cmyk(94%, 0%, 95%, 43%) |
| LAB | lab(52.5 -56.0 53.6) |
| LCH | lch(52.5 77.6 136.3) |
| OKLCH | oklch(0.573 0.192 142.5) |
Copy-ready code
/* CSS */
color: #099208;
background-color: #099208;
/* Tailwind (arbitrary) */
class="text-[#099208] bg-[#099208]"
/* SCSS */
$brand: #099208;
/* SwiftUI */
Color(red: 0.035, green: 0.573, blue: 0.031)
/* Android */
Color.parseColor("#099208")Accessibility — WCAG contrast
Aa
#099208 on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#099208 on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green57.3%
Blue3.1%
CMYK percentages
Cyan93.8%
Magenta0.0%
Yellow94.5%
Key (black)42.7%
Color previews
#099208 text on a black background
contrast 5.13:1
Card sample
#099208 text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #099208;
Background color
Panel with #099208 background
background-color: #099208;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #099208;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 146, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 146, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #099208; background: linear-gradient(135deg, #099208, #089263);