HSL(53, 64%, 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,64%,5%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(53, 64%, 5%) | color: hsl(53, 64%, 5%) | |
| HEX | #151305 | color: #151305 | |
| RGB | rgb(21, 19, 5) | color: rgb(21, 19, 5) | |
| CMYK | cmyk(0%, 10%, 76%, 92%) | — | |
| HSV | hsv(53, 76%, 8%) | — | |
| HWB | hwb(53 2% 92%) | color: hwb(53 2% 92%) | |
| OKLCH | oklch(0.1847 0.0269 101.8) | color: oklch(0.1847 0.0269 101.8) | |
| Lab | lab(5.75 -1.44 6.53) | color: lab(5.75 -1.44 6.53) | |
| LCH | lch(5.75 6.69 102.44) | color: lch(5.75 6.69 102.44) |
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)
#141408 — rgb(20, 20, 8)
Deuteranopia (Green-blind)
#141409 — rgb(20, 20, 9)
Tritanopia (Blue-blind)
#150B0C — rgb(21, 11, 12)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(53, 64%, 5%);
text
color: hsl(53, 64%, 5%);
border
border: 2px solid hsl(53, 64%, 5%);
gradient light
background: linear-gradient(to right, hsl(53, 64%, 25%), hsl(53, 64%, 5%));
gradient dark
background: linear-gradient(to right, hsl(53, 64%, 5%), hsl(53, 64%, 0%))
hex
background-color: #151305;
tailwind
bg-[hsl(53,64%,5%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(53, 64%, 5%, 0.4);
css variable
--color-primary: hsl(53, 64%, 5%);
Related Colors
Use Cases for Very Dark Yellow
Frequently Asked Questions
What are all the color codes for HSL(53, 64%, 5%)?
HEX: #151305 | RGB: rgb(21, 19, 5) | CMYK: 0%, 10%, 76%, 92% | HSV: 53°, 76%, 8%. Copy any format from the conversion table above.
What colors go well with #151305?
The complementary color is HSL(233, 64%, 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, 64%, 5%) in CSS?
As HSL: color: hsl(53, 64%, 5%); — As HEX: color: #151305; — As RGB: color: rgb(21, 19, 5); — Tailwind CSS: bg-[hsl(53,64%,5%)] — CSS variable: --color-primary: hsl(53, 64%, 5%);