HSL(55, 65%, 70%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(55,65%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(55, 65%, 70%) | color: hsl(55, 65%, 70%) | |
| HEX | #E4DC81 | color: #E4DC81 | |
| RGB | rgb(228, 220, 129) | color: rgb(228, 220, 129) | |
| CMYK | cmyk(0%, 4%, 43%, 11%) | — | |
| HSV | hsv(55, 43%, 89%) | — | |
| HWB | hwb(55 51% 11%) | color: hwb(55 51% 11%) | |
| OKLCH | oklch(0.8814 0.1133 104.06) | color: oklch(0.8814 0.1133 104.06) | |
| Lab | lab(86.64 -9.81 45.54) | color: lab(86.64 -9.81 45.54) | |
| LCH | lch(86.64 46.58 102.16) | color: lch(86.64 46.58 102.16) |
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)
#E1E097 — rgb(225, 224, 151)
Deuteranopia (Green-blind)
#E1E29C — rgb(225, 226, 156)
Tritanopia (Blue-blind)
#E4A8AC — rgb(228, 168, 172)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(55, 65%, 70%);
text
color: hsl(55, 65%, 70%);
border
border: 2px solid hsl(55, 65%, 70%);
gradient light
background: linear-gradient(to right, hsl(55, 65%, 90%), hsl(55, 65%, 70%));
gradient dark
background: linear-gradient(to right, hsl(55, 65%, 70%), hsl(55, 65%, 50%))
hex
background-color: #E4DC81;
tailwind
bg-[hsl(55,65%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(55, 65%, 70%, 0.4);
css variable
--color-primary: hsl(55, 65%, 70%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(55, 65%, 70%)?
HEX: #E4DC81 | RGB: rgb(228, 220, 129) | CMYK: 0%, 4%, 43%, 11% | HSV: 55°, 43%, 89%. Copy any format from the conversion table above.
What colors go well with #E4DC81?
The complementary color is HSL(235, 65%, 70%). For a triadic harmony, use hues 55°, 175°, and 295°. For analogous combinations, try hues 25° and 85°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(55, 65%, 70%) in CSS?
As HSL: color: hsl(55, 65%, 70%); — As HEX: color: #E4DC81; — As RGB: color: rgb(228, 220, 129); — Tailwind CSS: bg-[hsl(55,65%,70%)] — CSS variable: --color-primary: hsl(55, 65%, 70%);