HSL(47, 48%, 7%)
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,48%,7%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(47, 48%, 7%) | color: hsl(47, 48%, 7%) | |
| HEX | #1A1709 | color: #1A1709 | |
| RGB | rgb(26, 23, 9) | color: rgb(26, 23, 9) | |
| CMYK | cmyk(0%, 12%, 65%, 90%) | — | |
| HSV | hsv(49, 65%, 10%) | — | |
| HWB | hwb(49 4% 90%) | color: hwb(49 4% 90%) | |
| OKLCH | oklch(0.2038 0.0255 97.59) | color: oklch(0.2038 0.0255 97.59) | |
| Lab | lab(7.7 -1.16 7.81) | color: lab(7.7 -1.16 7.81) | |
| LCH | lch(7.7 7.9 98.45) | color: lch(7.7 7.9 98.45) |
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)
#19190C — rgb(25, 25, 12)
Deuteranopia (Green-blind)
#19190D — rgb(25, 25, 13)
Tritanopia (Blue-blind)
#1A0F10 — rgb(26, 15, 16)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(47, 48%, 7%);
text
color: hsl(47, 48%, 7%);
border
border: 2px solid hsl(47, 48%, 7%);
gradient light
background: linear-gradient(to right, hsl(47, 48%, 27%), hsl(47, 48%, 7%));
gradient dark
background: linear-gradient(to right, hsl(47, 48%, 7%), hsl(47, 48%, 0%))
hex
background-color: #1A1709;
tailwind
bg-[hsl(47,48%,7%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(47, 48%, 7%, 0.4);
css variable
--color-primary: hsl(47, 48%, 7%);
Related Colors
Use Cases for Very Dark Yellow
Frequently Asked Questions
What are all the color codes for HSL(47, 48%, 7%)?
HEX: #1A1709 | RGB: rgb(26, 23, 9) | CMYK: 0%, 12%, 65%, 90% | HSV: 49°, 65%, 10%. Copy any format from the conversion table above.
What colors go well with #1A1709?
The complementary color is HSL(227, 48%, 7%). 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, 48%, 7%) in CSS?
As HSL: color: hsl(47, 48%, 7%); — As HEX: color: #1A1709; — As RGB: color: rgb(26, 23, 9); — Tailwind CSS: bg-[hsl(47,48%,7%)] — CSS variable: --color-primary: hsl(47, 48%, 7%);