#111a1a
a deep, soft cyan · cool · closest name: black
RGB
17, 26, 26
HSL
180°, 21%, 8%
CMYK
35, 0, 0, 90
Luminance
0.0093
Every format
| HEX | #111a1a |
| RGB | rgb(17, 26, 26) |
| HSL | hsl(180, 21%, 8%) |
| CMYK | cmyk(35%, 0%, 0%, 90%) |
| LAB | lab(8.4 -4.0 -1.3) |
| LCH | lch(8.4 4.3 198.3) |
| OKLCH | oklch(0.209 0.013 196.2) |
Copy-ready code
/* CSS */
color: #111a1a;
background-color: #111a1a;
/* Tailwind (arbitrary) */
class="text-[#111a1a] bg-[#111a1a]"
/* SCSS */
$brand: #111a1a;
/* SwiftUI */
Color(red: 0.067, green: 0.102, blue: 0.102)
/* Android */
Color.parseColor("#111a1a")Accessibility — WCAG contrast
Aa
#111a1a on white: 17.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#111a1a on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green10.2%
Blue10.2%
CMYK percentages
Cyan34.6%
Magenta0.0%
Yellow0.0%
Key (black)89.8%
Color previews
#111a1a text on a black background
contrast 1.19:1
Card sample
#111a1a text on a white background
contrast 17.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #111a1a;
Background color
Panel with #111a1a background
background-color: #111a1a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #111a1a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 26, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 26, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #111a1a; background: linear-gradient(135deg, #111a1a, #11141A);