HSL(40, 85%, 93%)

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(40,85%,93%)]

Color Conversions

Format Value CSS Usage
HSL hsl(40, 85%, 93%) color: hsl(40, 85%, 93%)
HEX #FCF2DE color: #FCF2DE
RGB rgb(252, 242, 222) color: rgb(252, 242, 222)
CMYK cmyk(0%, 4%, 12%, 1%)
HSV hsv(40, 12%, 99%)
HWB hwb(40 87% 1%) color: hwb(40 87% 1%)
OKLCH oklch(0.9637 0.0284 84.59) color: oklch(0.9637 0.0284 84.59)
Lab lab(95.78 0.07 10.85) color: lab(95.78 0.07 10.85)
LCH lch(95.78 10.85 89.63) color: lch(95.78 10.85 89.63)

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.11:1
vs Black 18.89: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)

#F8F8E3 — rgb(248, 248, 227)

Deuteranopia (Green-blind)

#F8F9E4 — rgb(248, 249, 228)

Tritanopia (Blue-blind)

#FCE7E8 — rgb(252, 231, 232)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(40, 85%, 93%);

text

color: hsl(40, 85%, 93%);

border

border: 2px solid hsl(40, 85%, 93%);

gradient light

background: linear-gradient(to right, hsl(40, 85%, 100%), hsl(40, 85%, 93%));

gradient dark

background: linear-gradient(to right, hsl(40, 85%, 93%), hsl(40, 85%, 73%))

hex

background-color: #FCF2DE;

tailwind

bg-[hsl(40,85%,93%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(40, 85%, 93%, 0.4);

css variable

--color-primary: hsl(40, 85%, 93%);

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(40, 85%, 93%)?

HEX: #FCF2DE | RGB: rgb(252, 242, 222) | CMYK: 0%, 4%, 12%, 1% | HSV: 40°, 12%, 99%. Copy any format from the conversion table above.

What colors go well with #FCF2DE?

The complementary color is HSL(220, 85%, 93%). For a triadic harmony, use hues 40°, 160°, and 280°. For analogous combinations, try hues 10° and 70°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(40, 85%, 93%) in CSS?

As HSL: color: hsl(40, 85%, 93%); — As HEX: color: #FCF2DE; — As RGB: color: rgb(252, 242, 222); — Tailwind CSS: bg-[hsl(40,85%,93%)] — CSS variable: --color-primary: hsl(40, 85%, 93%);