HSL(57, 82%, 66%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(57,82%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(57, 82%, 66%) | color: hsl(57, 82%, 66%) | |
| HEX | #EFE861 | color: #EFE861 | |
| RGB | rgb(239, 232, 97) | color: rgb(239, 232, 97) | |
| CMYK | cmyk(0%, 3%, 59%, 6%) | — | |
| HSV | hsv(57, 59%, 94%) | — | |
| HWB | hwb(57 39% 6%) | color: hwb(57 39% 6%) | |
| OKLCH | oklch(0.9114 0.1547 106.3) | color: oklch(0.9114 0.1547 106.3) | |
| Lab | lab(90.29 -14.01 64.76) | color: lab(90.29 -14.01 64.76) | |
| LCH | lch(90.29 66.26 102.21) | color: lch(90.29 66.26 102.21) |
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)
#ECEC82 — rgb(236, 236, 130)
Deuteranopia (Green-blind)
#ECED8A — rgb(236, 237, 138)
Tritanopia (Blue-blind)
#EF9BA1 — rgb(239, 155, 161)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(57, 82%, 66%);
text
color: hsl(57, 82%, 66%);
border
border: 2px solid hsl(57, 82%, 66%);
gradient light
background: linear-gradient(to right, hsl(57, 82%, 86%), hsl(57, 82%, 66%));
gradient dark
background: linear-gradient(to right, hsl(57, 82%, 66%), hsl(57, 82%, 46%))
hex
background-color: #EFE861;
tailwind
bg-[hsl(57,82%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(57, 82%, 66%, 0.4);
css variable
--color-primary: hsl(57, 82%, 66%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(57, 82%, 66%)?
HEX: #EFE861 | RGB: rgb(239, 232, 97) | CMYK: 0%, 3%, 59%, 6% | HSV: 57°, 59%, 94%. Copy any format from the conversion table above.
What colors go well with #EFE861?
The complementary color is HSL(237, 82%, 66%). 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, 82%, 66%) in CSS?
As HSL: color: hsl(57, 82%, 66%); — As HEX: color: #EFE861; — As RGB: color: rgb(239, 232, 97); — Tailwind CSS: bg-[hsl(57,82%,66%)] — CSS variable: --color-primary: hsl(57, 82%, 66%);