#11221c
a deep, soft green · cool · closest name: black
RGB
17, 34, 28
HSL
159°, 33%, 10%
CMYK
50, 0, 18, 87
Luminance
0.0135
Every format
| HEX | #11221c |
| RGB | rgb(17, 34, 28) |
| HSL | hsl(159, 33%, 10%) |
| CMYK | cmyk(50%, 0%, 18%, 87%) |
| LAB | lab(11.6 -8.9 1.8) |
| LCH | lch(11.6 9.1 168.5) |
| OKLCH | oklch(0.235 0.026 169.6) |
Copy-ready code
/* CSS */
color: #11221c;
background-color: #11221c;
/* Tailwind (arbitrary) */
class="text-[#11221c] bg-[#11221c]"
/* SCSS */
$brand: #11221c;
/* SwiftUI */
Color(red: 0.067, green: 0.133, blue: 0.110)
/* Android */
Color.parseColor("#11221c")Accessibility — WCAG contrast
Aa
#11221c on white: 16.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#11221c on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green13.3%
Blue11.0%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow17.6%
Key (black)86.7%
Color previews
#11221c text on a black background
contrast 1.27:1
Card sample
#11221c text on a white background
contrast 16.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11221c;
Background color
Panel with #11221c background
background-color: #11221c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11221c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 34, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 34, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11221c; background: linear-gradient(135deg, #11221c, #111D22);