#098500
a dark, electric green · cool · “green”
RGB
9, 133, 0
HSL
116°, 100%, 26%
CMYK
93, 0, 100, 48
Luminance
0.1683
Every format
| HEX | #098500 |
| RGB | rgb(9, 133, 0) |
| HSL | hsl(116, 100%, 26%) |
| CMYK | cmyk(93%, 0%, 100%, 48%) |
| LAB | lab(48.0 -52.5 51.4) |
| LCH | lch(48.0 73.5 135.6) |
| OKLCH | oklch(0.535 0.181 142.2) |
Copy-ready code
/* CSS */
color: #098500;
background-color: #098500;
/* Tailwind (arbitrary) */
class="text-[#098500] bg-[#098500]"
/* SCSS */
$brand: #098500;
/* SwiftUI */
Color(red: 0.035, green: 0.522, blue: 0.000)
/* Android */
Color.parseColor("#098500")Accessibility — WCAG contrast
Aa
#098500 on white: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#098500 on black: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green52.2%
Blue0.0%
CMYK percentages
Cyan93.2%
Magenta0.0%
Yellow100.0%
Key (black)47.8%
Color previews
#098500 text on a black background
contrast 4.37:1
Card sample
#098500 text on a white background
contrast 4.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #098500;
Background color
Panel with #098500 background
background-color: #098500;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #098500;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 133, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 133, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #098500; background: linear-gradient(135deg, #098500, #008550);