HSL(46, 40%, 38%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(46,40%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(46, 40%, 38%) | color: hsl(46, 40%, 38%) | |
| HEX | #88763A | color: #88763A | |
| RGB | rgb(136, 118, 58) | color: rgb(136, 118, 58) | |
| CMYK | cmyk(0%, 13%, 57%, 47%) | — | |
| HSV | hsv(46, 57%, 53%) | — | |
| HWB | hwb(46 23% 47%) | color: hwb(46 23% 47%) | |
| OKLCH | oklch(0.5695 0.0826 92.93) | color: oklch(0.5695 0.0826 92.93) | |
| Lab | lab(50.09 -1 35.17) | color: lab(50.09 -1 35.17) | |
| LCH | lch(50.09 35.18 91.63) | color: lch(50.09 35.18 91.63) |
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)
#808049 — rgb(128, 128, 73)
Deuteranopia (Green-blind)
#81834C — rgb(129, 131, 76)
Tritanopia (Blue-blind)
#875457 — rgb(135, 84, 87)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(46, 40%, 38%);
text
color: hsl(46, 40%, 38%);
border
border: 2px solid hsl(46, 40%, 38%);
gradient light
background: linear-gradient(to right, hsl(46, 40%, 58%), hsl(46, 40%, 38%));
gradient dark
background: linear-gradient(to right, hsl(46, 40%, 38%), hsl(46, 40%, 18%))
hex
background-color: #88763A;
tailwind
bg-[hsl(46,40%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(46, 40%, 38%, 0.4);
css variable
--color-primary: hsl(46, 40%, 38%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(46, 40%, 38%)?
HEX: #88763A | RGB: rgb(136, 118, 58) | CMYK: 0%, 13%, 57%, 47% | HSV: 46°, 57%, 53%. Copy any format from the conversion table above.
What colors go well with #88763A?
The complementary color is HSL(226, 40%, 38%). 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, 40%, 38%) in CSS?
As HSL: color: hsl(46, 40%, 38%); — As HEX: color: #88763A; — As RGB: color: rgb(136, 118, 58); — Tailwind CSS: bg-[hsl(46,40%,38%)] — CSS variable: --color-primary: hsl(46, 40%, 38%);