HSL(53, 77%, 64%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(53,77%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(53, 77%, 64%) | color: hsl(53, 77%, 64%) | |
| HEX | #EAD95D | color: #EAD95D | |
| RGB | rgb(234, 217, 93) | color: rgb(234, 217, 93) | |
| CMYK | cmyk(0%, 7%, 60%, 8%) | — | |
| HSV | hsv(53, 60%, 92%) | — | |
| HWB | hwb(53 37% 8%) | color: hwb(53 37% 8%) | |
| OKLCH | oklch(0.8759 0.1443 101.54) | color: oklch(0.8759 0.1443 101.54) | |
| Lab | lab(85.96 -8.86 61.61) | color: lab(85.96 -8.86 61.61) | |
| LCH | lch(85.96 62.24 98.18) | color: lch(85.96 62.24 98.18) |
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)
#E3E27B — rgb(227, 226, 123)
Deuteranopia (Green-blind)
#E4E582 — rgb(228, 229, 130)
Tritanopia (Blue-blind)
#E99398 — rgb(233, 147, 152)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(53, 77%, 64%);
text
color: hsl(53, 77%, 64%);
border
border: 2px solid hsl(53, 77%, 64%);
gradient light
background: linear-gradient(to right, hsl(53, 77%, 84%), hsl(53, 77%, 64%));
gradient dark
background: linear-gradient(to right, hsl(53, 77%, 64%), hsl(53, 77%, 44%))
hex
background-color: #EAD95D;
tailwind
bg-[hsl(53,77%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(53, 77%, 64%, 0.4);
css variable
--color-primary: hsl(53, 77%, 64%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(53, 77%, 64%)?
HEX: #EAD95D | RGB: rgb(234, 217, 93) | CMYK: 0%, 7%, 60%, 8% | HSV: 53°, 60%, 92%. Copy any format from the conversion table above.
What colors go well with #EAD95D?
The complementary color is HSL(233, 77%, 64%). For a triadic harmony, use hues 53°, 173°, and 293°. For analogous combinations, try hues 23° and 83°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(53, 77%, 64%) in CSS?
As HSL: color: hsl(53, 77%, 64%); — As HEX: color: #EAD95D; — As RGB: color: rgb(234, 217, 93); — Tailwind CSS: bg-[hsl(53,77%,64%)] — CSS variable: --color-primary: hsl(53, 77%, 64%);