HSL(47, 59%, 8%)
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,59%,8%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(47, 59%, 8%) | color: hsl(47, 59%, 8%) | |
| HEX | #201B08 | color: #201B08 | |
| RGB | rgb(32, 27, 8) | color: rgb(32, 27, 8) | |
| CMYK | cmyk(0%, 16%, 75%, 87%) | — | |
| HSV | hsv(48, 75%, 13%) | — | |
| HWB | hwb(48 3% 87%) | color: hwb(48 3% 87%) | |
| OKLCH | oklch(0.2227 0.0329 94.92) | color: oklch(0.2227 0.0329 94.92) | |
| Lab | lab(9.86 -0.79 11.44) | color: lab(9.86 -0.79 11.44) | |
| LCH | lch(9.86 11.47 93.95) | color: lch(9.86 11.47 93.95) |
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)
#1E1E0D — rgb(30, 30, 13)
Deuteranopia (Green-blind)
#1E1F0E — rgb(30, 31, 14)
Tritanopia (Blue-blind)
#201011 — rgb(32, 16, 17)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(47, 59%, 8%);
text
color: hsl(47, 59%, 8%);
border
border: 2px solid hsl(47, 59%, 8%);
gradient light
background: linear-gradient(to right, hsl(47, 59%, 28%), hsl(47, 59%, 8%));
gradient dark
background: linear-gradient(to right, hsl(47, 59%, 8%), hsl(47, 59%, 0%))
hex
background-color: #201B08;
tailwind
bg-[hsl(47,59%,8%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(47, 59%, 8%, 0.4);
css variable
--color-primary: hsl(47, 59%, 8%);
Related Colors
Use Cases for Very Dark Yellow
Frequently Asked Questions
What are all the color codes for HSL(47, 59%, 8%)?
HEX: #201B08 | RGB: rgb(32, 27, 8) | CMYK: 0%, 16%, 75%, 87% | HSV: 48°, 75%, 13%. Copy any format from the conversion table above.
What colors go well with #201B08?
The complementary color is HSL(227, 59%, 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, 59%, 8%) in CSS?
As HSL: color: hsl(47, 59%, 8%); — As HEX: color: #201B08; — As RGB: color: rgb(32, 27, 8); — Tailwind CSS: bg-[hsl(47,59%,8%)] — CSS variable: --color-primary: hsl(47, 59%, 8%);