#00993d
a dark, electric green · cool · closest name: forestgreen
RGB
0, 153, 61
HSL
144°, 100%, 30%
CMYK
100, 0, 60, 40
Luminance
0.2312
Every format
| HEX | #00993d |
| RGB | rgb(0, 153, 61) |
| HSL | hsl(144, 100%, 30%) |
| CMYK | cmyk(100%, 0%, 60%, 40%) |
| LAB | lab(55.2 -54.4 38.2) |
| LCH | lch(55.2 66.5 145.0) |
| OKLCH | oklch(0.596 0.172 148.2) |
Copy-ready code
/* CSS */
color: #00993d;
background-color: #00993d;
/* Tailwind (arbitrary) */
class="text-[#00993d] bg-[#00993d]"
/* SCSS */
$brand: #00993d;
/* SwiftUI */
Color(red: 0.000, green: 0.600, blue: 0.239)
/* Android */
Color.parseColor("#00993d")Accessibility — WCAG contrast
Aa
#00993d on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#00993d on black: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green60.0%
Blue23.9%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow60.1%
Key (black)40.0%
Color previews
#00993d text on a black background
contrast 5.62:1
Card sample
#00993d text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00993d;
Background color
Panel with #00993d background
background-color: #00993d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00993d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 153, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 153, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00993d; background: linear-gradient(135deg, #00993d, #008F99);