HSL(37, 22%, 64%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(37,22%,64%)]

Color Conversions

Format Value CSS Usage
HSL hsl(37, 22%, 64%) color: hsl(37, 22%, 64%)
HEX #B7A88F color: #B7A88F
RGB rgb(183, 168, 143) color: rgb(183, 168, 143)
CMYK cmyk(0%, 8%, 22%, 28%)
HSV hsv(38, 22%, 72%)
HWB hwb(38 56% 28%) color: hwb(38 56% 28%)
OKLCH oklch(0.7377 0.0388 80.54) color: oklch(0.7377 0.0388 80.54)
Lab lab(69.51 1.34 14.9) color: lab(69.51 1.34 14.9)
LCH lch(69.51 14.96 84.86) color: lch(69.51 14.96 84.86)

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.33:1
vs Black 9.01: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)

#B1B095 — rgb(177, 176, 149)

Deuteranopia (Green-blind)

#B1B397 — rgb(177, 179, 151)

Tritanopia (Blue-blind)

#B69A9B — rgb(182, 154, 155)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(37, 22%, 64%);

text

color: hsl(37, 22%, 64%);

border

border: 2px solid hsl(37, 22%, 64%);

gradient light

background: linear-gradient(to right, hsl(37, 22%, 84%), hsl(37, 22%, 64%));

gradient dark

background: linear-gradient(to right, hsl(37, 22%, 64%), hsl(37, 22%, 44%))

hex

background-color: #B7A88F;

tailwind

bg-[hsl(37,22%,64%)]

box shadow

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

css variable

--color-primary: hsl(37, 22%, 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(37, 22%, 64%)?

HEX: #B7A88F | RGB: rgb(183, 168, 143) | CMYK: 0%, 8%, 22%, 28% | HSV: 38°, 22%, 72%. Copy any format from the conversion table above.

What colors go well with #B7A88F?

The complementary color is HSL(217, 22%, 64%). For a triadic harmony, use hues 37°, 157°, and 277°. For analogous combinations, try hues 7° and 67°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(37, 22%, 64%) in CSS?

As HSL: color: hsl(37, 22%, 64%); — As HEX: color: #B7A88F; — As RGB: color: rgb(183, 168, 143); — Tailwind CSS: bg-[hsl(37,22%,64%)] — CSS variable: --color-primary: hsl(37, 22%, 64%);