#005f3f
a deep, electric green · cool · closest name: seagreen
RGB
0, 95, 63
HSL
160°, 100%, 19%
CMYK
100, 0, 34, 63
Luminance
0.0854
Every format
| HEX | #005f3f |
| RGB | rgb(0, 95, 63) |
| HSL | hsl(160, 100%, 19%) |
| CMYK | cmyk(100%, 0%, 34%, 63%) |
| LAB | lab(35.1 -33.0 11.6) |
| LCH | lch(35.1 35.0 160.6) |
| OKLCH | oklch(0.429 0.094 161.8) |
Copy-ready code
/* CSS */
color: #005f3f;
background-color: #005f3f;
/* Tailwind (arbitrary) */
class="text-[#005f3f] bg-[#005f3f]"
/* SCSS */
$brand: #005f3f;
/* SwiftUI */
Color(red: 0.000, green: 0.373, blue: 0.247)
/* Android */
Color.parseColor("#005f3f")Accessibility — WCAG contrast
Aa
#005f3f on white: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#005f3f on black: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green37.3%
Blue24.7%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow33.7%
Key (black)62.7%
Color previews
#005f3f text on a black background
contrast 2.71:1
Card sample
#005f3f text on a white background
contrast 7.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005f3f;
Background color
Panel with #005f3f background
background-color: #005f3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005f3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 95, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 95, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005f3f; background: linear-gradient(135deg, #005f3f, #00405F);