#013821
a deep, electric green · cool · closest name: darkslategray
RGB
1, 56, 33
HSL
155°, 97%, 11%
CMYK
98, 0, 41, 78
Luminance
0.0294
Every format
| HEX | #013821 |
| RGB | rgb(1, 56, 33) |
| HSL | hsl(155, 97%, 11%) |
| CMYK | cmyk(98%, 0%, 41%, 78%) |
| LAB | lab(19.8 -23.6 9.7) |
| LCH | lch(19.8 25.5 157.6) |
| OKLCH | oklch(0.301 0.068 159.0) |
Copy-ready code
/* CSS */
color: #013821;
background-color: #013821;
/* Tailwind (arbitrary) */
class="text-[#013821] bg-[#013821]"
/* SCSS */
$brand: #013821;
/* SwiftUI */
Color(red: 0.004, green: 0.220, blue: 0.129)
/* Android */
Color.parseColor("#013821")Accessibility — WCAG contrast
Aa
#013821 on white: 13.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#013821 on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green22.0%
Blue12.9%
CMYK percentages
Cyan98.2%
Magenta0.0%
Yellow41.1%
Key (black)78.0%
Color previews
#013821 text on a black background
contrast 1.59:1
Card sample
#013821 text on a white background
contrast 13.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #013821;
Background color
Panel with #013821 background
background-color: #013821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #013821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 56, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 56, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #013821; background: linear-gradient(135deg, #013821, #012A38);