HSL(15, 10%, 38%)

Grayish Orange — Orange color

Adjust Color

Color Information

Color Name

Grayish Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

N/A

CSS Class

bg-[hsl(15,10%,38%)]

Color Conversions

Format Value CSS Usage
HSL hsl(15, 10%, 38%) color: hsl(15, 10%, 38%)
HEX #6B5C57 color: #6B5C57
RGB rgb(107, 92, 87) color: rgb(107, 92, 87)
CMYK cmyk(0%, 14%, 19%, 58%)
HSV hsv(15, 19%, 42%)
HWB hwb(15 34% 58%) color: hwb(15 34% 58%)
OKLCH oklch(0.4878 0.0212 39.3) color: oklch(0.4878 0.0212 39.3)
Lab lab(40.36 5.17 5.12) color: lab(40.36 5.17 5.12)
LCH lch(40.36 7.28 44.72) color: lch(40.36 7.28 44.72)

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 6.38:1
vs Black 3.29:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#656458 — rgb(101, 100, 88)

Deuteranopia (Green-blind)

#656759 — rgb(101, 103, 89)

Tritanopia (Blue-blind)

#6A5959 — rgb(106, 89, 89)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(15, 10%, 38%);

text

color: hsl(15, 10%, 38%);

border

border: 2px solid hsl(15, 10%, 38%);

gradient light

background: linear-gradient(to right, hsl(15, 10%, 58%), hsl(15, 10%, 38%));

gradient dark

background: linear-gradient(to right, hsl(15, 10%, 38%), hsl(15, 10%, 18%))

hex

background-color: #6B5C57;

tailwind

bg-[hsl(15,10%,38%)]

box shadow

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

css variable

--color-primary: hsl(15, 10%, 38%);

Related Colors

Use Cases for Grayish 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(15, 10%, 38%)?

HEX: #6B5C57 | RGB: rgb(107, 92, 87) | CMYK: 0%, 14%, 19%, 58% | HSV: 15°, 19%, 42%. Copy any format from the conversion table above.

What colors go well with #6B5C57?

The complementary color is HSL(195, 10%, 38%). For a triadic harmony, use hues 15°, 135°, and 255°. For analogous combinations, try hues 345° and 45°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(15, 10%, 38%) in CSS?

As HSL: color: hsl(15, 10%, 38%); — As HEX: color: #6B5C57; — As RGB: color: rgb(107, 92, 87); — Tailwind CSS: bg-[hsl(15,10%,38%)] — CSS variable: --color-primary: hsl(15, 10%, 38%);