HSL(47, 74%, 53%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(47,74%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(47, 74%, 53%) | color: hsl(47, 74%, 53%) | |
| HEX | #E0B92E | color: #E0B92E | |
| RGB | rgb(224, 185, 46) | color: rgb(224, 185, 46) | |
| CMYK | cmyk(0%, 17%, 79%, 12%) | — | |
| HSV | hsv(47, 79%, 88%) | — | |
| HWB | hwb(47 18% 12%) | color: hwb(47 18% 12%) | |
| OKLCH | oklch(0.7981 0.1512 91.99) | color: oklch(0.7981 0.1512 91.99) | |
| Lab | lab(76.52 0.97 69.83) | color: lab(76.52 0.97 69.83) | |
| LCH | lch(76.52 69.84 89.2) | color: lch(76.52 69.84 89.2) |
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)
#CFCF50 — rgb(207, 207, 80)
Deuteranopia (Green-blind)
#D1D458 — rgb(209, 212, 88)
Tritanopia (Blue-blind)
#DE6A70 — rgb(222, 106, 112)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(47, 74%, 53%);
text
color: hsl(47, 74%, 53%);
border
border: 2px solid hsl(47, 74%, 53%);
gradient light
background: linear-gradient(to right, hsl(47, 74%, 73%), hsl(47, 74%, 53%));
gradient dark
background: linear-gradient(to right, hsl(47, 74%, 53%), hsl(47, 74%, 33%))
hex
background-color: #E0B92E;
tailwind
bg-[hsl(47,74%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(47, 74%, 53%, 0.4);
css variable
--color-primary: hsl(47, 74%, 53%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(47, 74%, 53%)?
HEX: #E0B92E | RGB: rgb(224, 185, 46) | CMYK: 0%, 17%, 79%, 12% | HSV: 47°, 79%, 88%. Copy any format from the conversion table above.
What colors go well with #E0B92E?
The complementary color is HSL(227, 74%, 53%). 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, 74%, 53%) in CSS?
As HSL: color: hsl(47, 74%, 53%); — As HEX: color: #E0B92E; — As RGB: color: rgb(224, 185, 46); — Tailwind CSS: bg-[hsl(47,74%,53%)] — CSS variable: --color-primary: hsl(47, 74%, 53%);