HSL(53, 50%, 32%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(53,50%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(53, 50%, 32%) | color: hsl(53, 50%, 32%) | |
| HEX | #7A7129 | color: #7A7129 | |
| RGB | rgb(122, 113, 41) | color: rgb(122, 113, 41) | |
| CMYK | cmyk(0%, 7%, 66%, 52%) | — | |
| HSV | hsv(53, 66%, 48%) | — | |
| HWB | hwb(53 16% 52%) | color: hwb(53 16% 52%) | |
| OKLCH | oklch(0.5421 0.0928 102.18) | color: oklch(0.5421 0.0928 102.18) | |
| Lab | lab(47.12 -5.92 39.92) | color: lab(47.12 -5.92 39.92) | |
| LCH | lch(47.12 40.36 98.44) | color: lch(47.12 40.36 98.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)
#76763A — rgb(118, 118, 58)
Deuteranopia (Green-blind)
#77773F — rgb(119, 119, 63)
Tritanopia (Blue-blind)
#7A484B — rgb(122, 72, 75)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(53, 50%, 32%);
text
color: hsl(53, 50%, 32%);
border
border: 2px solid hsl(53, 50%, 32%);
gradient light
background: linear-gradient(to right, hsl(53, 50%, 52%), hsl(53, 50%, 32%));
gradient dark
background: linear-gradient(to right, hsl(53, 50%, 32%), hsl(53, 50%, 12%))
hex
background-color: #7A7129;
tailwind
bg-[hsl(53,50%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(53, 50%, 32%, 0.4);
css variable
--color-primary: hsl(53, 50%, 32%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(53, 50%, 32%)?
HEX: #7A7129 | RGB: rgb(122, 113, 41) | CMYK: 0%, 7%, 66%, 52% | HSV: 53°, 66%, 48%. Copy any format from the conversion table above.
What colors go well with #7A7129?
The complementary color is HSL(233, 50%, 32%). 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, 50%, 32%) in CSS?
As HSL: color: hsl(53, 50%, 32%); — As HEX: color: #7A7129; — As RGB: color: rgb(122, 113, 41); — Tailwind CSS: bg-[hsl(53,50%,32%)] — CSS variable: --color-primary: hsl(53, 50%, 32%);