HSL(55, 80%, 58%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(55,80%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(55, 80%, 58%) | color: hsl(55, 80%, 58%) | |
| HEX | #EADB3E | color: #EADB3E | |
| RGB | rgb(234, 219, 62) | color: rgb(234, 219, 62) | |
| CMYK | cmyk(0%, 6%, 74%, 8%) | — | |
| HSV | hsv(55, 74%, 92%) | — | |
| HWB | hwb(55 24% 8%) | color: hwb(55 24% 8%) | |
| OKLCH | oklch(0.8776 0.1672 103.72) | color: oklch(0.8776 0.1672 103.72) | |
| Lab | lab(86.26 -11.53 73.91) | color: lab(86.26 -11.53 73.91) | |
| LCH | lch(86.26 74.8 98.87) | color: lch(86.26 74.8 98.87) |
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)
#E4E364 — rgb(228, 227, 100)
Deuteranopia (Green-blind)
#E4E66D — rgb(228, 230, 109)
Tritanopia (Blue-blind)
#E98289 — rgb(233, 130, 137)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(55, 80%, 58%);
text
color: hsl(55, 80%, 58%);
border
border: 2px solid hsl(55, 80%, 58%);
gradient light
background: linear-gradient(to right, hsl(55, 80%, 78%), hsl(55, 80%, 58%));
gradient dark
background: linear-gradient(to right, hsl(55, 80%, 58%), hsl(55, 80%, 38%))
hex
background-color: #EADB3E;
tailwind
bg-[hsl(55,80%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(55, 80%, 58%, 0.4);
css variable
--color-primary: hsl(55, 80%, 58%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(55, 80%, 58%)?
HEX: #EADB3E | RGB: rgb(234, 219, 62) | CMYK: 0%, 6%, 74%, 8% | HSV: 55°, 74%, 92%. Copy any format from the conversion table above.
What colors go well with #EADB3E?
The complementary color is HSL(235, 80%, 58%). For a triadic harmony, use hues 55°, 175°, and 295°. For analogous combinations, try hues 25° and 85°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(55, 80%, 58%) in CSS?
As HSL: color: hsl(55, 80%, 58%); — As HEX: color: #EADB3E; — As RGB: color: rgb(234, 219, 62); — Tailwind CSS: bg-[hsl(55,80%,58%)] — CSS variable: --color-primary: hsl(55, 80%, 58%);