#171504
a deep, vivid yellow · cool · closest name: black
RGB
23, 21, 4
HSL
54°, 70%, 5%
CMYK
0, 9, 83, 91
Luminance
0.0073
Every format
| HEX | #171504 |
| RGB | rgb(23, 21, 4) |
| HSL | hsl(54, 70%, 5%) |
| CMYK | cmyk(0%, 9%, 83%, 91%) |
| LAB | lab(6.6 -2.0 8.2) |
| LCH | lch(6.6 8.4 103.5) |
| OKLCH | oklch(0.193 0.032 103.2) |
Copy-ready code
/* CSS */
color: #171504;
background-color: #171504;
/* Tailwind (arbitrary) */
class="text-[#171504] bg-[#171504]"
/* SCSS */
$brand: #171504;
/* SwiftUI */
Color(red: 0.090, green: 0.082, blue: 0.016)
/* Android */
Color.parseColor("#171504")Accessibility — WCAG contrast
Aa
#171504 on white: 18.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#171504 on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green8.2%
Blue1.6%
CMYK percentages
Cyan0.0%
Magenta8.7%
Yellow82.6%
Key (black)91.0%
Color previews
#171504 text on a black background
contrast 1.15:1
Card sample
#171504 text on a white background
contrast 18.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #171504;
Background color
Panel with #171504 background
background-color: #171504;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #171504;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 21, 4, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 21, 4, 0.45);
Border & gradient
Gradient panel
border: 3px solid #171504; background: linear-gradient(135deg, #171504, #0C1704);