HSL(47, 80%, 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(47,80%,89%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(47, 80%, 89%) | color: hsl(47, 80%, 89%) | |
| HEX | #F9F0CD | color: #F9F0CD | |
| RGB | rgb(249, 240, 205) | color: rgb(249, 240, 205) | |
| CMYK | cmyk(0%, 4%, 18%, 2%) | — | |
| HSV | hsv(48, 18%, 98%) | — | |
| HWB | hwb(48 80% 2%) | color: hwb(48 80% 2%) | |
| OKLCH | oklch(0.9533 0.0466 95.2) | color: oklch(0.9533 0.0466 95.2) | |
| Lab | lab(94.68 -2.56 18.03) | color: lab(94.68 -2.56 18.03) | |
| LCH | lch(94.68 18.21 98.08) | color: lch(94.68 18.21 98.08) |
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)
#F5F5D5 — rgb(245, 245, 213)
Deuteranopia (Green-blind)
#F6F6D8 — rgb(246, 246, 216)
Tritanopia (Blue-blind)
#F9DCDE — rgb(249, 220, 222)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(47, 80%, 89%);
text
color: hsl(47, 80%, 89%);
border
border: 2px solid hsl(47, 80%, 89%);
gradient light
background: linear-gradient(to right, hsl(47, 80%, 100%), hsl(47, 80%, 89%));
gradient dark
background: linear-gradient(to right, hsl(47, 80%, 89%), hsl(47, 80%, 69%))
hex
background-color: #F9F0CD;
tailwind
bg-[hsl(47,80%,89%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(47, 80%, 89%, 0.4);
css variable
--color-primary: hsl(47, 80%, 89%);
Related Colors
Use Cases for Very Light Yellow
Frequently Asked Questions
What are all the color codes for HSL(47, 80%, 89%)?
HEX: #F9F0CD | RGB: rgb(249, 240, 205) | CMYK: 0%, 4%, 18%, 2% | HSV: 48°, 18%, 98%. Copy any format from the conversion table above.
What colors go well with #F9F0CD?
The complementary color is HSL(227, 80%, 89%). For a triadic harmony, use hues 47°, 167°, and 287°. For analogous combinations, try hues 17° and 77°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(47, 80%, 89%) in CSS?
As HSL: color: hsl(47, 80%, 89%); — As HEX: color: #F9F0CD; — As RGB: color: rgb(249, 240, 205); — Tailwind CSS: bg-[hsl(47,80%,89%)] — CSS variable: --color-primary: hsl(47, 80%, 89%);