#110607
a deep, vivid red · warm · closest name: black
RGB
17, 6, 7
HSL
355°, 48%, 5%
CMYK
0, 65, 59, 93
Luminance
0.0026
Every format
| HEX | #110607 |
| RGB | rgb(17, 6, 7) |
| HSL | hsl(355, 48%, 5%) |
| CMYK | cmyk(0%, 65%, 59%, 93%) |
| LAB | lab(2.4 3.4 0.8) |
| LCH | lch(2.4 3.5 12.8) |
| OKLCH | oklch(0.141 0.021 13.0) |
Copy-ready code
/* CSS */
color: #110607;
background-color: #110607;
/* Tailwind (arbitrary) */
class="text-[#110607] bg-[#110607]"
/* SCSS */
$brand: #110607;
/* SwiftUI */
Color(red: 0.067, green: 0.024, blue: 0.027)
/* Android */
Color.parseColor("#110607")Accessibility — WCAG contrast
Aa
#110607 on white: 19.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#110607 on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green2.4%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta64.7%
Yellow58.8%
Key (black)93.3%
Color previews
#110607 text on a black background
contrast 1.05:1
Card sample
#110607 text on a white background
contrast 19.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #110607;
Background color
Panel with #110607 background
background-color: #110607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #110607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 6, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 6, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #110607; background: linear-gradient(135deg, #110607, #110C06);