#005e3b
a deep, electric green · cool · closest name: seagreen
RGB
0, 94, 59
HSL
158°, 100%, 18%
CMYK
100, 0, 37, 63
Luminance
0.0832
Every format
| HEX | #005e3b |
| RGB | rgb(0, 94, 59) |
| HSL | hsl(158, 100%, 18%) |
| CMYK | cmyk(100%, 0%, 37%, 63%) |
| LAB | lab(34.6 -33.6 13.4) |
| LCH | lch(34.6 36.2 158.2) |
| OKLCH | oklch(0.425 0.097 159.6) |
Copy-ready code
/* CSS */
color: #005e3b;
background-color: #005e3b;
/* Tailwind (arbitrary) */
class="text-[#005e3b] bg-[#005e3b]"
/* SCSS */
$brand: #005e3b;
/* SwiftUI */
Color(red: 0.000, green: 0.369, blue: 0.231)
/* Android */
Color.parseColor("#005e3b")Accessibility — WCAG contrast
Aa
#005e3b on white: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#005e3b on black: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green36.9%
Blue23.1%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow37.2%
Key (black)63.1%
Color previews
#005e3b text on a black background
contrast 2.66:1
Card sample
#005e3b text on a white background
contrast 7.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005e3b;
Background color
Panel with #005e3b background
background-color: #005e3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005e3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 94, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 94, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005e3b; background: linear-gradient(135deg, #005e3b, #00425E);