#11181b
a deep, soft cyan · cool · closest name: black
RGB
17, 24, 27
HSL
198°, 23%, 9%
CMYK
37, 11, 0, 89
Luminance
0.0085
Every format
| HEX | #11181b |
| RGB | rgb(17, 24, 27) |
| HSL | hsl(198, 23%, 9%) |
| CMYK | cmyk(37%, 11%, 0%, 89%) |
| LAB | lab(7.7 -2.2 -3.2) |
| LCH | lch(7.7 3.9 235.3) |
| OKLCH | oklch(0.203 0.012 225.9) |
Copy-ready code
/* CSS */
color: #11181b;
background-color: #11181b;
/* Tailwind (arbitrary) */
class="text-[#11181b] bg-[#11181b]"
/* SCSS */
$brand: #11181b;
/* SwiftUI */
Color(red: 0.067, green: 0.094, blue: 0.106)
/* Android */
Color.parseColor("#11181b")Accessibility — WCAG contrast
Aa
#11181b on white: 17.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#11181b on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green9.4%
Blue10.6%
CMYK percentages
Cyan37.0%
Magenta11.1%
Yellow0.0%
Key (black)89.4%
Color previews
#11181b text on a black background
contrast 1.17:1
Card sample
#11181b text on a white background
contrast 17.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11181b;
Background color
Panel with #11181b background
background-color: #11181b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11181b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 24, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 24, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11181b; background: linear-gradient(135deg, #11181b, #11111B);