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

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 1.15:1
vs Black 18.33:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

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

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

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

E-commerce CTAs Food & beverage branding Energetic UI elements Sale tags Sunset themes

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%);