HSL(34, 20%, 68%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(34,20%,68%)]

Color Conversions

Format Value CSS Usage
HSL hsl(34, 20%, 68%) color: hsl(34, 20%, 68%)
HEX #BEB09D color: #BEB09D
RGB rgb(190, 176, 157) color: rgb(190, 176, 157)
CMYK cmyk(0%, 7%, 17%, 25%)
HSV hsv(35, 17%, 75%)
HWB hwb(35 62% 25%) color: hwb(35 62% 25%)
OKLCH oklch(0.7638 0.0309 75.61) color: oklch(0.7638 0.0309 75.61)
Lab lab(72.52 1.84 11.54) color: lab(72.52 1.84 11.54)
LCH lch(72.52 11.69 80.94) color: lch(72.52 11.69 80.94)

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.12:1
vs Black 9.89: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)

#B8B8A2 — rgb(184, 184, 162)

Deuteranopia (Green-blind)

#B9BAA3 — rgb(185, 186, 163)

Tritanopia (Blue-blind)

#BDA5A6 — rgb(189, 165, 166)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(34, 20%, 68%);

text

color: hsl(34, 20%, 68%);

border

border: 2px solid hsl(34, 20%, 68%);

gradient light

background: linear-gradient(to right, hsl(34, 20%, 88%), hsl(34, 20%, 68%));

gradient dark

background: linear-gradient(to right, hsl(34, 20%, 68%), hsl(34, 20%, 48%))

hex

background-color: #BEB09D;

tailwind

bg-[hsl(34,20%,68%)]

box shadow

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

css variable

--color-primary: hsl(34, 20%, 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(34, 20%, 68%)?

HEX: #BEB09D | RGB: rgb(190, 176, 157) | CMYK: 0%, 7%, 17%, 25% | HSV: 35°, 17%, 75%. Copy any format from the conversion table above.

What colors go well with #BEB09D?

The complementary color is HSL(214, 20%, 68%). For a triadic harmony, use hues 34°, 154°, and 274°. For analogous combinations, try hues 4° and 64°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(34, 20%, 68%) in CSS?

As HSL: color: hsl(34, 20%, 68%); — As HEX: color: #BEB09D; — As RGB: color: rgb(190, 176, 157); — Tailwind CSS: bg-[hsl(34,20%,68%)] — CSS variable: --color-primary: hsl(34, 20%, 68%);