HSL(53, 70%, 78%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(53,70%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(53, 70%, 78%) | color: hsl(53, 70%, 78%) | |
| HEX | #EEE5A0 | color: #EEE5A0 | |
| RGB | rgb(238, 229, 160) | color: rgb(238, 229, 160) | |
| CMYK | cmyk(0%, 4%, 33%, 7%) | — | |
| HSV | hsv(53, 33%, 93%) | — | |
| HWB | hwb(53 62% 7%) | color: hwb(53 62% 7%) | |
| OKLCH | oklch(0.9131 0.0884 101.64) | color: oklch(0.9131 0.0884 101.64) | |
| Lab | lab(90.21 -7.07 34.81) | color: lab(90.21 -7.07 34.81) | |
| LCH | lch(90.21 35.52 101.48) | color: lch(90.21 35.52 101.48) |
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)
#EAEAB1 — rgb(234, 234, 177)
Deuteranopia (Green-blind)
#EBEBB5 — rgb(235, 235, 181)
Tritanopia (Blue-blind)
#EEBEC1 — rgb(238, 190, 193)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(53, 70%, 78%);
text
color: hsl(53, 70%, 78%);
border
border: 2px solid hsl(53, 70%, 78%);
gradient light
background: linear-gradient(to right, hsl(53, 70%, 98%), hsl(53, 70%, 78%));
gradient dark
background: linear-gradient(to right, hsl(53, 70%, 78%), hsl(53, 70%, 58%))
hex
background-color: #EEE5A0;
tailwind
bg-[hsl(53,70%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(53, 70%, 78%, 0.4);
css variable
--color-primary: hsl(53, 70%, 78%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(53, 70%, 78%)?
HEX: #EEE5A0 | RGB: rgb(238, 229, 160) | CMYK: 0%, 4%, 33%, 7% | HSV: 53°, 33%, 93%. Copy any format from the conversion table above.
What colors go well with #EEE5A0?
The complementary color is HSL(233, 70%, 78%). 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, 70%, 78%) in CSS?
As HSL: color: hsl(53, 70%, 78%); — As HEX: color: #EEE5A0; — As RGB: color: rgb(238, 229, 160); — Tailwind CSS: bg-[hsl(53,70%,78%)] — CSS variable: --color-primary: hsl(53, 70%, 78%);