HSL(52, 44%, 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(52,44%,7%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(52, 44%, 7%) | color: hsl(52, 44%, 7%) | |
| HEX | #1A180A | color: #1A180A | |
| RGB | rgb(26, 24, 10) | color: rgb(26, 24, 10) | |
| CMYK | cmyk(0%, 8%, 62%, 90%) | — | |
| HSV | hsv(53, 62%, 10%) | — | |
| HWB | hwb(53 4% 90%) | color: hwb(53 4% 90%) | |
| OKLCH | oklch(0.207 0.0253 101.21) | color: oklch(0.207 0.0253 101.21) | |
| Lab | lab(8.08 -1.76 7.97) | color: lab(8.08 -1.76 7.97) | |
| LCH | lch(8.08 8.16 102.45) | color: lch(8.08 8.16 102.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)
#19190D — rgb(25, 25, 13)
Deuteranopia (Green-blind)
#19190E — rgb(25, 25, 14)
Tritanopia (Blue-blind)
#1A1011 — rgb(26, 16, 17)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(52, 44%, 7%);
text
color: hsl(52, 44%, 7%);
border
border: 2px solid hsl(52, 44%, 7%);
gradient light
background: linear-gradient(to right, hsl(52, 44%, 27%), hsl(52, 44%, 7%));
gradient dark
background: linear-gradient(to right, hsl(52, 44%, 7%), hsl(52, 44%, 0%))
hex
background-color: #1A180A;
tailwind
bg-[hsl(52,44%,7%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(52, 44%, 7%, 0.4);
css variable
--color-primary: hsl(52, 44%, 7%);
Related Colors
Use Cases for Very Dark Yellow
Frequently Asked Questions
What are all the color codes for HSL(52, 44%, 7%)?
HEX: #1A180A | RGB: rgb(26, 24, 10) | CMYK: 0%, 8%, 62%, 90% | HSV: 53°, 62%, 10%. Copy any format from the conversion table above.
What colors go well with #1A180A?
The complementary color is HSL(232, 44%, 7%). For a triadic harmony, use hues 52°, 172°, and 292°. For analogous combinations, try hues 22° and 82°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(52, 44%, 7%) in CSS?
As HSL: color: hsl(52, 44%, 7%); — As HEX: color: #1A180A; — As RGB: color: rgb(26, 24, 10); — Tailwind CSS: bg-[hsl(52,44%,7%)] — CSS variable: --color-primary: hsl(52, 44%, 7%);