HSL(47, 66%, 6%)
Very Dark Yellow — Yellow color
Adjust Color
Color Information
Color Name
Very Dark Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(47,66%,6%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(47, 66%, 6%) | color: hsl(47, 66%, 6%) | |
| HEX | #191505 | color: #191505 | |
| RGB | rgb(25, 21, 5) | color: rgb(25, 21, 5) | |
| CMYK | cmyk(0%, 16%, 80%, 90%) | — | |
| HSV | hsv(48, 80%, 10%) | — | |
| HWB | hwb(48 2% 90%) | color: hwb(48 2% 90%) | |
| OKLCH | oklch(0.1958 0.0298 96.27) | color: oklch(0.1958 0.0298 96.27) | |
| Lab | lab(6.81 -0.83 8.13) | color: lab(6.81 -0.83 8.13) | |
| LCH | lch(6.81 8.17 95.83) | color: lch(6.81 8.17 95.83) |
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)
#171709 — rgb(23, 23, 9)
Deuteranopia (Green-blind)
#18180A — rgb(24, 24, 10)
Tritanopia (Blue-blind)
#190C0D — rgb(25, 12, 13)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(47, 66%, 6%);
text
color: hsl(47, 66%, 6%);
border
border: 2px solid hsl(47, 66%, 6%);
gradient light
background: linear-gradient(to right, hsl(47, 66%, 26%), hsl(47, 66%, 6%));
gradient dark
background: linear-gradient(to right, hsl(47, 66%, 6%), hsl(47, 66%, 0%))
hex
background-color: #191505;
tailwind
bg-[hsl(47,66%,6%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(47, 66%, 6%, 0.4);
css variable
--color-primary: hsl(47, 66%, 6%);
Related Colors
Use Cases for Very Dark Yellow
Frequently Asked Questions
What are all the color codes for HSL(47, 66%, 6%)?
HEX: #191505 | RGB: rgb(25, 21, 5) | CMYK: 0%, 16%, 80%, 90% | HSV: 48°, 80%, 10%. Copy any format from the conversion table above.
What colors go well with #191505?
The complementary color is HSL(227, 66%, 6%). 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, 66%, 6%) in CSS?
As HSL: color: hsl(47, 66%, 6%); — As HEX: color: #191505; — As RGB: color: rgb(25, 21, 5); — Tailwind CSS: bg-[hsl(47,66%,6%)] — CSS variable: --color-primary: hsl(47, 66%, 6%);