HSL(53, 61%, 70%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(53,61%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(53, 61%, 70%) | color: hsl(53, 61%, 70%) | |
| HEX | #E1D684 | color: #E1D684 | |
| RGB | rgb(225, 214, 132) | color: rgb(225, 214, 132) | |
| CMYK | cmyk(0%, 5%, 41%, 12%) | — | |
| HSV | hsv(53, 41%, 88%) | — | |
| HWB | hwb(53 52% 12%) | color: hwb(53 52% 12%) | |
| OKLCH | oklch(0.867 0.1038 101.64) | color: oklch(0.867 0.1038 101.64) | |
| Lab | lab(84.88 -7.66 41.79) | color: lab(84.88 -7.66 41.79) | |
| LCH | lch(84.88 42.49 100.39) | color: lch(84.88 42.49 100.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)
#DCDC98 — rgb(220, 220, 152)
Deuteranopia (Green-blind)
#DDDE9D — rgb(221, 222, 157)
Tritanopia (Blue-blind)
#E0A8AB — rgb(224, 168, 171)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(53, 61%, 70%);
text
color: hsl(53, 61%, 70%);
border
border: 2px solid hsl(53, 61%, 70%);
gradient light
background: linear-gradient(to right, hsl(53, 61%, 90%), hsl(53, 61%, 70%));
gradient dark
background: linear-gradient(to right, hsl(53, 61%, 70%), hsl(53, 61%, 50%))
hex
background-color: #E1D684;
tailwind
bg-[hsl(53,61%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(53, 61%, 70%, 0.4);
css variable
--color-primary: hsl(53, 61%, 70%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(53, 61%, 70%)?
HEX: #E1D684 | RGB: rgb(225, 214, 132) | CMYK: 0%, 5%, 41%, 12% | HSV: 53°, 41%, 88%. Copy any format from the conversion table above.
What colors go well with #E1D684?
The complementary color is HSL(233, 61%, 70%). 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, 61%, 70%) in CSS?
As HSL: color: hsl(53, 61%, 70%); — As HEX: color: #E1D684; — As RGB: color: rgb(225, 214, 132); — Tailwind CSS: bg-[hsl(53,61%,70%)] — CSS variable: --color-primary: hsl(53, 61%, 70%);