HSL(53, 49%, 23%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(53,49%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(53, 49%, 23%) | color: hsl(53, 49%, 23%) | |
| HEX | #57511E | color: #57511E | |
| RGB | rgb(87, 81, 30) | color: rgb(87, 81, 30) | |
| CMYK | cmyk(0%, 7%, 66%, 66%) | — | |
| HSV | hsv(54, 66%, 34%) | — | |
| HWB | hwb(54 12% 66%) | color: hwb(54 12% 66%) | |
| OKLCH | oklch(0.4293 0.0709 102.63) | color: oklch(0.4293 0.0709 102.63) | |
| Lab | lab(33.99 -4.84 30.13) | color: lab(33.99 -4.84 30.13) | |
| LCH | lch(33.99 30.52 99.13) | color: lch(33.99 30.52 99.13) |
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)
#54542A — rgb(84, 84, 42)
Deuteranopia (Green-blind)
#55552D — rgb(85, 85, 45)
Tritanopia (Blue-blind)
#573436 — rgb(87, 52, 54)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(53, 49%, 23%);
text
color: hsl(53, 49%, 23%);
border
border: 2px solid hsl(53, 49%, 23%);
gradient light
background: linear-gradient(to right, hsl(53, 49%, 43%), hsl(53, 49%, 23%));
gradient dark
background: linear-gradient(to right, hsl(53, 49%, 23%), hsl(53, 49%, 3%))
hex
background-color: #57511E;
tailwind
bg-[hsl(53,49%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(53, 49%, 23%, 0.4);
css variable
--color-primary: hsl(53, 49%, 23%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(53, 49%, 23%)?
HEX: #57511E | RGB: rgb(87, 81, 30) | CMYK: 0%, 7%, 66%, 66% | HSV: 54°, 66%, 34%. Copy any format from the conversion table above.
What colors go well with #57511E?
The complementary color is HSL(233, 49%, 23%). 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, 49%, 23%) in CSS?
As HSL: color: hsl(53, 49%, 23%); — As HEX: color: #57511E; — As RGB: color: rgb(87, 81, 30); — Tailwind CSS: bg-[hsl(53,49%,23%)] — CSS variable: --color-primary: hsl(53, 49%, 23%);