HSL(25, 12%, 55%)

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(25,12%,55%)]

Color Conversions

Format Value CSS Usage
HSL hsl(25, 12%, 55%) color: hsl(25, 12%, 55%)
HEX #9A8A7E color: #9A8A7E
RGB rgb(154, 138, 126) color: rgb(154, 138, 126)
CMYK cmyk(0%, 10%, 18%, 40%)
HSV hsv(26, 18%, 60%)
HWB hwb(26 49% 40%) color: hwb(26 49% 40%)
OKLCH oklch(0.6443 0.0261 59.17) color: oklch(0.6443 0.0261 59.17)
Lab lab(58.56 3.95 8.61) color: lab(58.56 3.95 8.61)
LCH lch(58.56 9.47 65.36) color: lch(58.56 9.47 65.36)

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 3.33:1
vs Black 6.31:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#939381 — rgb(147, 147, 129)

Deuteranopia (Green-blind)

#949582 — rgb(148, 149, 130)

Tritanopia (Blue-blind)

#998384 — rgb(153, 131, 132)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(25, 12%, 55%);

text

color: hsl(25, 12%, 55%);

border

border: 2px solid hsl(25, 12%, 55%);

gradient light

background: linear-gradient(to right, hsl(25, 12%, 75%), hsl(25, 12%, 55%));

gradient dark

background: linear-gradient(to right, hsl(25, 12%, 55%), hsl(25, 12%, 35%))

hex

background-color: #9A8A7E;

tailwind

bg-[hsl(25,12%,55%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(25, 12%, 55%, 0.4);

css variable

--color-primary: hsl(25, 12%, 55%);

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(25, 12%, 55%)?

HEX: #9A8A7E | RGB: rgb(154, 138, 126) | CMYK: 0%, 10%, 18%, 40% | HSV: 26°, 18%, 60%. Copy any format from the conversion table above.

What colors go well with #9A8A7E?

The complementary color is HSL(205, 12%, 55%). For a triadic harmony, use hues 25°, 145°, and 265°. For analogous combinations, try hues 355° and 55°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(25, 12%, 55%) in CSS?

As HSL: color: hsl(25, 12%, 55%); — As HEX: color: #9A8A7E; — As RGB: color: rgb(154, 138, 126); — Tailwind CSS: bg-[hsl(25,12%,55%)] — CSS variable: --color-primary: hsl(25, 12%, 55%);