HSL(59, 55%, 73%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(59,55%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(59, 55%, 73%) | color: hsl(59, 55%, 73%) | |
| HEX | #E0DF94 | color: #E0DF94 | |
| RGB | rgb(224, 223, 148) | color: rgb(224, 223, 148) | |
| CMYK | cmyk(0%, 0%, 34%, 12%) | — | |
| HSV | hsv(59, 34%, 88%) | — | |
| HWB | hwb(59 58% 12%) | color: hwb(59 58% 12%) | |
| OKLCH | oklch(0.8873 0.0957 107.55) | color: oklch(0.8873 0.0957 107.55) | |
| Lab | lab(87.37 -10.82 36.95) | color: lab(87.37 -10.82 36.95) | |
| LCH | lch(87.37 38.5 106.32) | color: lch(87.37 38.5 106.32) |
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)
#E0E0A6 — rgb(224, 224, 166)
Deuteranopia (Green-blind)
#E0E0AB — rgb(224, 224, 171)
Tritanopia (Blue-blind)
#E0B4B8 — rgb(224, 180, 184)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(59, 55%, 73%);
text
color: hsl(59, 55%, 73%);
border
border: 2px solid hsl(59, 55%, 73%);
gradient light
background: linear-gradient(to right, hsl(59, 55%, 93%), hsl(59, 55%, 73%));
gradient dark
background: linear-gradient(to right, hsl(59, 55%, 73%), hsl(59, 55%, 53%))
hex
background-color: #E0DF94;
tailwind
bg-[hsl(59,55%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(59, 55%, 73%, 0.4);
css variable
--color-primary: hsl(59, 55%, 73%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(59, 55%, 73%)?
HEX: #E0DF94 | RGB: rgb(224, 223, 148) | CMYK: 0%, 0%, 34%, 12% | HSV: 59°, 34%, 88%. Copy any format from the conversion table above.
What colors go well with #E0DF94?
The complementary color is HSL(239, 55%, 73%). For a triadic harmony, use hues 59°, 179°, and 299°. For analogous combinations, try hues 29° and 89°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(59, 55%, 73%) in CSS?
As HSL: color: hsl(59, 55%, 73%); — As HEX: color: #E0DF94; — As RGB: color: rgb(224, 223, 148); — Tailwind CSS: bg-[hsl(59,55%,73%)] — CSS variable: --color-primary: hsl(59, 55%, 73%);