#13381c
a deep, vivid green · cool · closest name: darkslategray
RGB
19, 56, 28
HSL
135°, 49%, 15%
CMYK
66, 0, 50, 78
Luminance
0.0305
Every format
| HEX | #13381c |
| RGB | rgb(19, 56, 28) |
| HSL | hsl(135, 49%, 15%) |
| CMYK | cmyk(66%, 0%, 50%, 78%) |
| LAB | lab(20.2 -20.7 13.6) |
| LCH | lch(20.2 24.8 146.7) |
| OKLCH | oklch(0.305 0.065 149.1) |
Copy-ready code
/* CSS */
color: #13381c;
background-color: #13381c;
/* Tailwind (arbitrary) */
class="text-[#13381c] bg-[#13381c]"
/* SCSS */
$brand: #13381c;
/* SwiftUI */
Color(red: 0.075, green: 0.220, blue: 0.110)
/* Android */
Color.parseColor("#13381c")Accessibility — WCAG contrast
Aa
#13381c on white: 13.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#13381c on black: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green22.0%
Blue11.0%
CMYK percentages
Cyan66.1%
Magenta0.0%
Yellow50.0%
Key (black)78.0%
Color previews
#13381c text on a black background
contrast 1.61:1
Card sample
#13381c text on a white background
contrast 13.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #13381c;
Background color
Panel with #13381c background
background-color: #13381c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #13381c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 56, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 56, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #13381c; background: linear-gradient(135deg, #13381c, #133835);