#005e1a
a deep, electric green · cool · closest name: seagreen
RGB
0, 94, 26
HSL
137°, 100%, 18%
CMYK
100, 0, 72, 63
Luminance
0.0808
Every format
| HEX | #005e1a |
| RGB | rgb(0, 94, 26) |
| HSL | hsl(137, 100%, 18%) |
| CMYK | cmyk(100%, 0%, 72%, 63%) |
| LAB | lab(34.1 -39.5 31.1) |
| LCH | lch(34.1 50.3 141.9) |
| OKLCH | oklch(0.419 0.128 146.0) |
Copy-ready code
/* CSS */
color: #005e1a;
background-color: #005e1a;
/* Tailwind (arbitrary) */
class="text-[#005e1a] bg-[#005e1a]"
/* SCSS */
$brand: #005e1a;
/* SwiftUI */
Color(red: 0.000, green: 0.369, blue: 0.102)
/* Android */
Color.parseColor("#005e1a")Accessibility — WCAG contrast
Aa
#005e1a on white: 8.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#005e1a on black: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green36.9%
Blue10.2%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow72.3%
Key (black)63.1%
Color previews
#005e1a text on a black background
contrast 2.62:1
Card sample
#005e1a text on a white background
contrast 8.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005e1a;
Background color
Panel with #005e1a background
background-color: #005e1a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005e1a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 94, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 94, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005e1a; background: linear-gradient(135deg, #005e1a, #005E59);