HSL(27, 70%, 99%)

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(27,70%,99%)]

Color Conversions

Format Value CSS Usage
HSL hsl(27, 70%, 99%) color: hsl(27, 70%, 99%)
HEX #FEFCFB color: #FEFCFB
RGB rgb(254, 252, 251) color: rgb(254, 252, 251)
CMYK cmyk(0%, 1%, 1%, 0%)
HSV hsv(20, 1%, 100%)
HWB hwb(20 99% 0%) color: hwb(20 99% 0%)
OKLCH oklch(0.9923 0.0025 48.72) color: oklch(0.9923 0.0025 48.72)
Lab lab(99.09 0.49 0.71) color: lab(99.09 0.49 0.71)
LCH lch(99.09 0.86 55.39) color: lch(99.09 0.86 55.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.02:1
vs Black 20.53: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)

#FDFDFB — rgb(253, 253, 251)

Deuteranopia (Green-blind)

#FDFDFB — rgb(253, 253, 251)

Tritanopia (Blue-blind)

#FEFBFB — rgb(254, 251, 251)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(27, 70%, 99%);

text

color: hsl(27, 70%, 99%);

border

border: 2px solid hsl(27, 70%, 99%);

gradient light

background: linear-gradient(to right, hsl(27, 70%, 100%), hsl(27, 70%, 99%));

gradient dark

background: linear-gradient(to right, hsl(27, 70%, 99%), hsl(27, 70%, 79%))

hex

background-color: #FEFCFB;

tailwind

bg-[hsl(27,70%,99%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(27, 70%, 99%, 0.4);

css variable

--color-primary: hsl(27, 70%, 99%);

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(27, 70%, 99%)?

HEX: #FEFCFB | RGB: rgb(254, 252, 251) | CMYK: 0%, 1%, 1%, 0% | HSV: 20°, 1%, 100%. Copy any format from the conversion table above.

What colors go well with #FEFCFB?

The complementary color is HSL(207, 70%, 99%). For a triadic harmony, use hues 27°, 147°, and 267°. For analogous combinations, try hues 357° and 57°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(27, 70%, 99%) in CSS?

As HSL: color: hsl(27, 70%, 99%); — As HEX: color: #FEFCFB; — As RGB: color: rgb(254, 252, 251); — Tailwind CSS: bg-[hsl(27,70%,99%)] — CSS variable: --color-primary: hsl(27, 70%, 99%);