HSL(53, 60%, 44%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(53,60%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(53, 60%, 44%) | color: hsl(53, 60%, 44%) | |
| HEX | #B4A42D | color: #B4A42D | |
| RGB | rgb(180, 164, 45) | color: rgb(180, 164, 45) | |
| CMYK | cmyk(0%, 9%, 75%, 29%) | — | |
| HSV | hsv(53, 75%, 71%) | — | |
| HWB | hwb(53 18% 29%) | color: hwb(53 18% 29%) | |
| OKLCH | oklch(0.7118 0.134 101.35) | color: oklch(0.7118 0.134 101.35) | |
| Lab | lab(66.86 -7.25 59.79) | color: lab(66.86 -7.25 59.79) | |
| LCH | lch(66.86 60.23 96.91) | color: lch(66.86 60.23 96.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)
#ADAD4A — rgb(173, 173, 74)
Deuteranopia (Green-blind)
#AEAF51 — rgb(174, 175, 81)
Tritanopia (Blue-blind)
#B36166 — rgb(179, 97, 102)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(53, 60%, 44%);
text
color: hsl(53, 60%, 44%);
border
border: 2px solid hsl(53, 60%, 44%);
gradient light
background: linear-gradient(to right, hsl(53, 60%, 64%), hsl(53, 60%, 44%));
gradient dark
background: linear-gradient(to right, hsl(53, 60%, 44%), hsl(53, 60%, 24%))
hex
background-color: #B4A42D;
tailwind
bg-[hsl(53,60%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(53, 60%, 44%, 0.4);
css variable
--color-primary: hsl(53, 60%, 44%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(53, 60%, 44%)?
HEX: #B4A42D | RGB: rgb(180, 164, 45) | CMYK: 0%, 9%, 75%, 29% | HSV: 53°, 75%, 71%. Copy any format from the conversion table above.
What colors go well with #B4A42D?
The complementary color is HSL(233, 60%, 44%). 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, 60%, 44%) in CSS?
As HSL: color: hsl(53, 60%, 44%); — As HEX: color: #B4A42D; — As RGB: color: rgb(180, 164, 45); — Tailwind CSS: bg-[hsl(53,60%,44%)] — CSS variable: --color-primary: hsl(53, 60%, 44%);