#01351f
a deep, electric green · cool · closest name: darkslategray
RGB
1, 53, 31
HSL
155°, 96%, 11%
CMYK
98, 0, 42, 79
Luminance
0.0265
Every format
| HEX | #01351f |
| RGB | rgb(1, 53, 31) |
| HSL | hsl(155, 96%, 11%) |
| CMYK | cmyk(98%, 0%, 42%, 79%) |
| LAB | lab(18.6 -22.8 9.4) |
| LCH | lch(18.6 24.6 157.6) |
| OKLCH | oklch(0.290 0.066 159.0) |
Copy-ready code
/* CSS */
color: #01351f;
background-color: #01351f;
/* Tailwind (arbitrary) */
class="text-[#01351f] bg-[#01351f]"
/* SCSS */
$brand: #01351f;
/* SwiftUI */
Color(red: 0.004, green: 0.208, blue: 0.122)
/* Android */
Color.parseColor("#01351f")Accessibility — WCAG contrast
Aa
#01351f on white: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#01351f on black: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green20.8%
Blue12.2%
CMYK percentages
Cyan98.1%
Magenta0.0%
Yellow41.5%
Key (black)79.2%
Color previews
#01351f text on a black background
contrast 1.53:1
Card sample
#01351f text on a white background
contrast 13.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #01351f;
Background color
Panel with #01351f background
background-color: #01351f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #01351f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 53, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 53, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #01351f; background: linear-gradient(135deg, #01351f, #012835);