HSL(46, 32%, 82%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(46,32%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(46, 32%, 82%) | color: hsl(46, 32%, 82%) | |
| HEX | #E0D9C2 | color: #E0D9C2 | |
| RGB | rgb(224, 217, 194) | color: rgb(224, 217, 194) | |
| CMYK | cmyk(0%, 3%, 13%, 12%) | — | |
| HSV | hsv(46, 13%, 88%) | — | |
| HWB | hwb(46 77% 12%) | color: hwb(46 77% 12%) | |
| OKLCH | oklch(0.8847 0.0317 92.97) | color: oklch(0.8847 0.0317 92.97) | |
| Lab | lab(86.69 -1.44 12.19) | color: lab(86.69 -1.44 12.19) | |
| LCH | lch(86.69 12.27 96.74) | color: lch(86.69 12.27 96.74) |
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)
#DDDDC8 — rgb(221, 221, 200)
Deuteranopia (Green-blind)
#DDDEC9 — rgb(221, 222, 201)
Tritanopia (Blue-blind)
#E0CCCD — rgb(224, 204, 205)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(46, 32%, 82%);
text
color: hsl(46, 32%, 82%);
border
border: 2px solid hsl(46, 32%, 82%);
gradient light
background: linear-gradient(to right, hsl(46, 32%, 100%), hsl(46, 32%, 82%));
gradient dark
background: linear-gradient(to right, hsl(46, 32%, 82%), hsl(46, 32%, 62%))
hex
background-color: #E0D9C2;
tailwind
bg-[hsl(46,32%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(46, 32%, 82%, 0.4);
css variable
--color-primary: hsl(46, 32%, 82%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(46, 32%, 82%)?
HEX: #E0D9C2 | RGB: rgb(224, 217, 194) | CMYK: 0%, 3%, 13%, 12% | HSV: 46°, 13%, 88%. Copy any format from the conversion table above.
What colors go well with #E0D9C2?
The complementary color is HSL(226, 32%, 82%). 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%, 82%) in CSS?
As HSL: color: hsl(46, 32%, 82%); — As HEX: color: #E0D9C2; — As RGB: color: rgb(224, 217, 194); — Tailwind CSS: bg-[hsl(46,32%,82%)] — CSS variable: --color-primary: hsl(46, 32%, 82%);