HSL(35, 15%, 64%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

N/A

CSS Class

bg-[hsl(35,15%,64%)]

Color Conversions

Format Value CSS Usage
HSL hsl(35, 15%, 64%) color: hsl(35, 15%, 64%)
HEX #B1A595 color: #B1A595
RGB rgb(177, 165, 149) color: rgb(177, 165, 149)
CMYK cmyk(0%, 7%, 16%, 31%)
HSV hsv(34, 16%, 69%)
HWB hwb(34 58% 31%) color: hwb(34 58% 31%)
OKLCH oklch(0.7277 0.0265 75.19) color: oklch(0.7277 0.0265 75.19)
Lab lab(68.33 1.61 9.86) color: lab(68.33 1.61 9.86)
LCH lch(68.33 9.99 80.73) color: lch(68.33 9.99 80.73)

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.42:1
vs Black 8.69: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)

#ACAC99 — rgb(172, 172, 153)

Deuteranopia (Green-blind)

#ADAD9A — rgb(173, 173, 154)

Tritanopia (Blue-blind)

#B09C9D — rgb(176, 156, 157)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(35, 15%, 64%);

text

color: hsl(35, 15%, 64%);

border

border: 2px solid hsl(35, 15%, 64%);

gradient light

background: linear-gradient(to right, hsl(35, 15%, 84%), hsl(35, 15%, 64%));

gradient dark

background: linear-gradient(to right, hsl(35, 15%, 64%), hsl(35, 15%, 44%))

hex

background-color: #B1A595;

tailwind

bg-[hsl(35,15%,64%)]

box shadow

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

css variable

--color-primary: hsl(35, 15%, 64%);

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, 15%, 64%)?

HEX: #B1A595 | RGB: rgb(177, 165, 149) | CMYK: 0%, 7%, 16%, 31% | HSV: 34°, 16%, 69%. Copy any format from the conversion table above.

What colors go well with #B1A595?

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

As HSL: color: hsl(35, 15%, 64%); — As HEX: color: #B1A595; — As RGB: color: rgb(177, 165, 149); — Tailwind CSS: bg-[hsl(35,15%,64%)] — CSS variable: --color-primary: hsl(35, 15%, 64%);