#111414
a deep, muted cyan · cool · closest name: black
RGB
17, 20, 20
HSL
180°, 8%, 7%
CMYK
15, 0, 0, 92
Luminance
0.0067
Every format
| HEX | #111414 |
| RGB | rgb(17, 20, 20) |
| HSL | hsl(180, 8%, 7%) |
| CMYK | cmyk(15%, 0%, 0%, 92%) |
| LAB | lab(6.0 -1.2 -0.4) |
| LCH | lch(6.0 1.3 199.3) |
| OKLCH | oklch(0.188 0.005 196.8) |
Copy-ready code
/* CSS */
color: #111414;
background-color: #111414;
/* Tailwind (arbitrary) */
class="text-[#111414] bg-[#111414]"
/* SCSS */
$brand: #111414;
/* SwiftUI */
Color(red: 0.067, green: 0.078, blue: 0.078)
/* Android */
Color.parseColor("#111414")Accessibility — WCAG contrast
Aa
#111414 on white: 18.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#111414 on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green7.8%
Blue7.8%
CMYK percentages
Cyan15.0%
Magenta0.0%
Yellow0.0%
Key (black)92.2%
Color previews
#111414 text on a black background
contrast 1.13:1
Card sample
#111414 text on a white background
contrast 18.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #111414;
Background color
Panel with #111414 background
background-color: #111414;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #111414;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 20, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 20, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #111414; background: linear-gradient(135deg, #111414, #111214);