HSL(46, 50%, 83%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(46,50%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(46, 50%, 83%) | color: hsl(46, 50%, 83%) | |
| HEX | #E9DFBE | color: #E9DFBE | |
| RGB | rgb(233, 223, 190) | color: rgb(233, 223, 190) | |
| CMYK | cmyk(0%, 4%, 18%, 9%) | — | |
| HSV | hsv(46, 18%, 91%) | — | |
| HWB | hwb(46 75% 9%) | color: hwb(46 75% 9%) | |
| OKLCH | oklch(0.9031 0.0449 93.12) | color: oklch(0.9031 0.0449 93.12) | |
| Lab | lab(88.84 -1.89 17.42) | color: lab(88.84 -1.89 17.42) | |
| LCH | lch(88.84 17.52 96.19) | color: lch(88.84 17.52 96.19) |
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)
#E5E5C6 — rgb(229, 229, 198)
Deuteranopia (Green-blind)
#E5E6C8 — rgb(229, 230, 200)
Tritanopia (Blue-blind)
#E9CCCE — rgb(233, 204, 206)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(46, 50%, 83%);
text
color: hsl(46, 50%, 83%);
border
border: 2px solid hsl(46, 50%, 83%);
gradient light
background: linear-gradient(to right, hsl(46, 50%, 100%), hsl(46, 50%, 83%));
gradient dark
background: linear-gradient(to right, hsl(46, 50%, 83%), hsl(46, 50%, 63%))
hex
background-color: #E9DFBE;
tailwind
bg-[hsl(46,50%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(46, 50%, 83%, 0.4);
css variable
--color-primary: hsl(46, 50%, 83%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(46, 50%, 83%)?
HEX: #E9DFBE | RGB: rgb(233, 223, 190) | CMYK: 0%, 4%, 18%, 9% | HSV: 46°, 18%, 91%. Copy any format from the conversion table above.
What colors go well with #E9DFBE?
The complementary color is HSL(226, 50%, 83%). 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, 50%, 83%) in CSS?
As HSL: color: hsl(46, 50%, 83%); — As HEX: color: #E9DFBE; — As RGB: color: rgb(233, 223, 190); — Tailwind CSS: bg-[hsl(46,50%,83%)] — CSS variable: --color-primary: hsl(46, 50%, 83%);