#01331c
a deep, electric green · cool · closest name: darkslategray
RGB
1, 51, 28
HSL
152°, 96%, 10%
CMYK
98, 0, 45, 80
Luminance
0.0246
Every format
| HEX | #01331c |
| RGB | rgb(1, 51, 28) |
| HSL | hsl(152, 96%, 10%) |
| CMYK | cmyk(98%, 0%, 45%, 80%) |
| LAB | lab(17.7 -22.6 10.2) |
| LCH | lch(17.7 24.8 155.7) |
| OKLCH | oklch(0.283 0.066 157.2) |
Copy-ready code
/* CSS */
color: #01331c;
background-color: #01331c;
/* Tailwind (arbitrary) */
class="text-[#01331c] bg-[#01331c]"
/* SCSS */
$brand: #01331c;
/* SwiftUI */
Color(red: 0.004, green: 0.200, blue: 0.110)
/* Android */
Color.parseColor("#01331c")Accessibility — WCAG contrast
Aa
#01331c on white: 14.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#01331c on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green20.0%
Blue11.0%
CMYK percentages
Cyan98.0%
Magenta0.0%
Yellow45.1%
Key (black)80.0%
Color previews
#01331c text on a black background
contrast 1.49:1
Card sample
#01331c text on a white background
contrast 14.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #01331c;
Background color
Panel with #01331c background
background-color: #01331c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #01331c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 51, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 51, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #01331c; background: linear-gradient(135deg, #01331c, #012933);