HSL(22, 78%, 85%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(22,78%,85%)]

Color Conversions

Format Value CSS Usage
HSL hsl(22, 78%, 85%) color: hsl(22, 78%, 85%)
HEX #F7D1BB color: #F7D1BB
RGB rgb(247, 209, 187) color: rgb(247, 209, 187)
CMYK cmyk(0%, 15%, 24%, 3%)
HSV hsv(22, 24%, 97%)
HWB hwb(22 74% 3%) color: hwb(22 74% 3%)
OKLCH oklch(0.8873 0.0522 51.83) color: oklch(0.8873 0.0522 51.83)
Lab lab(86.49 10.06 15.87) color: lab(86.49 10.06 15.87)
LCH lch(86.49 18.79 57.63) color: lch(86.49 18.79 57.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.42:1
vs Black 14.79: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)

#E7E6C0 — rgb(231, 230, 192)

Deuteranopia (Green-blind)

#E9ECC2 — rgb(233, 236, 194)

Tritanopia (Blue-blind)

#F5C5C5 — rgb(245, 197, 197)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(22, 78%, 85%);

text

color: hsl(22, 78%, 85%);

border

border: 2px solid hsl(22, 78%, 85%);

gradient light

background: linear-gradient(to right, hsl(22, 78%, 100%), hsl(22, 78%, 85%));

gradient dark

background: linear-gradient(to right, hsl(22, 78%, 85%), hsl(22, 78%, 65%))

hex

background-color: #F7D1BB;

tailwind

bg-[hsl(22,78%,85%)]

box shadow

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

css variable

--color-primary: hsl(22, 78%, 85%);

Related Colors

Use Cases for 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(22, 78%, 85%)?

HEX: #F7D1BB | RGB: rgb(247, 209, 187) | CMYK: 0%, 15%, 24%, 3% | HSV: 22°, 24%, 97%. Copy any format from the conversion table above.

What colors go well with #F7D1BB?

The complementary color is HSL(202, 78%, 85%). For a triadic harmony, use hues 22°, 142°, and 262°. For analogous combinations, try hues 352° and 52°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(22, 78%, 85%) in CSS?

As HSL: color: hsl(22, 78%, 85%); — As HEX: color: #F7D1BB; — As RGB: color: rgb(247, 209, 187); — Tailwind CSS: bg-[hsl(22,78%,85%)] — CSS variable: --color-primary: hsl(22, 78%, 85%);