HSL(15, 30%, 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(15,30%,91%)]

Color Conversions

Format Value CSS Usage
HSL hsl(15, 30%, 91%) color: hsl(15, 30%, 91%)
HEX #EFE5E1 color: #EFE5E1
RGB rgb(239, 229, 225) color: rgb(239, 229, 225)
CMYK cmyk(0%, 4%, 6%, 6%)
HSV hsv(17, 6%, 94%)
HWB hwb(17 88% 6%) color: hwb(17 88% 6%)
OKLCH oklch(0.9287 0.0122 43.27) color: oklch(0.9287 0.0122 43.27)
Lab lab(91.61 2.7 3.15) color: lab(91.61 2.7 3.15)
LCH lch(91.61 4.15 49.4) color: lch(91.61 4.15 49.4)

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.97: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)

#EBEBE2 — rgb(235, 235, 226)

Deuteranopia (Green-blind)

#EBECE2 — rgb(235, 236, 226)

Tritanopia (Blue-blind)

#EFE3E3 — rgb(239, 227, 227)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(15, 30%, 91%);

text

color: hsl(15, 30%, 91%);

border

border: 2px solid hsl(15, 30%, 91%);

gradient light

background: linear-gradient(to right, hsl(15, 30%, 100%), hsl(15, 30%, 91%));

gradient dark

background: linear-gradient(to right, hsl(15, 30%, 91%), hsl(15, 30%, 71%))

hex

background-color: #EFE5E1;

tailwind

bg-[hsl(15,30%,91%)]

box shadow

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

css variable

--color-primary: hsl(15, 30%, 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(15, 30%, 91%)?

HEX: #EFE5E1 | RGB: rgb(239, 229, 225) | CMYK: 0%, 4%, 6%, 6% | HSV: 17°, 6%, 94%. Copy any format from the conversion table above.

What colors go well with #EFE5E1?

The complementary color is HSL(195, 30%, 91%). For a triadic harmony, use hues 15°, 135°, and 255°. For analogous combinations, try hues 345° and 45°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(15, 30%, 91%) in CSS?

As HSL: color: hsl(15, 30%, 91%); — As HEX: color: #EFE5E1; — As RGB: color: rgb(239, 229, 225); — Tailwind CSS: bg-[hsl(15,30%,91%)] — CSS variable: --color-primary: hsl(15, 30%, 91%);