#132621
a deep, soft cyan · cool · closest name: black
RGB
19, 38, 33
HSL
164°, 33%, 11%
CMYK
50, 0, 13, 85
Luminance
0.0163
Every format
| HEX | #132621 |
| RGB | rgb(19, 38, 33) |
| HSL | hsl(164, 33%, 11%) |
| CMYK | cmyk(50%, 0%, 13%, 85%) |
| LAB | lab(13.4 -9.3 0.9) |
| LCH | lch(13.4 9.3 174.6) |
| OKLCH | oklch(0.250 0.027 175.3) |
Copy-ready code
/* CSS */
color: #132621;
background-color: #132621;
/* Tailwind (arbitrary) */
class="text-[#132621] bg-[#132621]"
/* SCSS */
$brand: #132621;
/* SwiftUI */
Color(red: 0.075, green: 0.149, blue: 0.129)
/* Android */
Color.parseColor("#132621")Accessibility — WCAG contrast
Aa
#132621 on white: 15.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#132621 on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green14.9%
Blue12.9%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow13.2%
Key (black)85.1%
Color previews
#132621 text on a black background
contrast 1.33:1
Card sample
#132621 text on a white background
contrast 15.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #132621;
Background color
Panel with #132621 background
background-color: #132621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #132621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 38, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 38, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #132621; background: linear-gradient(135deg, #132621, #131E26);