#11151c
a deep, soft blue · cool · closest name: black
RGB
17, 21, 28
HSL
218°, 24%, 9%
CMYK
39, 25, 0, 89
Luminance
0.0074
Every format
| HEX | #11151c |
| RGB | rgb(17, 21, 28) |
| HSL | hsl(218, 24%, 9%) |
| CMYK | cmyk(39%, 25%, 0%, 89%) |
| LAB | lab(6.7 0.3 -5.5) |
| LCH | lch(6.7 5.5 272.6) |
| OKLCH | oklch(0.195 0.015 261.6) |
Copy-ready code
/* CSS */
color: #11151c;
background-color: #11151c;
/* Tailwind (arbitrary) */
class="text-[#11151c] bg-[#11151c]"
/* SCSS */
$brand: #11151c;
/* SwiftUI */
Color(red: 0.067, green: 0.082, blue: 0.110)
/* Android */
Color.parseColor("#11151c")Accessibility — WCAG contrast
Aa
#11151c on white: 18.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#11151c on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green8.2%
Blue11.0%
CMYK percentages
Cyan39.3%
Magenta25.0%
Yellow0.0%
Key (black)89.0%
Color previews
#11151c text on a black background
contrast 1.15:1
Card sample
#11151c text on a white background
contrast 18.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11151c;
Background color
Panel with #11151c background
background-color: #11151c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11151c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 21, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 21, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11151c; background: linear-gradient(135deg, #11151c, #14111C);