HSL(53, 67%, 66%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(53,67%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(53, 67%, 66%) | color: hsl(53, 67%, 66%) | |
| HEX | #E2D56E | color: #E2D56E | |
| RGB | rgb(226, 213, 110) | color: rgb(226, 213, 110) | |
| CMYK | cmyk(0%, 6%, 51%, 11%) | — | |
| HSV | hsv(53, 51%, 89%) | — | |
| HWB | hwb(53 44% 11%) | color: hwb(53 44% 11%) | |
| OKLCH | oklch(0.8627 0.1255 102.16) | color: oklch(0.8627 0.1255 102.16) | |
| Lab | lab(84.42 -8.83 51.97) | color: lab(84.42 -8.83 51.97) | |
| LCH | lch(84.42 52.71 99.64) | color: lch(84.42 52.71 99.64) |
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)
#DCDC87 — rgb(220, 220, 135)
Deuteranopia (Green-blind)
#DDDE8D — rgb(221, 222, 141)
Tritanopia (Blue-blind)
#E19B9F — rgb(225, 155, 159)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(53, 67%, 66%);
text
color: hsl(53, 67%, 66%);
border
border: 2px solid hsl(53, 67%, 66%);
gradient light
background: linear-gradient(to right, hsl(53, 67%, 86%), hsl(53, 67%, 66%));
gradient dark
background: linear-gradient(to right, hsl(53, 67%, 66%), hsl(53, 67%, 46%))
hex
background-color: #E2D56E;
tailwind
bg-[hsl(53,67%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(53, 67%, 66%, 0.4);
css variable
--color-primary: hsl(53, 67%, 66%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(53, 67%, 66%)?
HEX: #E2D56E | RGB: rgb(226, 213, 110) | CMYK: 0%, 6%, 51%, 11% | HSV: 53°, 51%, 89%. Copy any format from the conversion table above.
What colors go well with #E2D56E?
The complementary color is HSL(233, 67%, 66%). 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, 67%, 66%) in CSS?
As HSL: color: hsl(53, 67%, 66%); — As HEX: color: #E2D56E; — As RGB: color: rgb(226, 213, 110); — Tailwind CSS: bg-[hsl(53,67%,66%)] — CSS variable: --color-primary: hsl(53, 67%, 66%);