HSL(55, 43%, 88%)
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,43%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(55, 43%, 88%) | color: hsl(55, 43%, 88%) | |
| HEX | #EEEBD3 | color: #EEEBD3 | |
| RGB | rgb(238, 235, 211) | color: rgb(238, 235, 211) | |
| CMYK | cmyk(0%, 1%, 11%, 7%) | — | |
| HSV | hsv(53, 11%, 93%) | — | |
| HWB | hwb(53 83% 7%) | color: hwb(53 83% 7%) | |
| OKLCH | oklch(0.9361 0.0319 101.16) | color: oklch(0.9361 0.0319 101.16) | |
| Lab | lab(92.71 -3.01 12.01) | color: lab(92.71 -3.01 12.01) | |
| LCH | lch(92.71 12.38 104.07) | color: lch(92.71 12.38 104.07) |
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)
#EDEDD9 — rgb(237, 237, 217)
Deuteranopia (Green-blind)
#EDEDDA — rgb(237, 237, 218)
Tritanopia (Blue-blind)
#EEDDDE — rgb(238, 221, 222)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(55, 43%, 88%);
text
color: hsl(55, 43%, 88%);
border
border: 2px solid hsl(55, 43%, 88%);
gradient light
background: linear-gradient(to right, hsl(55, 43%, 100%), hsl(55, 43%, 88%));
gradient dark
background: linear-gradient(to right, hsl(55, 43%, 88%), hsl(55, 43%, 68%))
hex
background-color: #EEEBD3;
tailwind
bg-[hsl(55,43%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(55, 43%, 88%, 0.4);
css variable
--color-primary: hsl(55, 43%, 88%);
Related Colors
Use Cases for Very Light Yellow
Frequently Asked Questions
What are all the color codes for HSL(55, 43%, 88%)?
HEX: #EEEBD3 | RGB: rgb(238, 235, 211) | CMYK: 0%, 1%, 11%, 7% | HSV: 53°, 11%, 93%. Copy any format from the conversion table above.
What colors go well with #EEEBD3?
The complementary color is HSL(235, 43%, 88%). 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, 43%, 88%) in CSS?
As HSL: color: hsl(55, 43%, 88%); — As HEX: color: #EEEBD3; — As RGB: color: rgb(238, 235, 211); — Tailwind CSS: bg-[hsl(55,43%,88%)] — CSS variable: --color-primary: hsl(55, 43%, 88%);