HSL(18, 68%, 87%)

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,68%,87%)]

Color Conversions

Format Value CSS Usage
HSL hsl(18, 68%, 87%) color: hsl(18, 68%, 87%)
HEX #F4D5C7 color: #F4D5C7
RGB rgb(244, 213, 199) color: rgb(244, 213, 199)
CMYK cmyk(0%, 13%, 18%, 4%)
HSV hsv(19, 18%, 96%)
HWB hwb(19 79% 4%) color: hwb(19 79% 4%)
OKLCH oklch(0.8952 0.0397 45.8) color: oklch(0.8952 0.0397 45.8)
Lab lab(87.46 8.6 10.88) color: lab(87.46 8.6 10.88)
LCH lch(87.46 13.87 51.68) color: lch(87.46 13.87 51.68)

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.38:1
vs Black 15.19: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)

#E7E6CA — rgb(231, 230, 202)

Deuteranopia (Green-blind)

#E8EBCB — rgb(232, 235, 203)

Tritanopia (Blue-blind)

#F2CDCE — rgb(242, 205, 206)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(18, 68%, 87%);

text

color: hsl(18, 68%, 87%);

border

border: 2px solid hsl(18, 68%, 87%);

gradient light

background: linear-gradient(to right, hsl(18, 68%, 100%), hsl(18, 68%, 87%));

gradient dark

background: linear-gradient(to right, hsl(18, 68%, 87%), hsl(18, 68%, 67%))

hex

background-color: #F4D5C7;

tailwind

bg-[hsl(18,68%,87%)]

box shadow

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

css variable

--color-primary: hsl(18, 68%, 87%);

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, 68%, 87%)?

HEX: #F4D5C7 | RGB: rgb(244, 213, 199) | CMYK: 0%, 13%, 18%, 4% | HSV: 19°, 18%, 96%. Copy any format from the conversion table above.

What colors go well with #F4D5C7?

The complementary color is HSL(198, 68%, 87%). 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, 68%, 87%) in CSS?

As HSL: color: hsl(18, 68%, 87%); — As HEX: color: #F4D5C7; — As RGB: color: rgb(244, 213, 199); — Tailwind CSS: bg-[hsl(18,68%,87%)] — CSS variable: --color-primary: hsl(18, 68%, 87%);