HSL(47, 58%, 76%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(47,58%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(47, 58%, 76%) | color: hsl(47, 58%, 76%) | |
| HEX | #E5D69E | color: #E5D69E | |
| RGB | rgb(229, 214, 158) | color: rgb(229, 214, 158) | |
| CMYK | cmyk(0%, 7%, 31%, 10%) | — | |
| HSV | hsv(47, 31%, 90%) | — | |
| HWB | hwb(47 62% 10%) | color: hwb(47 62% 10%) | |
| OKLCH | oklch(0.8749 0.0744 94.9) | color: oklch(0.8749 0.0744 94.9) | |
| Lab | lab(85.62 -3.13 29.59) | color: lab(85.62 -3.13 29.59) | |
| LCH | lch(85.62 29.76 96.04) | color: lch(85.62 29.76 96.04) |
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)
#DFDEAC — rgb(223, 222, 172)
Deuteranopia (Green-blind)
#DFE1AF — rgb(223, 225, 175)
Tritanopia (Blue-blind)
#E4B6B9 — rgb(228, 182, 185)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(47, 58%, 76%);
text
color: hsl(47, 58%, 76%);
border
border: 2px solid hsl(47, 58%, 76%);
gradient light
background: linear-gradient(to right, hsl(47, 58%, 96%), hsl(47, 58%, 76%));
gradient dark
background: linear-gradient(to right, hsl(47, 58%, 76%), hsl(47, 58%, 56%))
hex
background-color: #E5D69E;
tailwind
bg-[hsl(47,58%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(47, 58%, 76%, 0.4);
css variable
--color-primary: hsl(47, 58%, 76%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(47, 58%, 76%)?
HEX: #E5D69E | RGB: rgb(229, 214, 158) | CMYK: 0%, 7%, 31%, 10% | HSV: 47°, 31%, 90%. Copy any format from the conversion table above.
What colors go well with #E5D69E?
The complementary color is HSL(227, 58%, 76%). For a triadic harmony, use hues 47°, 167°, and 287°. For analogous combinations, try hues 17° and 77°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(47, 58%, 76%) in CSS?
As HSL: color: hsl(47, 58%, 76%); — As HEX: color: #E5D69E; — As RGB: color: rgb(229, 214, 158); — Tailwind CSS: bg-[hsl(47,58%,76%)] — CSS variable: --color-primary: hsl(47, 58%, 76%);