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