HSL(57, 57%, 82%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(57,57%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(57, 57%, 82%) | color: hsl(57, 57%, 82%) | |
| HEX | #EBE9B7 | color: #EBE9B7 | |
| RGB | rgb(235, 233, 183) | color: rgb(235, 233, 183) | |
| CMYK | cmyk(0%, 1%, 22%, 8%) | — | |
| HSV | hsv(58, 22%, 92%) | — | |
| HWB | hwb(58 72% 8%) | color: hwb(58 72% 8%) | |
| OKLCH | oklch(0.9233 0.065 105.7) | color: oklch(0.9233 0.065 105.7) | |
| Lab | lab(91.4 -7.24 24.62) | color: lab(91.4 -7.24 24.62) | |
| LCH | lch(91.4 25.66 106.39) | color: lch(91.4 25.66 106.39) |
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)
#EAEAC3 — rgb(234, 234, 195)
Deuteranopia (Green-blind)
#EAEAC6 — rgb(234, 234, 198)
Tritanopia (Blue-blind)
#EBCDCF — rgb(235, 205, 207)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(57, 57%, 82%);
text
color: hsl(57, 57%, 82%);
border
border: 2px solid hsl(57, 57%, 82%);
gradient light
background: linear-gradient(to right, hsl(57, 57%, 100%), hsl(57, 57%, 82%));
gradient dark
background: linear-gradient(to right, hsl(57, 57%, 82%), hsl(57, 57%, 62%))
hex
background-color: #EBE9B7;
tailwind
bg-[hsl(57,57%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(57, 57%, 82%, 0.4);
css variable
--color-primary: hsl(57, 57%, 82%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(57, 57%, 82%)?
HEX: #EBE9B7 | RGB: rgb(235, 233, 183) | CMYK: 0%, 1%, 22%, 8% | HSV: 58°, 22%, 92%. Copy any format from the conversion table above.
What colors go well with #EBE9B7?
The complementary color is HSL(237, 57%, 82%). For a triadic harmony, use hues 57°, 177°, and 297°. For analogous combinations, try hues 27° and 87°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(57, 57%, 82%) in CSS?
As HSL: color: hsl(57, 57%, 82%); — As HEX: color: #EBE9B7; — As RGB: color: rgb(235, 233, 183); — Tailwind CSS: bg-[hsl(57,57%,82%)] — CSS variable: --color-primary: hsl(57, 57%, 82%);