#00980f
a dark, electric green · cool · closest name: green
RGB
0, 152, 15
HSL
126°, 100%, 30%
CMYK
100, 0, 90, 40
Luminance
0.2249
Every format
| HEX | #00980f |
| RGB | rgb(0, 152, 15) |
| HSL | hsl(126, 100%, 30%) |
| CMYK | cmyk(100%, 0%, 90%, 40%) |
| LAB | lab(54.5 -58.1 54.1) |
| LCH | lch(54.5 79.4 137.1) |
| OKLCH | oklch(0.589 0.197 143.1) |
Copy-ready code
/* CSS */
color: #00980f;
background-color: #00980f;
/* Tailwind (arbitrary) */
class="text-[#00980f] bg-[#00980f]"
/* SCSS */
$brand: #00980f;
/* SwiftUI */
Color(red: 0.000, green: 0.596, blue: 0.059)
/* Android */
Color.parseColor("#00980f")Accessibility — WCAG contrast
Aa
#00980f on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#00980f on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green59.6%
Blue5.9%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow90.1%
Key (black)40.4%
Color previews
#00980f text on a black background
contrast 5.50:1
Card sample
#00980f text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00980f;
Background color
Panel with #00980f background
background-color: #00980f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00980f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 152, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 152, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00980f; background: linear-gradient(135deg, #00980f, #009874);