HSL(53, 80%, 49%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(53,80%,49%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(53, 80%, 49%) | color: hsl(53, 80%, 49%) | |
| HEX | #E1CA19 | color: #E1CA19 | |
| RGB | rgb(225, 202, 25) | color: rgb(225, 202, 25) | |
| CMYK | cmyk(0%, 10%, 89%, 12%) | — | |
| HSV | hsv(53, 89%, 88%) | — | |
| HWB | hwb(53 10% 12%) | color: hwb(53 10% 12%) | |
| OKLCH | oklch(0.8328 0.1695 100.79) | color: oklch(0.8328 0.1695 100.79) | |
| Lab | lab(80.92 -7.89 78.65) | color: lab(80.92 -7.89 78.65) | |
| LCH | lch(80.92 79.04 95.73) | color: lch(80.92 79.04 95.73) |
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)
#D7D744 — rgb(215, 215, 68)
Deuteranopia (Green-blind)
#D8DA4E — rgb(216, 218, 78)
Tritanopia (Blue-blind)
#E0666D — rgb(224, 102, 109)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(53, 80%, 49%);
text
color: hsl(53, 80%, 49%);
border
border: 2px solid hsl(53, 80%, 49%);
gradient light
background: linear-gradient(to right, hsl(53, 80%, 69%), hsl(53, 80%, 49%));
gradient dark
background: linear-gradient(to right, hsl(53, 80%, 49%), hsl(53, 80%, 29%))
hex
background-color: #E1CA19;
tailwind
bg-[hsl(53,80%,49%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(53, 80%, 49%, 0.4);
css variable
--color-primary: hsl(53, 80%, 49%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(53, 80%, 49%)?
HEX: #E1CA19 | RGB: rgb(225, 202, 25) | CMYK: 0%, 10%, 89%, 12% | HSV: 53°, 89%, 88%. Copy any format from the conversion table above.
What colors go well with #E1CA19?
The complementary color is HSL(233, 80%, 49%). For a triadic harmony, use hues 53°, 173°, and 293°. For analogous combinations, try hues 23° and 83°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(53, 80%, 49%) in CSS?
As HSL: color: hsl(53, 80%, 49%); — As HEX: color: #E1CA19; — As RGB: color: rgb(225, 202, 25); — Tailwind CSS: bg-[hsl(53,80%,49%)] — CSS variable: --color-primary: hsl(53, 80%, 49%);