HSL(49, 50%, 5%)
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(49,50%,5%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(49, 50%, 5%) | color: hsl(49, 50%, 5%) | |
| HEX | #131106 | color: #131106 | |
| RGB | rgb(19, 17, 6) | color: rgb(19, 17, 6) | |
| CMYK | cmyk(0%, 11%, 68%, 93%) | — | |
| HSV | hsv(51, 68%, 7%) | — | |
| HWB | hwb(51 2% 93%) | color: hwb(51 2% 93%) | |
| OKLCH | oklch(0.1763 0.0218 99.71) | color: oklch(0.1763 0.0218 99.71) | |
| Lab | lab(4.99 -0.95 4.99) | color: lab(4.99 -0.95 4.99) | |
| LCH | lch(4.99 5.08 100.78) | color: lch(4.99 5.08 100.78) |
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)
#121209 — rgb(18, 18, 9)
Deuteranopia (Green-blind)
#121209 — rgb(18, 18, 9)
Tritanopia (Blue-blind)
#130B0B — rgb(19, 11, 11)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(49, 50%, 5%);
text
color: hsl(49, 50%, 5%);
border
border: 2px solid hsl(49, 50%, 5%);
gradient light
background: linear-gradient(to right, hsl(49, 50%, 25%), hsl(49, 50%, 5%));
gradient dark
background: linear-gradient(to right, hsl(49, 50%, 5%), hsl(49, 50%, 0%))
hex
background-color: #131106;
tailwind
bg-[hsl(49,50%,5%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(49, 50%, 5%, 0.4);
css variable
--color-primary: hsl(49, 50%, 5%);
Related Colors
Use Cases for Very Dark Yellow
Frequently Asked Questions
What are all the color codes for HSL(49, 50%, 5%)?
HEX: #131106 | RGB: rgb(19, 17, 6) | CMYK: 0%, 11%, 68%, 93% | HSV: 51°, 68%, 7%. Copy any format from the conversion table above.
What colors go well with #131106?
The complementary color is HSL(229, 50%, 5%). For a triadic harmony, use hues 49°, 169°, and 289°. For analogous combinations, try hues 19° and 79°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(49, 50%, 5%) in CSS?
As HSL: color: hsl(49, 50%, 5%); — As HEX: color: #131106; — As RGB: color: rgb(19, 17, 6); — Tailwind CSS: bg-[hsl(49,50%,5%)] — CSS variable: --color-primary: hsl(49, 50%, 5%);