HSL(53, 24%, 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(53,24%,7%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(53, 24%, 7%) | color: hsl(53, 24%, 7%) | |
| HEX | #16150E | color: #16150E | |
| RGB | rgb(22, 21, 14) | color: rgb(22, 21, 14) | |
| CMYK | cmyk(0%, 5%, 36%, 91%) | — | |
| HSV | hsv(53, 36%, 9%) | — | |
| HWB | hwb(53 6% 91%) | color: hwb(53 6% 91%) | |
| OKLCH | oklch(0.1944 0.0135 100.76) | color: oklch(0.1944 0.0135 100.76) | |
| Lab | lab(6.67 -0.97 4.03) | color: lab(6.67 -0.97 4.03) | |
| LCH | lch(6.67 4.15 103.53) | color: lch(6.67 4.15 103.53) |
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)
#161610 — rgb(22, 22, 16)
Deuteranopia (Green-blind)
#161610 — rgb(22, 22, 16)
Tritanopia (Blue-blind)
#161111 — rgb(22, 17, 17)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(53, 24%, 7%);
text
color: hsl(53, 24%, 7%);
border
border: 2px solid hsl(53, 24%, 7%);
gradient light
background: linear-gradient(to right, hsl(53, 24%, 27%), hsl(53, 24%, 7%));
gradient dark
background: linear-gradient(to right, hsl(53, 24%, 7%), hsl(53, 24%, 0%))
hex
background-color: #16150E;
tailwind
bg-[hsl(53,24%,7%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(53, 24%, 7%, 0.4);
css variable
--color-primary: hsl(53, 24%, 7%);
Related Colors
Use Cases for Very Dark Yellow
Frequently Asked Questions
What are all the color codes for HSL(53, 24%, 7%)?
HEX: #16150E | RGB: rgb(22, 21, 14) | CMYK: 0%, 5%, 36%, 91% | HSV: 53°, 36%, 9%. Copy any format from the conversion table above.
What colors go well with #16150E?
The complementary color is HSL(233, 24%, 7%). 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, 24%, 7%) in CSS?
As HSL: color: hsl(53, 24%, 7%); — As HEX: color: #16150E; — As RGB: color: rgb(22, 21, 14); — Tailwind CSS: bg-[hsl(53,24%,7%)] — CSS variable: --color-primary: hsl(53, 24%, 7%);