#111b18
a deep, soft cyan · cool · closest name: black
RGB
17, 27, 24
HSL
162°, 23%, 9%
CMYK
37, 0, 11, 89
Luminance
0.0097
Every format
| HEX | #111b18 |
| RGB | rgb(17, 27, 24) |
| HSL | hsl(162, 23%, 9%) |
| CMYK | cmyk(37%, 0%, 11%, 89%) |
| LAB | lab(8.7 -5.3 0.6) |
| LCH | lch(8.7 5.4 173.4) |
| OKLCH | oklch(0.211 0.016 174.3) |
Copy-ready code
/* CSS */
color: #111b18;
background-color: #111b18;
/* Tailwind (arbitrary) */
class="text-[#111b18] bg-[#111b18]"
/* SCSS */
$brand: #111b18;
/* SwiftUI */
Color(red: 0.067, green: 0.106, blue: 0.094)
/* Android */
Color.parseColor("#111b18")Accessibility — WCAG contrast
Aa
#111b18 on white: 17.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#111b18 on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green10.6%
Blue9.4%
CMYK percentages
Cyan37.0%
Magenta0.0%
Yellow11.1%
Key (black)89.4%
Color previews
#111b18 text on a black background
contrast 1.19:1
Card sample
#111b18 text on a white background
contrast 17.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #111b18;
Background color
Panel with #111b18 background
background-color: #111b18;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #111b18;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 27, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 27, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #111b18; background: linear-gradient(135deg, #111b18, #11171B);