#11221a
a deep, soft green · cool · closest name: black
RGB
17, 34, 26
HSL
152°, 33%, 10%
CMYK
50, 0, 24, 87
Luminance
0.0134
Every format
| HEX | #11221a |
| RGB | rgb(17, 34, 26) |
| HSL | hsl(152, 33%, 10%) |
| CMYK | cmyk(50%, 0%, 24%, 87%) |
| LAB | lab(11.5 -9.5 3.2) |
| LCH | lch(11.5 10.0 161.5) |
| OKLCH | oklch(0.234 0.028 162.9) |
Copy-ready code
/* CSS */
color: #11221a;
background-color: #11221a;
/* Tailwind (arbitrary) */
class="text-[#11221a] bg-[#11221a]"
/* SCSS */
$brand: #11221a;
/* SwiftUI */
Color(red: 0.067, green: 0.133, blue: 0.102)
/* Android */
Color.parseColor("#11221a")Accessibility — WCAG contrast
Aa
#11221a on white: 16.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#11221a on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green13.3%
Blue10.2%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow23.5%
Key (black)86.7%
Color previews
#11221a text on a black background
contrast 1.27:1
Card sample
#11221a text on a white background
contrast 16.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11221a;
Background color
Panel with #11221a background
background-color: #11221a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11221a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 34, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 34, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11221a; background: linear-gradient(135deg, #11221a, #111F22);