#11222a
a deep, soft cyan · cool · closest name: black
RGB
17, 34, 42
HSL
199°, 42%, 12%
CMYK
60, 19, 0, 84
Luminance
0.0143
Every format
| HEX | #11222a |
| RGB | rgb(17, 34, 42) |
| HSL | hsl(199, 42%, 12%) |
| CMYK | cmyk(60%, 19%, 0%, 84%) |
| LAB | lab(12.2 -4.3 -7.5) |
| LCH | lch(12.2 8.7 240.5) |
| OKLCH | oklch(0.241 0.027 229.7) |
Copy-ready code
/* CSS */
color: #11222a;
background-color: #11222a;
/* Tailwind (arbitrary) */
class="text-[#11222a] bg-[#11222a]"
/* SCSS */
$brand: #11222a;
/* SwiftUI */
Color(red: 0.067, green: 0.133, blue: 0.165)
/* Android */
Color.parseColor("#11222a")Accessibility — WCAG contrast
Aa
#11222a on white: 16.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#11222a on black: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green13.3%
Blue16.5%
CMYK percentages
Cyan59.5%
Magenta19.0%
Yellow0.0%
Key (black)83.5%
Color previews
#11222a text on a black background
contrast 1.29:1
Card sample
#11222a text on a white background
contrast 16.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11222a;
Background color
Panel with #11222a background
background-color: #11222a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11222a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 34, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 34, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11222a; background: linear-gradient(135deg, #11222a, #11112A);