#132913
a deep, soft green · cool · closest name: darkslategray
RGB
19, 41, 19
HSL
120°, 37%, 12%
CMYK
54, 0, 54, 84
Luminance
0.0177
Every format
| HEX | #132913 |
| RGB | rgb(19, 41, 19) |
| HSL | hsl(120, 37%, 12%) |
| CMYK | cmyk(54%, 0%, 54%, 84%) |
| LAB | lab(14.2 -14.6 11.7) |
| LCH | lch(14.2 18.7 141.2) |
| OKLCH | oklch(0.256 0.049 144.0) |
Copy-ready code
/* CSS */
color: #132913;
background-color: #132913;
/* Tailwind (arbitrary) */
class="text-[#132913] bg-[#132913]"
/* SCSS */
$brand: #132913;
/* SwiftUI */
Color(red: 0.075, green: 0.161, blue: 0.075)
/* Android */
Color.parseColor("#132913")Accessibility — WCAG contrast
Aa
#132913 on white: 15.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#132913 on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green16.1%
Blue7.5%
CMYK percentages
Cyan53.7%
Magenta0.0%
Yellow53.7%
Key (black)83.9%
Color previews
#132913 text on a black background
contrast 1.35:1
Card sample
#132913 text on a white background
contrast 15.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #132913;
Background color
Panel with #132913 background
background-color: #132913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #132913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 41, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 41, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #132913; background: linear-gradient(135deg, #132913, #132922);