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