#098917
a dark, electric green · cool · closest name: green
RGB
9, 137, 23
HSL
127°, 88%, 29%
CMYK
93, 0, 83, 46
Luminance
0.1801
Every format
| HEX | #098917 |
| RGB | rgb(9, 137, 23) |
| HSL | hsl(127, 88%, 29%) |
| CMYK | cmyk(93%, 0%, 83%, 46%) |
| LAB | lab(49.5 -52.7 47.6) |
| LCH | lch(49.5 71.0 137.9) |
| OKLCH | oklch(0.548 0.177 143.4) |
Copy-ready code
/* CSS */
color: #098917;
background-color: #098917;
/* Tailwind (arbitrary) */
class="text-[#098917] bg-[#098917]"
/* SCSS */
$brand: #098917;
/* SwiftUI */
Color(red: 0.035, green: 0.537, blue: 0.090)
/* Android */
Color.parseColor("#098917")Accessibility — WCAG contrast
Aa
#098917 on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#098917 on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green53.7%
Blue9.0%
CMYK percentages
Cyan93.4%
Magenta0.0%
Yellow83.2%
Key (black)46.3%
Color previews
#098917 text on a black background
contrast 4.60:1
Card sample
#098917 text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #098917;
Background color
Panel with #098917 background
background-color: #098917;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #098917;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 137, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 137, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #098917; background: linear-gradient(135deg, #098917, #09896C);