#1b2421
a deep, muted cyan · cool · closest name: black
RGB
27, 36, 33
HSL
160°, 14%, 12%
CMYK
25, 0, 8, 86
Luminance
0.0160
Every format
| HEX | #1b2421 |
| RGB | rgb(27, 36, 33) |
| HSL | hsl(160, 14%, 12%) |
| CMYK | cmyk(25%, 0%, 8%, 86%) |
| LAB | lab(13.3 -4.8 0.7) |
| LCH | lch(13.3 4.8 171.8) |
| OKLCH | oklch(0.250 0.014 172.8) |
Copy-ready code
/* CSS */
color: #1b2421;
background-color: #1b2421;
/* Tailwind (arbitrary) */
class="text-[#1b2421] bg-[#1b2421]"
/* SCSS */
$brand: #1b2421;
/* SwiftUI */
Color(red: 0.106, green: 0.141, blue: 0.129)
/* Android */
Color.parseColor("#1b2421")Accessibility — WCAG contrast
Aa
#1b2421 on white: 15.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1b2421 on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green14.1%
Blue12.9%
CMYK percentages
Cyan25.0%
Magenta0.0%
Yellow8.3%
Key (black)85.9%
Color previews
#1b2421 text on a black background
contrast 1.32:1
Card sample
#1b2421 text on a white background
contrast 15.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1b2421;
Background color
Panel with #1b2421 background
background-color: #1b2421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1b2421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 36, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 36, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1b2421; background: linear-gradient(135deg, #1b2421, #1B2124);