HSL(53, 47%, 33%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(53,47%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(53, 47%, 33%) | color: hsl(53, 47%, 33%) | |
| HEX | #7C722D | color: #7C722D | |
| RGB | rgb(124, 114, 45) | color: rgb(124, 114, 45) | |
| CMYK | cmyk(0%, 8%, 64%, 51%) | — | |
| HSV | hsv(52, 64%, 49%) | — | |
| HWB | hwb(52 18% 51%) | color: hwb(52 18% 51%) | |
| OKLCH | oklch(0.5468 0.0902 101.1) | color: oklch(0.5468 0.0902 101.1) | |
| Lab | lab(47.64 -5.28 38.63) | color: lab(47.64 -5.28 38.63) | |
| LCH | lch(47.64 38.99 97.78) | color: lch(47.64 38.99 97.78) |
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)
#78783E — rgb(120, 120, 62)
Deuteranopia (Green-blind)
#787942 — rgb(120, 121, 66)
Tritanopia (Blue-blind)
#7C4B4E — rgb(124, 75, 78)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(53, 47%, 33%);
text
color: hsl(53, 47%, 33%);
border
border: 2px solid hsl(53, 47%, 33%);
gradient light
background: linear-gradient(to right, hsl(53, 47%, 53%), hsl(53, 47%, 33%));
gradient dark
background: linear-gradient(to right, hsl(53, 47%, 33%), hsl(53, 47%, 13%))
hex
background-color: #7C722D;
tailwind
bg-[hsl(53,47%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(53, 47%, 33%, 0.4);
css variable
--color-primary: hsl(53, 47%, 33%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(53, 47%, 33%)?
HEX: #7C722D | RGB: rgb(124, 114, 45) | CMYK: 0%, 8%, 64%, 51% | HSV: 52°, 64%, 49%. Copy any format from the conversion table above.
What colors go well with #7C722D?
The complementary color is HSL(233, 47%, 33%). 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, 47%, 33%) in CSS?
As HSL: color: hsl(53, 47%, 33%); — As HEX: color: #7C722D; — As RGB: color: rgb(124, 114, 45); — Tailwind CSS: bg-[hsl(53,47%,33%)] — CSS variable: --color-primary: hsl(53, 47%, 33%);