#17110c
a deep, soft orange · warm · closest name: black
RGB
23, 17, 12
HSL
27°, 31%, 7%
CMYK
0, 26, 48, 91
Luminance
0.0061
Every format
| HEX | #17110c |
| RGB | rgb(23, 17, 12) |
| HSL | hsl(27, 31%, 7%) |
| CMYK | cmyk(0%, 26%, 48%, 91%) |
| LAB | lab(5.5 1.7 3.3) |
| LCH | lch(5.5 3.7 63.2) |
| OKLCH | oklch(0.183 0.014 61.6) |
Copy-ready code
/* CSS */
color: #17110c;
background-color: #17110c;
/* Tailwind (arbitrary) */
class="text-[#17110c] bg-[#17110c]"
/* SCSS */
$brand: #17110c;
/* SwiftUI */
Color(red: 0.090, green: 0.067, blue: 0.047)
/* Android */
Color.parseColor("#17110c")Accessibility — WCAG contrast
Aa
#17110c on white: 18.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#17110c on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green6.7%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta26.1%
Yellow47.8%
Key (black)91.0%
Color previews
#17110c text on a black background
contrast 1.12:1
Card sample
#17110c text on a white background
contrast 18.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17110c;
Background color
Panel with #17110c background
background-color: #17110c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17110c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 17, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 17, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17110c; background: linear-gradient(135deg, #17110c, #16170C);