HSL(29, 35%, 61%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(29,35%,61%)]

Color Conversions

Format Value CSS Usage
HSL hsl(29, 35%, 61%) color: hsl(29, 35%, 61%)
HEX #BE9A79 color: #BE9A79
RGB rgb(190, 154, 121) color: rgb(190, 154, 121)
CMYK cmyk(0%, 19%, 36%, 25%)
HSV hsv(29, 36%, 75%)
HWB hwb(29 48% 25%) color: hwb(29 48% 25%)
OKLCH oklch(0.711 0.0626 64.06) color: oklch(0.711 0.0626 64.06)
Lab lab(66.09 8.74 22.39) color: lab(66.09 8.74 22.39)
LCH lch(66.09 24.04 68.68) color: lch(66.09 24.04 68.68)

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.6:1
vs Black 8.09: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)

#AEAE81 — rgb(174, 174, 129)

Deuteranopia (Green-blind)

#B1B383 — rgb(177, 179, 131)

Tritanopia (Blue-blind)

#BC8789 — rgb(188, 135, 137)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(29, 35%, 61%);

text

color: hsl(29, 35%, 61%);

border

border: 2px solid hsl(29, 35%, 61%);

gradient light

background: linear-gradient(to right, hsl(29, 35%, 81%), hsl(29, 35%, 61%));

gradient dark

background: linear-gradient(to right, hsl(29, 35%, 61%), hsl(29, 35%, 41%))

hex

background-color: #BE9A79;

tailwind

bg-[hsl(29,35%,61%)]

box shadow

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

css variable

--color-primary: hsl(29, 35%, 61%);

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(29, 35%, 61%)?

HEX: #BE9A79 | RGB: rgb(190, 154, 121) | CMYK: 0%, 19%, 36%, 25% | HSV: 29°, 36%, 75%. Copy any format from the conversion table above.

What colors go well with #BE9A79?

The complementary color is HSL(209, 35%, 61%). For a triadic harmony, use hues 29°, 149°, and 269°. For analogous combinations, try hues 359° and 59°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(29, 35%, 61%) in CSS?

As HSL: color: hsl(29, 35%, 61%); — As HEX: color: #BE9A79; — As RGB: color: rgb(190, 154, 121); — Tailwind CSS: bg-[hsl(29,35%,61%)] — CSS variable: --color-primary: hsl(29, 35%, 61%);