HSL(35, 83%, 85%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(35,83%,85%)]

Color Conversions

Format Value CSS Usage
HSL hsl(35, 83%, 85%) color: hsl(35, 83%, 85%)
HEX #F8DEB9 color: #F8DEB9
RGB rgb(248, 222, 185) color: rgb(248, 222, 185)
CMYK cmyk(0%, 10%, 25%, 3%)
HSV hsv(35, 25%, 97%)
HWB hwb(35 73% 3%) color: hwb(35 73% 3%)
OKLCH oklch(0.9127 0.0564 76.6) color: oklch(0.9127 0.0564 76.6)
Lab lab(89.72 3.43 21.44) color: lab(89.72 3.43 21.44)
LCH lch(89.72 21.71 80.91) color: lch(89.72 21.71 80.91)

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.3:1
vs Black 16.14: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)

#EDEDC2 — rgb(237, 237, 194)

Deuteranopia (Green-blind)

#EEF0C4 — rgb(238, 240, 196)

Tritanopia (Blue-blind)

#F7C9CB — rgb(247, 201, 203)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(35, 83%, 85%);

text

color: hsl(35, 83%, 85%);

border

border: 2px solid hsl(35, 83%, 85%);

gradient light

background: linear-gradient(to right, hsl(35, 83%, 100%), hsl(35, 83%, 85%));

gradient dark

background: linear-gradient(to right, hsl(35, 83%, 85%), hsl(35, 83%, 65%))

hex

background-color: #F8DEB9;

tailwind

bg-[hsl(35,83%,85%)]

box shadow

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

css variable

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

HEX: #F8DEB9 | RGB: rgb(248, 222, 185) | CMYK: 0%, 10%, 25%, 3% | HSV: 35°, 25%, 97%. Copy any format from the conversion table above.

What colors go well with #F8DEB9?

The complementary color is HSL(215, 83%, 85%). For a triadic harmony, use hues 35°, 155°, and 275°. For analogous combinations, try hues 5° and 65°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(35, 83%, 85%) in CSS?

As HSL: color: hsl(35, 83%, 85%); — As HEX: color: #F8DEB9; — As RGB: color: rgb(248, 222, 185); — Tailwind CSS: bg-[hsl(35,83%,85%)] — CSS variable: --color-primary: hsl(35, 83%, 85%);