#1c211f
a deep, muted green · cool · closest name: black
RGB
28, 33, 31
HSL
156°, 8%, 12%
CMYK
15, 0, 6, 87
Luminance
0.0143
Every format
| HEX | #1c211f |
| RGB | rgb(28, 33, 31) |
| HSL | hsl(156, 8%, 12%) |
| CMYK | cmyk(15%, 0%, 6%, 87%) |
| LAB | lab(12.2 -2.8 0.6) |
| LCH | lch(12.2 2.9 168.3) |
| OKLCH | oklch(0.242 0.008 169.6) |
Copy-ready code
/* CSS */
color: #1c211f;
background-color: #1c211f;
/* Tailwind (arbitrary) */
class="text-[#1c211f] bg-[#1c211f]"
/* SCSS */
$brand: #1c211f;
/* SwiftUI */
Color(red: 0.110, green: 0.129, blue: 0.122)
/* Android */
Color.parseColor("#1c211f")Accessibility — WCAG contrast
Aa
#1c211f on white: 16.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1c211f on black: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green12.9%
Blue12.2%
CMYK percentages
Cyan15.2%
Magenta0.0%
Yellow6.1%
Key (black)87.1%
Color previews
#1c211f text on a black background
contrast 1.29:1
Card sample
#1c211f text on a white background
contrast 16.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1c211f;
Background color
Panel with #1c211f background
background-color: #1c211f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1c211f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 33, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 33, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1c211f; background: linear-gradient(135deg, #1c211f, #1C2021);