HSL(33, 80%, 85%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(33,80%,85%)]

Color Conversions

Format Value CSS Usage
HSL hsl(33, 80%, 85%) color: hsl(33, 80%, 85%)
HEX #F7DCBA color: #F7DCBA
RGB rgb(247, 220, 186) color: rgb(247, 220, 186)
CMYK cmyk(0%, 11%, 25%, 3%)
HSV hsv(33, 25%, 97%)
HWB hwb(33 73% 3%) color: hwb(33 73% 3%)
OKLCH oklch(0.9082 0.0538 73.43) color: oklch(0.9082 0.0538 73.43)
Lab lab(89.16 4.22 20.13) color: lab(89.16 4.22 20.13)
LCH lch(89.16 20.57 78.16) color: lch(89.16 20.57 78.16)

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.32:1
vs Black 15.9: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)

#EBEBC2 — rgb(235, 235, 194)

Deuteranopia (Green-blind)

#EDEFC4 — rgb(237, 239, 196)

Tritanopia (Blue-blind)

#F6C9CA — rgb(246, 201, 202)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(33, 80%, 85%);

text

color: hsl(33, 80%, 85%);

border

border: 2px solid hsl(33, 80%, 85%);

gradient light

background: linear-gradient(to right, hsl(33, 80%, 100%), hsl(33, 80%, 85%));

gradient dark

background: linear-gradient(to right, hsl(33, 80%, 85%), hsl(33, 80%, 65%))

hex

background-color: #F7DCBA;

tailwind

bg-[hsl(33,80%,85%)]

box shadow

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

css variable

--color-primary: hsl(33, 80%, 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(33, 80%, 85%)?

HEX: #F7DCBA | RGB: rgb(247, 220, 186) | CMYK: 0%, 11%, 25%, 3% | HSV: 33°, 25%, 97%. Copy any format from the conversion table above.

What colors go well with #F7DCBA?

The complementary color is HSL(213, 80%, 85%). For a triadic harmony, use hues 33°, 153°, and 273°. For analogous combinations, try hues 3° and 63°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(33, 80%, 85%) in CSS?

As HSL: color: hsl(33, 80%, 85%); — As HEX: color: #F7DCBA; — As RGB: color: rgb(247, 220, 186); — Tailwind CSS: bg-[hsl(33,80%,85%)] — CSS variable: --color-primary: hsl(33, 80%, 85%);