HSL(35, 32%, 68%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(35,32%,68%)]

Color Conversions

Format Value CSS Usage
HSL hsl(35, 32%, 68%) color: hsl(35, 32%, 68%)
HEX #C8B293 color: #C8B293
RGB rgb(200, 178, 147) color: rgb(200, 178, 147)
CMYK cmyk(0%, 11%, 27%, 22%)
HSV hsv(35, 27%, 78%)
HWB hwb(35 57% 22%) color: hwb(35 57% 22%)
OKLCH oklch(0.7744 0.0493 76.32) color: oklch(0.7744 0.0493 76.32)
Lab lab(73.69 3.11 18.76) color: lab(73.69 3.11 18.76)
LCH lch(73.69 19.02 80.59) color: lch(73.69 19.02 80.59)

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 2.05:1
vs Black 10.25: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)

#BEBE9B — rgb(190, 190, 155)

Deuteranopia (Green-blind)

#C0C19C — rgb(192, 193, 156)

Tritanopia (Blue-blind)

#C7A0A2 — rgb(199, 160, 162)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(35, 32%, 68%);

text

color: hsl(35, 32%, 68%);

border

border: 2px solid hsl(35, 32%, 68%);

gradient light

background: linear-gradient(to right, hsl(35, 32%, 88%), hsl(35, 32%, 68%));

gradient dark

background: linear-gradient(to right, hsl(35, 32%, 68%), hsl(35, 32%, 48%))

hex

background-color: #C8B293;

tailwind

bg-[hsl(35,32%,68%)]

box shadow

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

css variable

--color-primary: hsl(35, 32%, 68%);

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

HEX: #C8B293 | RGB: rgb(200, 178, 147) | CMYK: 0%, 11%, 27%, 22% | HSV: 35°, 27%, 78%. Copy any format from the conversion table above.

What colors go well with #C8B293?

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

As HSL: color: hsl(35, 32%, 68%); — As HEX: color: #C8B293; — As RGB: color: rgb(200, 178, 147); — Tailwind CSS: bg-[hsl(35,32%,68%)] — CSS variable: --color-primary: hsl(35, 32%, 68%);