#171208
a deep, vivid yellow · warm · closest name: black
RGB
23, 18, 8
HSL
40°, 48%, 6%
CMYK
0, 22, 65, 91
Luminance
0.0063
Every format
| HEX | #171208 |
| RGB | rgb(23, 18, 8) |
| HSL | hsl(40, 48%, 6%) |
| CMYK | cmyk(0%, 22%, 65%, 91%) |
| LAB | lab(5.7 0.5 5.3) |
| LCH | lch(5.7 5.3 84.5) |
| OKLCH | oklch(0.185 0.021 84.3) |
Copy-ready code
/* CSS */
color: #171208;
background-color: #171208;
/* Tailwind (arbitrary) */
class="text-[#171208] bg-[#171208]"
/* SCSS */
$brand: #171208;
/* SwiftUI */
Color(red: 0.090, green: 0.071, blue: 0.031)
/* Android */
Color.parseColor("#171208")Accessibility — WCAG contrast
Aa
#171208 on white: 18.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#171208 on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green7.1%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta21.7%
Yellow65.2%
Key (black)91.0%
Color previews
#171208 text on a black background
contrast 1.13:1
Card sample
#171208 text on a white background
contrast 18.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #171208;
Background color
Panel with #171208 background
background-color: #171208;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #171208;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 18, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 18, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #171208; background: linear-gradient(135deg, #171208, #121708);