#013621
a deep, electric green · cool · closest name: darkslategray
RGB
1, 54, 33
HSL
156°, 96%, 11%
CMYK
98, 0, 39, 79
Luminance
0.0275
Every format
| HEX | #013621 |
| RGB | rgb(1, 54, 33) |
| HSL | hsl(156, 96%, 11%) |
| CMYK | cmyk(98%, 0%, 39%, 79%) |
| LAB | lab(19.0 -22.7 8.7) |
| LCH | lch(19.0 24.3 159.1) |
| OKLCH | oklch(0.294 0.065 160.4) |
Copy-ready code
/* CSS */
color: #013621;
background-color: #013621;
/* Tailwind (arbitrary) */
class="text-[#013621] bg-[#013621]"
/* SCSS */
$brand: #013621;
/* SwiftUI */
Color(red: 0.004, green: 0.212, blue: 0.129)
/* Android */
Color.parseColor("#013621")Accessibility — WCAG contrast
Aa
#013621 on white: 13.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#013621 on black: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green21.2%
Blue12.9%
CMYK percentages
Cyan98.1%
Magenta0.0%
Yellow38.9%
Key (black)78.8%
Color previews
#013621 text on a black background
contrast 1.55:1
Card sample
#013621 text on a white background
contrast 13.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #013621;
Background color
Panel with #013621 background
background-color: #013621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #013621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 54, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 54, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #013621; background: linear-gradient(135deg, #013621, #012836);