HSL(52, 61%, 41%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(52,61%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(52, 61%, 41%) | color: hsl(52, 61%, 41%) | |
| HEX | #A89729 | color: #A89729 | |
| RGB | rgb(168, 151, 41) | color: rgb(168, 151, 41) | |
| CMYK | cmyk(0%, 10%, 76%, 34%) | — | |
| HSV | hsv(52, 76%, 66%) | — | |
| HWB | hwb(52 16% 34%) | color: hwb(52 16% 34%) | |
| OKLCH | oklch(0.672 0.1259 100.12) | color: oklch(0.672 0.1259 100.12) | |
| Lab | lab(62.19 -5.84 56.43) | color: lab(62.19 -5.84 56.43) | |
| LCH | lch(62.19 56.73 95.91) | color: lch(62.19 56.73 95.91) |
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)
#A1A044 — rgb(161, 160, 68)
Deuteranopia (Green-blind)
#A2A34A — rgb(162, 163, 74)
Tritanopia (Blue-blind)
#A7595D — rgb(167, 89, 93)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(52, 61%, 41%);
text
color: hsl(52, 61%, 41%);
border
border: 2px solid hsl(52, 61%, 41%);
gradient light
background: linear-gradient(to right, hsl(52, 61%, 61%), hsl(52, 61%, 41%));
gradient dark
background: linear-gradient(to right, hsl(52, 61%, 41%), hsl(52, 61%, 21%))
hex
background-color: #A89729;
tailwind
bg-[hsl(52,61%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(52, 61%, 41%, 0.4);
css variable
--color-primary: hsl(52, 61%, 41%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(52, 61%, 41%)?
HEX: #A89729 | RGB: rgb(168, 151, 41) | CMYK: 0%, 10%, 76%, 34% | HSV: 52°, 76%, 66%. Copy any format from the conversion table above.
What colors go well with #A89729?
The complementary color is HSL(232, 61%, 41%). 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, 61%, 41%) in CSS?
As HSL: color: hsl(52, 61%, 41%); — As HEX: color: #A89729; — As RGB: color: rgb(168, 151, 41); — Tailwind CSS: bg-[hsl(52,61%,41%)] — CSS variable: --color-primary: hsl(52, 61%, 41%);