HSL(55, 50%, 43%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(55,50%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(55, 50%, 43%) | color: hsl(55, 50%, 43%) | |
| HEX | #A49B37 | color: #A49B37 | |
| RGB | rgb(164, 155, 55) | color: rgb(164, 155, 55) | |
| CMYK | cmyk(0%, 5%, 66%, 36%) | — | |
| HSV | hsv(55, 66%, 64%) | — | |
| HWB | hwb(55 22% 36%) | color: hwb(55 22% 36%) | |
| OKLCH | oklch(0.6781 0.1201 104.16) | color: oklch(0.6781 0.1201 104.16) | |
| Lab | lab(63.02 -9.02 51.59) | color: lab(63.02 -9.02 51.59) | |
| LCH | lch(63.02 52.37 99.92) | color: lch(63.02 52.37 99.92) |
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)
#A0A04F — rgb(160, 160, 79)
Deuteranopia (Green-blind)
#A1A155 — rgb(161, 161, 85)
Tritanopia (Blue-blind)
#A46267 — rgb(164, 98, 103)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(55, 50%, 43%);
text
color: hsl(55, 50%, 43%);
border
border: 2px solid hsl(55, 50%, 43%);
gradient light
background: linear-gradient(to right, hsl(55, 50%, 63%), hsl(55, 50%, 43%));
gradient dark
background: linear-gradient(to right, hsl(55, 50%, 43%), hsl(55, 50%, 23%))
hex
background-color: #A49B37;
tailwind
bg-[hsl(55,50%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(55, 50%, 43%, 0.4);
css variable
--color-primary: hsl(55, 50%, 43%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(55, 50%, 43%)?
HEX: #A49B37 | RGB: rgb(164, 155, 55) | CMYK: 0%, 5%, 66%, 36% | HSV: 55°, 66%, 64%. Copy any format from the conversion table above.
What colors go well with #A49B37?
The complementary color is HSL(235, 50%, 43%). For a triadic harmony, use hues 55°, 175°, and 295°. For analogous combinations, try hues 25° and 85°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(55, 50%, 43%) in CSS?
As HSL: color: hsl(55, 50%, 43%); — As HEX: color: #A49B37; — As RGB: color: rgb(164, 155, 55); — Tailwind CSS: bg-[hsl(55,50%,43%)] — CSS variable: --color-primary: hsl(55, 50%, 43%);