#132721
a deep, soft cyan · cool · closest name: black
RGB
19, 39, 33
HSL
162°, 35%, 11%
CMYK
51, 0, 15, 85
Luminance
0.0170
Every format
| HEX | #132721 |
| RGB | rgb(19, 39, 33) |
| HSL | hsl(162, 35%, 11%) |
| CMYK | cmyk(51%, 0%, 15%, 85%) |
| LAB | lab(13.8 -9.9 1.4) |
| LCH | lch(13.8 10.0 171.8) |
| OKLCH | oklch(0.254 0.029 172.7) |
Copy-ready code
/* CSS */
color: #132721;
background-color: #132721;
/* Tailwind (arbitrary) */
class="text-[#132721] bg-[#132721]"
/* SCSS */
$brand: #132721;
/* SwiftUI */
Color(red: 0.075, green: 0.153, blue: 0.129)
/* Android */
Color.parseColor("#132721")Accessibility — WCAG contrast
Aa
#132721 on white: 15.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#132721 on black: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green15.3%
Blue12.9%
CMYK percentages
Cyan51.3%
Magenta0.0%
Yellow15.4%
Key (black)84.7%
Color previews
#132721 text on a black background
contrast 1.34:1
Card sample
#132721 text on a white background
contrast 15.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #132721;
Background color
Panel with #132721 background
background-color: #132721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #132721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 39, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 39, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #132721; background: linear-gradient(135deg, #132721, #132027);