HSL(46, 99%, 35%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(46,99%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(46, 99%, 35%) | color: hsl(46, 99%, 35%) | |
| HEX | #B28801 | color: #B28801 | |
| RGB | rgb(178, 136, 1) | color: rgb(178, 136, 1) | |
| CMYK | cmyk(0%, 24%, 99%, 30%) | — | |
| HSV | hsv(46, 99%, 70%) | — | |
| HWB | hwb(46 1% 30%) | color: hwb(46 1% 30%) | |
| OKLCH | oklch(0.6491 0.1326 86.59) | color: oklch(0.6491 0.1326 86.59) | |
| Lab | lab(59.05 5.9 63.89) | color: lab(59.05 5.9 63.89) | |
| LCH | lch(59.05 64.16 84.72) | color: lch(59.05 64.16 84.72) |
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)
#A09F22 — rgb(160, 159, 34)
Deuteranopia (Green-blind)
#A2A52A — rgb(162, 165, 42)
Tritanopia (Blue-blind)
#B03B41 — rgb(176, 59, 65)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(46, 99%, 35%);
text
color: hsl(46, 99%, 35%);
border
border: 2px solid hsl(46, 99%, 35%);
gradient light
background: linear-gradient(to right, hsl(46, 99%, 55%), hsl(46, 99%, 35%));
gradient dark
background: linear-gradient(to right, hsl(46, 99%, 35%), hsl(46, 99%, 15%))
hex
background-color: #B28801;
tailwind
bg-[hsl(46,99%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(46, 99%, 35%, 0.4);
css variable
--color-primary: hsl(46, 99%, 35%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(46, 99%, 35%)?
HEX: #B28801 | RGB: rgb(178, 136, 1) | CMYK: 0%, 24%, 99%, 30% | HSV: 46°, 99%, 70%. Copy any format from the conversion table above.
What colors go well with #B28801?
The complementary color is HSL(226, 99%, 35%). 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, 99%, 35%) in CSS?
As HSL: color: hsl(46, 99%, 35%); — As HEX: color: #B28801; — As RGB: color: rgb(178, 136, 1); — Tailwind CSS: bg-[hsl(46,99%,35%)] — CSS variable: --color-primary: hsl(46, 99%, 35%);