HSL(51, 45%, 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(51,45%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(51, 45%, 88%) | color: hsl(51, 45%, 88%) | |
| HEX | #EEEAD3 | color: #EEEAD3 | |
| RGB | rgb(238, 234, 211) | color: rgb(238, 234, 211) | |
| CMYK | cmyk(0%, 2%, 11%, 7%) | — | |
| HSV | hsv(51, 11%, 93%) | — | |
| HWB | hwb(51 83% 7%) | color: hwb(51 83% 7%) | |
| OKLCH | oklch(0.9341 0.0307 98.87) | color: oklch(0.9341 0.0307 98.87) | |
| Lab | lab(92.45 -2.5 11.65) | color: lab(92.45 -2.5 11.65) | |
| LCH | lch(92.45 11.92 102.11) | color: lch(92.45 11.92 102.11) |
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)
#ECECD9 — rgb(236, 236, 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(51, 45%, 88%);
text
color: hsl(51, 45%, 88%);
border
border: 2px solid hsl(51, 45%, 88%);
gradient light
background: linear-gradient(to right, hsl(51, 45%, 100%), hsl(51, 45%, 88%));
gradient dark
background: linear-gradient(to right, hsl(51, 45%, 88%), hsl(51, 45%, 68%))
hex
background-color: #EEEAD3;
tailwind
bg-[hsl(51,45%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(51, 45%, 88%, 0.4);
css variable
--color-primary: hsl(51, 45%, 88%);
Related Colors
Use Cases for Very Light Yellow
Frequently Asked Questions
What are all the color codes for HSL(51, 45%, 88%)?
HEX: #EEEAD3 | RGB: rgb(238, 234, 211) | CMYK: 0%, 2%, 11%, 7% | HSV: 51°, 11%, 93%. Copy any format from the conversion table above.
What colors go well with #EEEAD3?
The complementary color is HSL(231, 45%, 88%). For a triadic harmony, use hues 51°, 171°, and 291°. For analogous combinations, try hues 21° and 81°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(51, 45%, 88%) in CSS?
As HSL: color: hsl(51, 45%, 88%); — As HEX: color: #EEEAD3; — As RGB: color: rgb(238, 234, 211); — Tailwind CSS: bg-[hsl(51,45%,88%)] — CSS variable: --color-primary: hsl(51, 45%, 88%);