#00501a
a deep, electric green · cool · closest name: seagreen
RGB
0, 80, 26
HSL
140°, 100%, 16%
CMYK
100, 0, 68, 69
Luminance
0.0581
Every format
| HEX | #00501a |
| RGB | rgb(0, 80, 26) |
| HSL | hsl(140, 100%, 16%) |
| CMYK | cmyk(100%, 0%, 68%, 69%) |
| LAB | lab(28.9 -34.7 25.3) |
| LCH | lch(28.9 42.9 144.0) |
| OKLCH | oklch(0.376 0.110 147.5) |
Copy-ready code
/* CSS */
color: #00501a;
background-color: #00501a;
/* Tailwind (arbitrary) */
class="text-[#00501a] bg-[#00501a]"
/* SCSS */
$brand: #00501a;
/* SwiftUI */
Color(red: 0.000, green: 0.314, blue: 0.102)
/* Android */
Color.parseColor("#00501a")Accessibility — WCAG contrast
Aa
#00501a on white: 9.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#00501a on black: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green31.4%
Blue10.2%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow67.5%
Key (black)68.6%
Color previews
#00501a text on a black background
contrast 2.16:1
Card sample
#00501a text on a white background
contrast 9.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00501a;
Background color
Panel with #00501a background
background-color: #00501a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00501a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 80, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 80, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00501a; background: linear-gradient(135deg, #00501a, #00504F);