HSL(59, 20%, 90%)
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(59,20%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(59, 20%, 90%) | color: hsl(59, 20%, 90%) | |
| HEX | #EBEAE0 | color: #EBEAE0 | |
| RGB | rgb(235, 234, 224) | color: rgb(235, 234, 224) | |
| CMYK | cmyk(0%, 0%, 5%, 8%) | — | |
| HSV | hsv(55, 5%, 92%) | — | |
| HWB | hwb(55 87% 8%) | color: hwb(55 87% 8%) | |
| OKLCH | oklch(0.9351 0.0134 102.02) | color: oklch(0.9351 0.0134 102.02) | |
| Lab | lab(92.53 -1.4 4.97) | color: lab(92.53 -1.4 4.97) | |
| LCH | lch(92.53 5.16 105.73) | color: lch(92.53 5.16 105.73) |
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)
#EBEBE2 — rgb(235, 235, 226)
Deuteranopia (Green-blind)
#EBEBE3 — rgb(235, 235, 227)
Tritanopia (Blue-blind)
#EBE4E5 — rgb(235, 228, 229)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(59, 20%, 90%);
text
color: hsl(59, 20%, 90%);
border
border: 2px solid hsl(59, 20%, 90%);
gradient light
background: linear-gradient(to right, hsl(59, 20%, 100%), hsl(59, 20%, 90%));
gradient dark
background: linear-gradient(to right, hsl(59, 20%, 90%), hsl(59, 20%, 70%))
hex
background-color: #EBEAE0;
tailwind
bg-[hsl(59,20%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(59, 20%, 90%, 0.4);
css variable
--color-primary: hsl(59, 20%, 90%);
Related Colors
Use Cases for Very Light Yellow
Frequently Asked Questions
What are all the color codes for HSL(59, 20%, 90%)?
HEX: #EBEAE0 | RGB: rgb(235, 234, 224) | CMYK: 0%, 0%, 5%, 8% | HSV: 55°, 5%, 92%. Copy any format from the conversion table above.
What colors go well with #EBEAE0?
The complementary color is HSL(239, 20%, 90%). For a triadic harmony, use hues 59°, 179°, and 299°. For analogous combinations, try hues 29° and 89°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(59, 20%, 90%) in CSS?
As HSL: color: hsl(59, 20%, 90%); — As HEX: color: #EBEAE0; — As RGB: color: rgb(235, 234, 224); — Tailwind CSS: bg-[hsl(59,20%,90%)] — CSS variable: --color-primary: hsl(59, 20%, 90%);