HSL(34, 16%, 70%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

N/A

CSS Class

bg-[hsl(34,16%,70%)]

Color Conversions

Format Value CSS Usage
HSL hsl(34, 16%, 70%) color: hsl(34, 16%, 70%)
HEX #BFB4A6 color: #BFB4A6
RGB rgb(191, 180, 166) color: rgb(191, 180, 166)
CMYK cmyk(0%, 6%, 13%, 25%)
HSV hsv(34, 13%, 75%)
HWB hwb(34 65% 25%) color: hwb(34 65% 25%)
OKLCH oklch(0.7752 0.0232 74.04) color: oklch(0.7752 0.0232 74.04)
Lab lab(73.85 1.51 8.54) color: lab(73.85 1.51 8.54)
LCH lch(73.85 8.67 79.97) color: lch(73.85 8.67 79.97)

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.04:1
vs Black 10.29: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)

#BABAA9 — rgb(186, 186, 169)

Deuteranopia (Green-blind)

#BBBCAA — rgb(187, 188, 170)

Tritanopia (Blue-blind)

#BEACAD — rgb(190, 172, 173)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(34, 16%, 70%);

text

color: hsl(34, 16%, 70%);

border

border: 2px solid hsl(34, 16%, 70%);

gradient light

background: linear-gradient(to right, hsl(34, 16%, 90%), hsl(34, 16%, 70%));

gradient dark

background: linear-gradient(to right, hsl(34, 16%, 70%), hsl(34, 16%, 50%))

hex

background-color: #BFB4A6;

tailwind

bg-[hsl(34,16%,70%)]

box shadow

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

css variable

--color-primary: hsl(34, 16%, 70%);

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, 16%, 70%)?

HEX: #BFB4A6 | RGB: rgb(191, 180, 166) | CMYK: 0%, 6%, 13%, 25% | HSV: 34°, 13%, 75%. Copy any format from the conversion table above.

What colors go well with #BFB4A6?

The complementary color is HSL(214, 16%, 70%). 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, 16%, 70%) in CSS?

As HSL: color: hsl(34, 16%, 70%); — As HEX: color: #BFB4A6; — As RGB: color: rgb(191, 180, 166); — Tailwind CSS: bg-[hsl(34,16%,70%)] — CSS variable: --color-primary: hsl(34, 16%, 70%);