HSL(18, 60%, 91%)

Very Light Orange — Orange color

Adjust Color

Color Information

Color Name

Very Light Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(18,60%,91%)]

Color Conversions

Format Value CSS Usage
HSL hsl(18, 60%, 91%) color: hsl(18, 60%, 91%)
HEX #F6E3DA color: #F6E3DA
RGB rgb(246, 227, 218) color: rgb(246, 227, 218)
CMYK cmyk(0%, 8%, 11%, 4%)
HSV hsv(19, 11%, 96%)
HWB hwb(19 85% 4%) color: hwb(19 85% 4%)
OKLCH oklch(0.9287 0.0242 47.11) color: oklch(0.9287 0.0242 47.11)
Lab lab(91.5 5 6.73) color: lab(91.5 5 6.73)
LCH lch(91.5 8.38 53.39) color: lch(91.5 8.38 53.39)

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.24:1
vs Black 16.92: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)

#EEEEDC — rgb(238, 238, 220)

Deuteranopia (Green-blind)

#EFF0DD — rgb(239, 240, 221)

Tritanopia (Blue-blind)

#F5DEDE — rgb(245, 222, 222)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(18, 60%, 91%);

text

color: hsl(18, 60%, 91%);

border

border: 2px solid hsl(18, 60%, 91%);

gradient light

background: linear-gradient(to right, hsl(18, 60%, 100%), hsl(18, 60%, 91%));

gradient dark

background: linear-gradient(to right, hsl(18, 60%, 91%), hsl(18, 60%, 71%))

hex

background-color: #F6E3DA;

tailwind

bg-[hsl(18,60%,91%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(18, 60%, 91%, 0.4);

css variable

--color-primary: hsl(18, 60%, 91%);

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(18, 60%, 91%)?

HEX: #F6E3DA | RGB: rgb(246, 227, 218) | CMYK: 0%, 8%, 11%, 4% | HSV: 19°, 11%, 96%. Copy any format from the conversion table above.

What colors go well with #F6E3DA?

The complementary color is HSL(198, 60%, 91%). For a triadic harmony, use hues 18°, 138°, and 258°. For analogous combinations, try hues 348° and 48°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(18, 60%, 91%) in CSS?

As HSL: color: hsl(18, 60%, 91%); — As HEX: color: #F6E3DA; — As RGB: color: rgb(246, 227, 218); — Tailwind CSS: bg-[hsl(18,60%,91%)] — CSS variable: --color-primary: hsl(18, 60%, 91%);