#171908
a deep, vivid yellow · cool · closest name: black
RGB
23, 25, 8
HSL
67°, 52%, 7%
CMYK
8, 0, 68, 90
Luminance
0.0089
Every format
| HEX | #171908 |
| RGB | rgb(23, 25, 8) |
| HSL | hsl(67, 52%, 7%) |
| CMYK | cmyk(8%, 0%, 68%, 90%) |
| LAB | lab(8.1 -4.3 8.7) |
| LCH | lch(8.1 9.8 116.4) |
| OKLCH | oklch(0.206 0.031 114.6) |
Copy-ready code
/* CSS */
color: #171908;
background-color: #171908;
/* Tailwind (arbitrary) */
class="text-[#171908] bg-[#171908]"
/* SCSS */
$brand: #171908;
/* SwiftUI */
Color(red: 0.090, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#171908")Accessibility — WCAG contrast
Aa
#171908 on white: 17.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#171908 on black: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green9.8%
Blue3.1%
CMYK percentages
Cyan8.0%
Magenta0.0%
Yellow68.0%
Key (black)90.2%
Color previews
#171908 text on a black background
contrast 1.18:1
Card sample
#171908 text on a white background
contrast 17.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #171908;
Background color
Panel with #171908 background
background-color: #171908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #171908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #171908; background: linear-gradient(135deg, #171908, #0C1908);