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