#132821
a deep, soft cyan · cool · closest name: black
RGB
19, 40, 33
HSL
160°, 36%, 12%
CMYK
53, 0, 18, 84
Luminance
0.0177
Every format
| HEX | #132821 |
| RGB | rgb(19, 40, 33) |
| HSL | hsl(160, 36%, 12%) |
| CMYK | cmyk(53%, 0%, 18%, 84%) |
| LAB | lab(14.2 -10.6 2.0) |
| LCH | lch(14.2 10.8 169.3) |
| OKLCH | oklch(0.257 0.030 170.4) |
Copy-ready code
/* CSS */
color: #132821;
background-color: #132821;
/* Tailwind (arbitrary) */
class="text-[#132821] bg-[#132821]"
/* SCSS */
$brand: #132821;
/* SwiftUI */
Color(red: 0.075, green: 0.157, blue: 0.129)
/* Android */
Color.parseColor("#132821")Accessibility — WCAG contrast
Aa
#132821 on white: 15.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#132821 on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green15.7%
Blue12.9%
CMYK percentages
Cyan52.5%
Magenta0.0%
Yellow17.5%
Key (black)84.3%
Color previews
#132821 text on a black background
contrast 1.35:1
Card sample
#132821 text on a white background
contrast 15.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #132821;
Background color
Panel with #132821 background
background-color: #132821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #132821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 40, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 40, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #132821; background: linear-gradient(135deg, #132821, #132128);