HSL(50, 42%, 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(50,42%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(50, 42%, 88%) | color: hsl(50, 42%, 88%) | |
| HEX | #EDE9D4 | color: #EDE9D4 | |
| RGB | rgb(237, 233, 212) | color: rgb(237, 233, 212) | |
| CMYK | cmyk(0%, 2%, 11%, 7%) | — | |
| HSV | hsv(50, 11%, 93%) | — | |
| HWB | hwb(50 83% 7%) | color: hwb(50 83% 7%) | |
| OKLCH | oklch(0.9315 0.0281 98.08) | color: oklch(0.9315 0.0281 98.08) | |
| Lab | lab(92.15 -2.18 10.69) | color: lab(92.15 -2.18 10.69) | |
| LCH | lch(92.15 10.91 101.53) | color: lch(92.15 10.91 101.53) |
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)
#EBEBD9 — rgb(235, 235, 217)
Deuteranopia (Green-blind)
#ECECDA — rgb(236, 236, 218)
Tritanopia (Blue-blind)
#EDDDDE — rgb(237, 221, 222)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(50, 42%, 88%);
text
color: hsl(50, 42%, 88%);
border
border: 2px solid hsl(50, 42%, 88%);
gradient light
background: linear-gradient(to right, hsl(50, 42%, 100%), hsl(50, 42%, 88%));
gradient dark
background: linear-gradient(to right, hsl(50, 42%, 88%), hsl(50, 42%, 68%))
hex
background-color: #EDE9D4;
tailwind
bg-[hsl(50,42%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(50, 42%, 88%, 0.4);
css variable
--color-primary: hsl(50, 42%, 88%);
Related Colors
Use Cases for Very Light Yellow
Frequently Asked Questions
What are all the color codes for HSL(50, 42%, 88%)?
HEX: #EDE9D4 | RGB: rgb(237, 233, 212) | CMYK: 0%, 2%, 11%, 7% | HSV: 50°, 11%, 93%. Copy any format from the conversion table above.
What colors go well with #EDE9D4?
The complementary color is HSL(230, 42%, 88%). For a triadic harmony, use hues 50°, 170°, and 290°. For analogous combinations, try hues 20° and 80°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(50, 42%, 88%) in CSS?
As HSL: color: hsl(50, 42%, 88%); — As HEX: color: #EDE9D4; — As RGB: color: rgb(237, 233, 212); — Tailwind CSS: bg-[hsl(50,42%,88%)] — CSS variable: --color-primary: hsl(50, 42%, 88%);