HSL(55, 40%, 86%)
Very Light Yellow — Yellow color
Adjust Color
Color Information
Color Name
Very Light Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(55,40%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(55, 40%, 86%) | color: hsl(55, 40%, 86%) | |
| HEX | #EAE7CD | color: #EAE7CD | |
| RGB | rgb(234, 231, 205) | color: rgb(234, 231, 205) | |
| CMYK | cmyk(0%, 1%, 12%, 8%) | — | |
| HSV | hsv(54, 12%, 92%) | — | |
| HWB | hwb(54 81% 8%) | color: hwb(54 81% 8%) | |
| OKLCH | oklch(0.9235 0.0345 101.65) | color: oklch(0.9235 0.0345 101.65) | |
| Lab | lab(91.26 -3.33 13.03) | color: lab(91.26 -3.33 13.03) | |
| LCH | lch(91.26 13.45 104.34) | color: lch(91.26 13.45 104.34) |
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)
#E9E9D3 — rgb(233, 233, 211)
Deuteranopia (Green-blind)
#E9E9D5 — rgb(233, 233, 213)
Tritanopia (Blue-blind)
#EAD8D9 — rgb(234, 216, 217)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(55, 40%, 86%);
text
color: hsl(55, 40%, 86%);
border
border: 2px solid hsl(55, 40%, 86%);
gradient light
background: linear-gradient(to right, hsl(55, 40%, 100%), hsl(55, 40%, 86%));
gradient dark
background: linear-gradient(to right, hsl(55, 40%, 86%), hsl(55, 40%, 66%))
hex
background-color: #EAE7CD;
tailwind
bg-[hsl(55,40%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(55, 40%, 86%, 0.4);
css variable
--color-primary: hsl(55, 40%, 86%);
Related Colors
Use Cases for Very Light Yellow
Frequently Asked Questions
What are all the color codes for HSL(55, 40%, 86%)?
HEX: #EAE7CD | RGB: rgb(234, 231, 205) | CMYK: 0%, 1%, 12%, 8% | HSV: 54°, 12%, 92%. Copy any format from the conversion table above.
What colors go well with #EAE7CD?
The complementary color is HSL(235, 40%, 86%). 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, 40%, 86%) in CSS?
As HSL: color: hsl(55, 40%, 86%); — As HEX: color: #EAE7CD; — As RGB: color: rgb(234, 231, 205); — Tailwind CSS: bg-[hsl(55,40%,86%)] — CSS variable: --color-primary: hsl(55, 40%, 86%);