HSL(47, 14%, 8%)
Very Dark Yellow — Yellow color
Adjust Color
Color Information
Color Name
Very Dark Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(47,14%,8%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(47, 14%, 8%) | color: hsl(47, 14%, 8%) | |
| HEX | #171612 | color: #171612 | |
| RGB | rgb(23, 22, 18) | color: rgb(23, 22, 18) | |
| CMYK | cmyk(0%, 4%, 22%, 91%) | — | |
| HSV | hsv(48, 22%, 9%) | — | |
| HWB | hwb(48 7% 91%) | color: hwb(48 7% 91%) | |
| OKLCH | oklch(0.1998 0.0079 95.45) | color: oklch(0.1998 0.0079 95.45) | |
| Lab | lab(7.22 -0.44 2.63) | color: lab(7.22 -0.44 2.63) | |
| LCH | lch(7.22 2.67 99.5) | color: lch(7.22 2.67 99.5) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#171713 — rgb(23, 23, 19)
Deuteranopia (Green-blind)
#171713 — rgb(23, 23, 19)
Tritanopia (Blue-blind)
#171414 — rgb(23, 20, 20)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(47, 14%, 8%);
text
color: hsl(47, 14%, 8%);
border
border: 2px solid hsl(47, 14%, 8%);
gradient light
background: linear-gradient(to right, hsl(47, 14%, 28%), hsl(47, 14%, 8%));
gradient dark
background: linear-gradient(to right, hsl(47, 14%, 8%), hsl(47, 14%, 0%))
hex
background-color: #171612;
tailwind
bg-[hsl(47,14%,8%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(47, 14%, 8%, 0.4);
css variable
--color-primary: hsl(47, 14%, 8%);
Related Colors
Use Cases for Very Dark Yellow
Frequently Asked Questions
What are all the color codes for HSL(47, 14%, 8%)?
HEX: #171612 | RGB: rgb(23, 22, 18) | CMYK: 0%, 4%, 22%, 91% | HSV: 48°, 22%, 9%. Copy any format from the conversion table above.
What colors go well with #171612?
The complementary color is HSL(227, 14%, 8%). For a triadic harmony, use hues 47°, 167°, and 287°. For analogous combinations, try hues 17° and 77°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(47, 14%, 8%) in CSS?
As HSL: color: hsl(47, 14%, 8%); — As HEX: color: #171612; — As RGB: color: rgb(23, 22, 18); — Tailwind CSS: bg-[hsl(47,14%,8%)] — CSS variable: --color-primary: hsl(47, 14%, 8%);