#013313
a deep, electric green · cool · closest name: darkslategray
RGB
1, 51, 19
HSL
142°, 96%, 10%
CMYK
98, 0, 63, 80
Luminance
0.0242
Every format
| HEX | #013313 |
| RGB | rgb(1, 51, 19) |
| HSL | hsl(142, 96%, 10%) |
| CMYK | cmyk(98%, 0%, 63%, 80%) |
| LAB | lab(17.6 -24.6 15.8) |
| LCH | lch(17.6 29.3 147.4) |
| OKLCH | oklch(0.281 0.076 150.0) |
Copy-ready code
/* CSS */
color: #013313;
background-color: #013313;
/* Tailwind (arbitrary) */
class="text-[#013313] bg-[#013313]"
/* SCSS */
$brand: #013313;
/* SwiftUI */
Color(red: 0.004, green: 0.200, blue: 0.075)
/* Android */
Color.parseColor("#013313")Accessibility — WCAG contrast
Aa
#013313 on white: 14.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#013313 on black: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green20.0%
Blue7.5%
CMYK percentages
Cyan98.0%
Magenta0.0%
Yellow62.7%
Key (black)80.0%
Color previews
#013313 text on a black background
contrast 1.48:1
Card sample
#013313 text on a white background
contrast 14.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #013313;
Background color
Panel with #013313 background
background-color: #013313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #013313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 51, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 51, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #013313; background: linear-gradient(135deg, #013313, #013233);