HSL(44, 80%, 90%)
Very Light Orange — Orange color
Adjust Color
Color Information
Color Name
Very Light Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(44,80%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(44, 80%, 90%) | color: hsl(44, 80%, 90%) | |
| HEX | #FAEFD1 | color: #FAEFD1 | |
| RGB | rgb(250, 239, 209) | color: rgb(250, 239, 209) | |
| CMYK | cmyk(0%, 4%, 16%, 2%) | — | |
| HSV | hsv(44, 16%, 98%) | — | |
| HWB | hwb(44 82% 2%) | color: hwb(44 82% 2%) | |
| OKLCH | oklch(0.9531 0.041 90.25) | color: oklch(0.9531 0.041 90.25) | |
| Lab | lab(94.59 -1.1 15.85) | color: lab(94.59 -1.1 15.85) | |
| LCH | lch(94.59 15.89 93.97) | color: lch(94.59 15.89 93.97) |
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)
#F5F5D8 — rgb(245, 245, 216)
Deuteranopia (Green-blind)
#F6F7DA — rgb(246, 247, 218)
Tritanopia (Blue-blind)
#F9DEDF — rgb(249, 222, 223)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(44, 80%, 90%);
text
color: hsl(44, 80%, 90%);
border
border: 2px solid hsl(44, 80%, 90%);
gradient light
background: linear-gradient(to right, hsl(44, 80%, 100%), hsl(44, 80%, 90%));
gradient dark
background: linear-gradient(to right, hsl(44, 80%, 90%), hsl(44, 80%, 70%))
hex
background-color: #FAEFD1;
tailwind
bg-[hsl(44,80%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(44, 80%, 90%, 0.4);
css variable
--color-primary: hsl(44, 80%, 90%);
Related Colors
Use Cases for Very Light Orange
Frequently Asked Questions
What are all the color codes for HSL(44, 80%, 90%)?
HEX: #FAEFD1 | RGB: rgb(250, 239, 209) | CMYK: 0%, 4%, 16%, 2% | HSV: 44°, 16%, 98%. Copy any format from the conversion table above.
What colors go well with #FAEFD1?
The complementary color is HSL(224, 80%, 90%). For a triadic harmony, use hues 44°, 164°, and 284°. For analogous combinations, try hues 14° and 74°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(44, 80%, 90%) in CSS?
As HSL: color: hsl(44, 80%, 90%); — As HEX: color: #FAEFD1; — As RGB: color: rgb(250, 239, 209); — Tailwind CSS: bg-[hsl(44,80%,90%)] — CSS variable: --color-primary: hsl(44, 80%, 90%);