HSL(15, 10%, 36%)

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%,36%)]

Color Conversions

Format Value CSS Usage
HSL hsl(15, 10%, 36%) color: hsl(15, 10%, 36%)
HEX #655753 color: #655753
RGB rgb(101, 87, 83) color: rgb(101, 87, 83)
CMYK cmyk(0%, 14%, 18%, 60%)
HSV hsv(13, 18%, 40%)
HWB hwb(13 33% 60%) color: hwb(13 33% 60%)
OKLCH oklch(0.4692 0.0196 36.49) color: oklch(0.4692 0.0196 36.49)
Lab lab(38.21 4.98 4.43) color: lab(38.21 4.98 4.43)
LCH lch(38.21 6.67 41.65) color: lch(38.21 6.67 41.65)

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.9:1
vs Black 3.04: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)

#5F5F54 — rgb(95, 95, 84)

Deuteranopia (Green-blind)

#606154 — rgb(96, 97, 84)

Tritanopia (Blue-blind)

#645555 — rgb(100, 85, 85)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

background: linear-gradient(to right, hsl(15, 10%, 56%), hsl(15, 10%, 36%));

gradient dark

background: linear-gradient(to right, hsl(15, 10%, 36%), hsl(15, 10%, 16%))

hex

background-color: #655753;

tailwind

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

box shadow

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

css variable

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

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

HEX: #655753 | RGB: rgb(101, 87, 83) | CMYK: 0%, 14%, 18%, 60% | HSV: 13°, 18%, 40%. Copy any format from the conversion table above.

What colors go well with #655753?

The complementary color is HSL(195, 10%, 36%). 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%, 36%) in CSS?

As HSL: color: hsl(15, 10%, 36%); — As HEX: color: #655753; — As RGB: color: rgb(101, 87, 83); — Tailwind CSS: bg-[hsl(15,10%,36%)] — CSS variable: --color-primary: hsl(15, 10%, 36%);