HSL(58, 67%, 75%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(58,67%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(58, 67%, 75%) | color: hsl(58, 67%, 75%) | |
| HEX | #EAE795 | color: #EAE795 | |
| RGB | rgb(234, 231, 149) | color: rgb(234, 231, 149) | |
| CMYK | cmyk(0%, 1%, 36%, 8%) | — | |
| HSV | hsv(58, 36%, 92%) | — | |
| HWB | hwb(58 59% 8%) | color: hwb(58 59% 8%) | |
| OKLCH | oklch(0.912 0.1032 106.48) | color: oklch(0.912 0.1032 106.48) | |
| Lab | lab(90.24 -10.87 40.31) | color: lab(90.24 -10.87 40.31) | |
| LCH | lch(90.24 41.75 105.09) | color: lch(90.24 41.75 105.09) |
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)
#E9E9A9 — rgb(233, 233, 169)
Deuteranopia (Green-blind)
#E9E9AE — rgb(233, 233, 174)
Tritanopia (Blue-blind)
#EAB9BC — rgb(234, 185, 188)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(58, 67%, 75%);
text
color: hsl(58, 67%, 75%);
border
border: 2px solid hsl(58, 67%, 75%);
gradient light
background: linear-gradient(to right, hsl(58, 67%, 95%), hsl(58, 67%, 75%));
gradient dark
background: linear-gradient(to right, hsl(58, 67%, 75%), hsl(58, 67%, 55%))
hex
background-color: #EAE795;
tailwind
bg-[hsl(58,67%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(58, 67%, 75%, 0.4);
css variable
--color-primary: hsl(58, 67%, 75%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(58, 67%, 75%)?
HEX: #EAE795 | RGB: rgb(234, 231, 149) | CMYK: 0%, 1%, 36%, 8% | HSV: 58°, 36%, 92%. Copy any format from the conversion table above.
What colors go well with #EAE795?
The complementary color is HSL(238, 67%, 75%). For a triadic harmony, use hues 58°, 178°, and 298°. For analogous combinations, try hues 28° and 88°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(58, 67%, 75%) in CSS?
As HSL: color: hsl(58, 67%, 75%); — As HEX: color: #EAE795; — As RGB: color: rgb(234, 231, 149); — Tailwind CSS: bg-[hsl(58,67%,75%)] — CSS variable: --color-primary: hsl(58, 67%, 75%);