HSL(53, 22%, 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(53,22%,5%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(53, 22%, 5%) | color: hsl(53, 22%, 5%) | |
| HEX | #100F0A | color: #100F0A | |
| RGB | rgb(16, 15, 10) | color: rgb(16, 15, 10) | |
| CMYK | cmyk(0%, 6%, 38%, 94%) | — | |
| HSV | hsv(50, 38%, 6%) | — | |
| HWB | hwb(50 4% 94%) | color: hwb(50 4% 94%) | |
| OKLCH | oklch(0.1677 0.0101 97.95) | color: oklch(0.1677 0.0101 97.95) | |
| Lab | lab(4.28 -0.45 2.29) | color: lab(4.28 -0.45 2.29) | |
| LCH | lch(4.28 2.33 101.12) | color: lch(4.28 2.33 101.12) |
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)
#10100B — rgb(16, 16, 11)
Deuteranopia (Green-blind)
#10100C — rgb(16, 16, 12)
Tritanopia (Blue-blind)
#100C0C — rgb(16, 12, 12)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(53, 22%, 5%);
text
color: hsl(53, 22%, 5%);
border
border: 2px solid hsl(53, 22%, 5%);
gradient light
background: linear-gradient(to right, hsl(53, 22%, 25%), hsl(53, 22%, 5%));
gradient dark
background: linear-gradient(to right, hsl(53, 22%, 5%), hsl(53, 22%, 0%))
hex
background-color: #100F0A;
tailwind
bg-[hsl(53,22%,5%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(53, 22%, 5%, 0.4);
css variable
--color-primary: hsl(53, 22%, 5%);
Related Colors
Use Cases for Very Dark Yellow
Frequently Asked Questions
What are all the color codes for HSL(53, 22%, 5%)?
HEX: #100F0A | RGB: rgb(16, 15, 10) | CMYK: 0%, 6%, 38%, 94% | HSV: 50°, 38%, 6%. Copy any format from the conversion table above.
What colors go well with #100F0A?
The complementary color is HSL(233, 22%, 5%). For a triadic harmony, use hues 53°, 173°, and 293°. For analogous combinations, try hues 23° and 83°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(53, 22%, 5%) in CSS?
As HSL: color: hsl(53, 22%, 5%); — As HEX: color: #100F0A; — As RGB: color: rgb(16, 15, 10); — Tailwind CSS: bg-[hsl(53,22%,5%)] — CSS variable: --color-primary: hsl(53, 22%, 5%);