HSL(53, 20%, 58%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(53,20%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(53, 20%, 58%) | color: hsl(53, 20%, 58%) | |
| HEX | #A9A47E | color: #A9A47E | |
| RGB | rgb(169, 164, 126) | color: rgb(169, 164, 126) | |
| CMYK | cmyk(0%, 3%, 25%, 34%) | — | |
| HSV | hsv(53, 25%, 66%) | — | |
| HWB | hwb(53 50% 34%) | color: hwb(53 50% 34%) | |
| OKLCH | oklch(0.713 0.0528 101.35) | color: oklch(0.713 0.0528 101.35) | |
| Lab | lab(66.89 -4.46 20.42) | color: lab(66.89 -4.46 20.42) | |
| LCH | lch(66.89 20.9 102.32) | color: lch(66.89 20.9 102.32) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#A7A787 — rgb(167, 167, 135)
Deuteranopia (Green-blind)
#A7A889 — rgb(167, 168, 137)
Tritanopia (Blue-blind)
#A98E90 — rgb(169, 142, 144)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(53, 20%, 58%);
text
color: hsl(53, 20%, 58%);
border
border: 2px solid hsl(53, 20%, 58%);
gradient light
background: linear-gradient(to right, hsl(53, 20%, 78%), hsl(53, 20%, 58%));
gradient dark
background: linear-gradient(to right, hsl(53, 20%, 58%), hsl(53, 20%, 38%))
hex
background-color: #A9A47E;
tailwind
bg-[hsl(53,20%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(53, 20%, 58%, 0.4);
css variable
--color-primary: hsl(53, 20%, 58%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(53, 20%, 58%)?
HEX: #A9A47E | RGB: rgb(169, 164, 126) | CMYK: 0%, 3%, 25%, 34% | HSV: 53°, 25%, 66%. Copy any format from the conversion table above.
What colors go well with #A9A47E?
The complementary color is HSL(233, 20%, 58%). 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, 20%, 58%) in CSS?
As HSL: color: hsl(53, 20%, 58%); — As HEX: color: #A9A47E; — As RGB: color: rgb(169, 164, 126); — Tailwind CSS: bg-[hsl(53,20%,58%)] — CSS variable: --color-primary: hsl(53, 20%, 58%);