HSL(46, 32%, 29%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(46,32%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(46, 32%, 29%) | color: hsl(46, 32%, 29%) | |
| HEX | #625732 | color: #625732 | |
| RGB | rgb(98, 87, 50) | color: rgb(98, 87, 50) | |
| CMYK | cmyk(0%, 11%, 49%, 62%) | — | |
| HSV | hsv(46, 49%, 38%) | — | |
| HWB | hwb(46 19% 62%) | color: hwb(46 19% 62%) | |
| OKLCH | oklch(0.4582 0.0558 93.38) | color: oklch(0.4582 0.0558 93.38) | |
| Lab | lab(37.2 -1.21 23.07) | color: lab(37.2 -1.21 23.07) | |
| LCH | lch(37.2 23.1 93) | color: lch(37.2 23.1 93) |
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)
#5D5D3B — rgb(93, 93, 59)
Deuteranopia (Green-blind)
#5E5F3D — rgb(94, 95, 61)
Tritanopia (Blue-blind)
#614244 — rgb(97, 66, 68)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(46, 32%, 29%);
text
color: hsl(46, 32%, 29%);
border
border: 2px solid hsl(46, 32%, 29%);
gradient light
background: linear-gradient(to right, hsl(46, 32%, 49%), hsl(46, 32%, 29%));
gradient dark
background: linear-gradient(to right, hsl(46, 32%, 29%), hsl(46, 32%, 9%))
hex
background-color: #625732;
tailwind
bg-[hsl(46,32%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(46, 32%, 29%, 0.4);
css variable
--color-primary: hsl(46, 32%, 29%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(46, 32%, 29%)?
HEX: #625732 | RGB: rgb(98, 87, 50) | CMYK: 0%, 11%, 49%, 62% | HSV: 46°, 49%, 38%. Copy any format from the conversion table above.
What colors go well with #625732?
The complementary color is HSL(226, 32%, 29%). 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, 32%, 29%) in CSS?
As HSL: color: hsl(46, 32%, 29%); — As HEX: color: #625732; — As RGB: color: rgb(98, 87, 50); — Tailwind CSS: bg-[hsl(46,32%,29%)] — CSS variable: --color-primary: hsl(46, 32%, 29%);