HSL(55, 70%, 70%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(55,70%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(55, 70%, 70%) | color: hsl(55, 70%, 70%) | |
| HEX | #E8DF7D | color: #E8DF7D | |
| RGB | rgb(232, 223, 125) | color: rgb(232, 223, 125) | |
| CMYK | cmyk(0%, 4%, 46%, 9%) | — | |
| HSV | hsv(55, 46%, 91%) | — | |
| HWB | hwb(55 49% 9%) | color: hwb(55 49% 9%) | |
| OKLCH | oklch(0.8903 0.1205 103.92) | color: oklch(0.8903 0.1205 103.92) | |
| Lab | lab(87.69 -10.12 48.85) | color: lab(87.69 -10.12 48.85) | |
| LCH | lch(87.69 49.89 101.7) | color: lch(87.69 49.89 101.7) |
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)
#E4E495 — rgb(228, 228, 149)
Deuteranopia (Green-blind)
#E5E59A — rgb(229, 229, 154)
Tritanopia (Blue-blind)
#E8A7AC — rgb(232, 167, 172)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(55, 70%, 70%);
text
color: hsl(55, 70%, 70%);
border
border: 2px solid hsl(55, 70%, 70%);
gradient light
background: linear-gradient(to right, hsl(55, 70%, 90%), hsl(55, 70%, 70%));
gradient dark
background: linear-gradient(to right, hsl(55, 70%, 70%), hsl(55, 70%, 50%))
hex
background-color: #E8DF7D;
tailwind
bg-[hsl(55,70%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(55, 70%, 70%, 0.4);
css variable
--color-primary: hsl(55, 70%, 70%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(55, 70%, 70%)?
HEX: #E8DF7D | RGB: rgb(232, 223, 125) | CMYK: 0%, 4%, 46%, 9% | HSV: 55°, 46%, 91%. Copy any format from the conversion table above.
What colors go well with #E8DF7D?
The complementary color is HSL(235, 70%, 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, 70%, 70%) in CSS?
As HSL: color: hsl(55, 70%, 70%); — As HEX: color: #E8DF7D; — As RGB: color: rgb(232, 223, 125); — Tailwind CSS: bg-[hsl(55,70%,70%)] — CSS variable: --color-primary: hsl(55, 70%, 70%);