HSL(53, 71%, 32%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(53,71%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(53, 71%, 32%) | color: hsl(53, 71%, 32%) | |
| HEX | #8C7E18 | color: #8C7E18 | |
| RGB | rgb(140, 126, 24) | color: rgb(140, 126, 24) | |
| CMYK | cmyk(0%, 10%, 83%, 45%) | — | |
| HSV | hsv(53, 83%, 55%) | — | |
| HWB | hwb(53 9% 45%) | color: hwb(53 9% 45%) | |
| OKLCH | oklch(0.5883 0.1151 100.88) | color: oklch(0.5883 0.1151 100.88) | |
| Lab | lab(52.47 -5.66 52.34) | color: lab(52.47 -5.66 52.34) | |
| LCH | lch(52.47 52.65 96.17) | color: lch(52.47 52.65 96.17) |
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)
#868631 — rgb(134, 134, 49)
Deuteranopia (Green-blind)
#878837 — rgb(135, 136, 55)
Tritanopia (Blue-blind)
#8B4448 — rgb(139, 68, 72)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(53, 71%, 32%);
text
color: hsl(53, 71%, 32%);
border
border: 2px solid hsl(53, 71%, 32%);
gradient light
background: linear-gradient(to right, hsl(53, 71%, 52%), hsl(53, 71%, 32%));
gradient dark
background: linear-gradient(to right, hsl(53, 71%, 32%), hsl(53, 71%, 12%))
hex
background-color: #8C7E18;
tailwind
bg-[hsl(53,71%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(53, 71%, 32%, 0.4);
css variable
--color-primary: hsl(53, 71%, 32%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(53, 71%, 32%)?
HEX: #8C7E18 | RGB: rgb(140, 126, 24) | CMYK: 0%, 10%, 83%, 45% | HSV: 53°, 83%, 55%. Copy any format from the conversion table above.
What colors go well with #8C7E18?
The complementary color is HSL(233, 71%, 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, 71%, 32%) in CSS?
As HSL: color: hsl(53, 71%, 32%); — As HEX: color: #8C7E18; — As RGB: color: rgb(140, 126, 24); — Tailwind CSS: bg-[hsl(53,71%,32%)] — CSS variable: --color-primary: hsl(53, 71%, 32%);