#112211
a deep, soft green · cool · closest name: black
RGB
17, 34, 17
HSL
120°, 33%, 10%
CMYK
50, 0, 50, 87
Luminance
0.0130
Every format
| HEX | #112211 |
| RGB | rgb(17, 34, 17) |
| HSL | hsl(120, 33%, 10%) |
| CMYK | cmyk(50%, 0%, 50%, 87%) |
| LAB | lab(11.3 -11.7 9.0) |
| LCH | lch(11.3 14.8 142.6) |
| OKLCH | oklch(0.231 0.039 144.2) |
Copy-ready code
/* CSS */
color: #112211;
background-color: #112211;
/* Tailwind (arbitrary) */
class="text-[#112211] bg-[#112211]"
/* SCSS */
$brand: #112211;
/* SwiftUI */
Color(red: 0.067, green: 0.133, blue: 0.067)
/* Android */
Color.parseColor("#112211")Accessibility — WCAG contrast
Aa
#112211 on white: 16.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#112211 on black: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green13.3%
Blue6.7%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow50.0%
Key (black)86.7%
Color previews
#112211 text on a black background
contrast 1.26:1
Card sample
#112211 text on a white background
contrast 16.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #112211;
Background color
Panel with #112211 background
background-color: #112211;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #112211;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 34, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 34, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #112211; background: linear-gradient(135deg, #112211, #11221C);