#005e13
a deep, electric green · cool · closest name: forestgreen
RGB
0, 94, 19
HSL
132°, 100%, 18%
CMYK
100, 0, 80, 63
Luminance
0.0805
Every format
| HEX | #005e13 |
| RGB | rgb(0, 94, 19) |
| HSL | hsl(132, 100%, 18%) |
| CMYK | cmyk(100%, 0%, 80%, 63%) |
| LAB | lab(34.1 -40.3 34.0) |
| LCH | lch(34.1 52.7 139.8) |
| OKLCH | oklch(0.419 0.133 144.7) |
Copy-ready code
/* CSS */
color: #005e13;
background-color: #005e13;
/* Tailwind (arbitrary) */
class="text-[#005e13] bg-[#005e13]"
/* SCSS */
$brand: #005e13;
/* SwiftUI */
Color(red: 0.000, green: 0.369, blue: 0.075)
/* Android */
Color.parseColor("#005e13")Accessibility — WCAG contrast
Aa
#005e13 on white: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#005e13 on black: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green36.9%
Blue7.5%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow79.8%
Key (black)63.1%
Color previews
#005e13 text on a black background
contrast 2.61:1
Card sample
#005e13 text on a white background
contrast 8.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005e13;
Background color
Panel with #005e13 background
background-color: #005e13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005e13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 94, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 94, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005e13; background: linear-gradient(135deg, #005e13, #005E51);