HSL(55, 100%, 33%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(55,100%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(55, 100%, 33%) | color: hsl(55, 100%, 33%) | |
| HEX | #A89A00 | color: #A89A00 | |
| RGB | rgb(168, 154, 0) | color: rgb(168, 154, 0) | |
| CMYK | cmyk(0%, 8%, 100%, 34%) | — | |
| HSV | hsv(55, 100%, 66%) | — | |
| HWB | hwb(55 0% 34%) | color: hwb(55 0% 34%) | |
| OKLCH | oklch(0.6771 0.1424 103) | color: oklch(0.6771 0.1424 103) | |
| Lab | lab(62.88 -8.46 66.29) | color: lab(62.88 -8.46 66.29) | |
| LCH | lch(62.88 66.83 97.27) | color: lch(62.88 66.83 97.27) |
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)
#A2A225 — rgb(162, 162, 37)
Deuteranopia (Green-blind)
#A3A42E — rgb(163, 164, 46)
Tritanopia (Blue-blind)
#A74349 — rgb(167, 67, 73)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(55, 100%, 33%);
text
color: hsl(55, 100%, 33%);
border
border: 2px solid hsl(55, 100%, 33%);
gradient light
background: linear-gradient(to right, hsl(55, 100%, 53%), hsl(55, 100%, 33%));
gradient dark
background: linear-gradient(to right, hsl(55, 100%, 33%), hsl(55, 100%, 13%))
hex
background-color: #A89A00;
tailwind
bg-[hsl(55,100%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(55, 100%, 33%, 0.4);
css variable
--color-primary: hsl(55, 100%, 33%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(55, 100%, 33%)?
HEX: #A89A00 | RGB: rgb(168, 154, 0) | CMYK: 0%, 8%, 100%, 34% | HSV: 55°, 100%, 66%. Copy any format from the conversion table above.
What colors go well with #A89A00?
The complementary color is HSL(235, 100%, 33%). 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, 100%, 33%) in CSS?
As HSL: color: hsl(55, 100%, 33%); — As HEX: color: #A89A00; — As RGB: color: rgb(168, 154, 0); — Tailwind CSS: bg-[hsl(55,100%,33%)] — CSS variable: --color-primary: hsl(55, 100%, 33%);