HSL(46, 48%, 83%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(46,48%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(46, 48%, 83%) | color: hsl(46, 48%, 83%) | |
| HEX | #E8DFBF | color: #E8DFBF | |
| RGB | rgb(232, 223, 191) | color: rgb(232, 223, 191) | |
| CMYK | cmyk(0%, 4%, 18%, 9%) | — | |
| HSV | hsv(47, 18%, 91%) | — | |
| HWB | hwb(47 75% 9%) | color: hwb(47 75% 9%) | |
| OKLCH | oklch(0.9025 0.0434 94.09) | color: oklch(0.9025 0.0434 94.09) | |
| Lab | lab(88.78 -2.1 16.8) | color: lab(88.78 -2.1 16.8) | |
| LCH | lch(88.78 16.93 97.13) | color: lch(88.78 16.93 97.13) |
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)
#E4E4C7 — rgb(228, 228, 199)
Deuteranopia (Green-blind)
#E5E5C9 — rgb(229, 229, 201)
Tritanopia (Blue-blind)
#E8CDCE — rgb(232, 205, 206)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(46, 48%, 83%);
text
color: hsl(46, 48%, 83%);
border
border: 2px solid hsl(46, 48%, 83%);
gradient light
background: linear-gradient(to right, hsl(46, 48%, 100%), hsl(46, 48%, 83%));
gradient dark
background: linear-gradient(to right, hsl(46, 48%, 83%), hsl(46, 48%, 63%))
hex
background-color: #E8DFBF;
tailwind
bg-[hsl(46,48%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(46, 48%, 83%, 0.4);
css variable
--color-primary: hsl(46, 48%, 83%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(46, 48%, 83%)?
HEX: #E8DFBF | RGB: rgb(232, 223, 191) | CMYK: 0%, 4%, 18%, 9% | HSV: 47°, 18%, 91%. Copy any format from the conversion table above.
What colors go well with #E8DFBF?
The complementary color is HSL(226, 48%, 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, 48%, 83%) in CSS?
As HSL: color: hsl(46, 48%, 83%); — As HEX: color: #E8DFBF; — As RGB: color: rgb(232, 223, 191); — Tailwind CSS: bg-[hsl(46,48%,83%)] — CSS variable: --color-primary: hsl(46, 48%, 83%);