HSL(46, 35%, 53%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(46,35%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(46, 35%, 53%) | color: hsl(46, 35%, 53%) | |
| HEX | #B19E5D | color: #B19E5D | |
| RGB | rgb(177, 158, 93) | color: rgb(177, 158, 93) | |
| CMYK | cmyk(0%, 11%, 47%, 31%) | — | |
| HSV | hsv(46, 47%, 69%) | — | |
| HWB | hwb(46 37% 31%) | color: hwb(46 37% 31%) | |
| OKLCH | oklch(0.7014 0.0877 93.61) | color: oklch(0.7014 0.0877 93.61) | |
| Lab | lab(65.43 -1.95 36.36) | color: lab(65.43 -1.95 36.36) | |
| LCH | lch(65.43 36.41 93.07) | color: lch(65.43 36.41 93.07) |
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)
#A9A96D — rgb(169, 169, 109)
Deuteranopia (Green-blind)
#AAAB71 — rgb(170, 171, 113)
Tritanopia (Blue-blind)
#B0797C — rgb(176, 121, 124)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(46, 35%, 53%);
text
color: hsl(46, 35%, 53%);
border
border: 2px solid hsl(46, 35%, 53%);
gradient light
background: linear-gradient(to right, hsl(46, 35%, 73%), hsl(46, 35%, 53%));
gradient dark
background: linear-gradient(to right, hsl(46, 35%, 53%), hsl(46, 35%, 33%))
hex
background-color: #B19E5D;
tailwind
bg-[hsl(46,35%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(46, 35%, 53%, 0.4);
css variable
--color-primary: hsl(46, 35%, 53%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(46, 35%, 53%)?
HEX: #B19E5D | RGB: rgb(177, 158, 93) | CMYK: 0%, 11%, 47%, 31% | HSV: 46°, 47%, 69%. Copy any format from the conversion table above.
What colors go well with #B19E5D?
The complementary color is HSL(226, 35%, 53%). 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, 35%, 53%) in CSS?
As HSL: color: hsl(46, 35%, 53%); — As HEX: color: #B19E5D; — As RGB: color: rgb(177, 158, 93); — Tailwind CSS: bg-[hsl(46,35%,53%)] — CSS variable: --color-primary: hsl(46, 35%, 53%);