HSL(46, 32%, 63%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(46,32%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(46, 32%, 63%) | color: hsl(46, 32%, 63%) | |
| HEX | #BFB182 | color: #BFB182 | |
| RGB | rgb(191, 177, 130) | color: rgb(191, 177, 130) | |
| CMYK | cmyk(0%, 7%, 32%, 25%) | — | |
| HSV | hsv(46, 32%, 75%) | — | |
| HWB | hwb(46 51% 25%) | color: hwb(46 51% 25%) | |
| OKLCH | oklch(0.7606 0.065 93.48) | color: oklch(0.7606 0.065 93.48) | |
| Lab | lab(72.32 -2.16 25.91) | color: lab(72.32 -2.16 25.91) | |
| LCH | lch(72.32 26 94.77) | color: lch(72.32 26 94.77) |
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)
#B9B98D — rgb(185, 185, 141)
Deuteranopia (Green-blind)
#BABB90 — rgb(186, 187, 144)
Tritanopia (Blue-blind)
#BE9698 — rgb(190, 150, 152)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(46, 32%, 63%);
text
color: hsl(46, 32%, 63%);
border
border: 2px solid hsl(46, 32%, 63%);
gradient light
background: linear-gradient(to right, hsl(46, 32%, 83%), hsl(46, 32%, 63%));
gradient dark
background: linear-gradient(to right, hsl(46, 32%, 63%), hsl(46, 32%, 43%))
hex
background-color: #BFB182;
tailwind
bg-[hsl(46,32%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(46, 32%, 63%, 0.4);
css variable
--color-primary: hsl(46, 32%, 63%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(46, 32%, 63%)?
HEX: #BFB182 | RGB: rgb(191, 177, 130) | CMYK: 0%, 7%, 32%, 25% | HSV: 46°, 32%, 75%. Copy any format from the conversion table above.
What colors go well with #BFB182?
The complementary color is HSL(226, 32%, 63%). 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%, 63%) in CSS?
As HSL: color: hsl(46, 32%, 63%); — As HEX: color: #BFB182; — As RGB: color: rgb(191, 177, 130); — Tailwind CSS: bg-[hsl(46,32%,63%)] — CSS variable: --color-primary: hsl(46, 32%, 63%);