#112821
a deep, soft cyan · cool · closest name: darkslategray
RGB
17, 40, 33
HSL
162°, 40%, 11%
CMYK
58, 0, 18, 84
Luminance
0.0175
Every format
| HEX | #112821 |
| RGB | rgb(17, 40, 33) |
| HSL | hsl(162, 40%, 11%) |
| CMYK | cmyk(58%, 0%, 18%, 84%) |
| LAB | lab(14.1 -11.3 1.8) |
| LCH | lch(14.1 11.4 170.9) |
| OKLCH | oklch(0.255 0.032 171.8) |
Copy-ready code
/* CSS */
color: #112821;
background-color: #112821;
/* Tailwind (arbitrary) */
class="text-[#112821] bg-[#112821]"
/* SCSS */
$brand: #112821;
/* SwiftUI */
Color(red: 0.067, green: 0.157, blue: 0.129)
/* Android */
Color.parseColor("#112821")Accessibility — WCAG contrast
Aa
#112821 on white: 15.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#112821 on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green15.7%
Blue12.9%
CMYK percentages
Cyan57.5%
Magenta0.0%
Yellow17.5%
Key (black)84.3%
Color previews
#112821 text on a black background
contrast 1.35:1
Card sample
#112821 text on a white background
contrast 15.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #112821;
Background color
Panel with #112821 background
background-color: #112821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #112821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 40, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 40, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #112821; background: linear-gradient(135deg, #112821, #112028);