#005337
a deep, electric green · cool · closest name: darkslategray
RGB
0, 83, 55
HSL
160°, 100%, 16%
CMYK
100, 0, 34, 68
Luminance
0.0646
Every format
| HEX | #005337 |
| RGB | rgb(0, 83, 55) |
| HSL | hsl(160, 100%, 16%) |
| CMYK | cmyk(100%, 0%, 34%, 68%) |
| LAB | lab(30.6 -29.9 10.3) |
| LCH | lch(30.6 31.7 161.0) |
| OKLCH | oklch(0.391 0.086 162.2) |
Copy-ready code
/* CSS */
color: #005337;
background-color: #005337;
/* Tailwind (arbitrary) */
class="text-[#005337] bg-[#005337]"
/* SCSS */
$brand: #005337;
/* SwiftUI */
Color(red: 0.000, green: 0.325, blue: 0.216)
/* Android */
Color.parseColor("#005337")Accessibility — WCAG contrast
Aa
#005337 on white: 9.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#005337 on black: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green32.5%
Blue21.6%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow33.7%
Key (black)67.5%
Color previews
#005337 text on a black background
contrast 2.29:1
Card sample
#005337 text on a white background
contrast 9.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005337;
Background color
Panel with #005337 background
background-color: #005337;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005337;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 83, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 83, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005337; background: linear-gradient(135deg, #005337, #003853);