HSL(58, 45%, 89%)
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(58,45%,89%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(58, 45%, 89%) | color: hsl(58, 45%, 89%) | |
| HEX | #F0EFD6 | color: #F0EFD6 | |
| RGB | rgb(240, 239, 214) | color: rgb(240, 239, 214) | |
| CMYK | cmyk(0%, 0%, 11%, 6%) | — | |
| HSV | hsv(58, 11%, 94%) | — | |
| HWB | hwb(58 84% 6%) | color: hwb(58 84% 6%) | |
| OKLCH | oklch(0.9463 0.0329 105.14) | color: oklch(0.9463 0.0329 105.14) | |
| Lab | lab(93.93 -3.86 12.22) | color: lab(93.93 -3.86 12.22) | |
| LCH | lch(93.93 12.82 107.53) | color: lch(93.93 12.82 107.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)
#F0F0DC — rgb(240, 240, 220)
Deuteranopia (Green-blind)
#F0F0DE — rgb(240, 240, 222)
Tritanopia (Blue-blind)
#F0E1E2 — rgb(240, 225, 226)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(58, 45%, 89%);
text
color: hsl(58, 45%, 89%);
border
border: 2px solid hsl(58, 45%, 89%);
gradient light
background: linear-gradient(to right, hsl(58, 45%, 100%), hsl(58, 45%, 89%));
gradient dark
background: linear-gradient(to right, hsl(58, 45%, 89%), hsl(58, 45%, 69%))
hex
background-color: #F0EFD6;
tailwind
bg-[hsl(58,45%,89%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(58, 45%, 89%, 0.4);
css variable
--color-primary: hsl(58, 45%, 89%);
Related Colors
Use Cases for Very Light Yellow
Frequently Asked Questions
What are all the color codes for HSL(58, 45%, 89%)?
HEX: #F0EFD6 | RGB: rgb(240, 239, 214) | CMYK: 0%, 0%, 11%, 6% | HSV: 58°, 11%, 94%. Copy any format from the conversion table above.
What colors go well with #F0EFD6?
The complementary color is HSL(238, 45%, 89%). For a triadic harmony, use hues 58°, 178°, and 298°. For analogous combinations, try hues 28° and 88°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(58, 45%, 89%) in CSS?
As HSL: color: hsl(58, 45%, 89%); — As HEX: color: #F0EFD6; — As RGB: color: rgb(240, 239, 214); — Tailwind CSS: bg-[hsl(58,45%,89%)] — CSS variable: --color-primary: hsl(58, 45%, 89%);