HSL(46, 100%, 32%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(46,100%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(46, 100%, 32%) | color: hsl(46, 100%, 32%) | |
| HEX | #A37D00 | color: #A37D00 | |
| RGB | rgb(163, 125, 0) | color: rgb(163, 125, 0) | |
| CMYK | cmyk(0%, 23%, 100%, 36%) | — | |
| HSV | hsv(46, 100%, 64%) | — | |
| HWB | hwb(46 0% 36%) | color: hwb(46 0% 36%) | |
| OKLCH | oklch(0.6097 0.1247 87.16) | color: oklch(0.6097 0.1247 87.16) | |
| Lab | lab(54.51 5.12 60.15) | color: lab(54.51 5.12 60.15) | |
| LCH | lch(54.51 60.37 85.13) | color: lch(54.51 60.37 85.13) |
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)
#93921E — rgb(147, 146, 30)
Deuteranopia (Green-blind)
#959826 — rgb(149, 152, 38)
Tritanopia (Blue-blind)
#A1363B — rgb(161, 54, 59)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(46, 100%, 32%);
text
color: hsl(46, 100%, 32%);
border
border: 2px solid hsl(46, 100%, 32%);
gradient light
background: linear-gradient(to right, hsl(46, 100%, 52%), hsl(46, 100%, 32%));
gradient dark
background: linear-gradient(to right, hsl(46, 100%, 32%), hsl(46, 100%, 12%))
hex
background-color: #A37D00;
tailwind
bg-[hsl(46,100%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(46, 100%, 32%, 0.4);
css variable
--color-primary: hsl(46, 100%, 32%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(46, 100%, 32%)?
HEX: #A37D00 | RGB: rgb(163, 125, 0) | CMYK: 0%, 23%, 100%, 36% | HSV: 46°, 100%, 64%. Copy any format from the conversion table above.
What colors go well with #A37D00?
The complementary color is HSL(226, 100%, 32%). For a triadic harmony, use hues 46°, 166°, and 286°. For analogous combinations, try hues 16° and 76°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(46, 100%, 32%) in CSS?
As HSL: color: hsl(46, 100%, 32%); — As HEX: color: #A37D00; — As RGB: color: rgb(163, 125, 0); — Tailwind CSS: bg-[hsl(46,100%,32%)] — CSS variable: --color-primary: hsl(46, 100%, 32%);