HSL(27, 5%, 33%)

Grayish Gray — Gray color

Adjust Color

Color Information

Color Name

Grayish Gray

Color Family

Gray

Warm / Cool

🔴 Warm

Temperature

N/A

CSS Class

bg-[hsl(27,5%,33%)]

Color Conversions

Format Value CSS Usage
HSL hsl(27, 5%, 33%) color: hsl(27, 5%, 33%)
HEX #585450 color: #585450
RGB rgb(88, 84, 80) color: rgb(88, 84, 80)
CMYK cmyk(0%, 5%, 9%, 65%)
HSV hsv(30, 9%, 35%)
HWB hwb(30 32% 65%) color: hwb(30 32% 65%)
OKLCH oklch(0.4484 0.0083 67.61) color: oklch(0.4484 0.0083 67.61)
Lab lab(35.97 0.81 2.91) color: lab(35.97 0.81 2.91)
LCH lch(35.97 3.02 74.45) color: lch(35.97 3.02 74.45)

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 7.5:1
vs Black 2.8:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#565651 — rgb(86, 86, 81)

Deuteranopia (Green-blind)

#575751 — rgb(87, 87, 81)

Tritanopia (Blue-blind)

#585252 — rgb(88, 82, 82)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(27, 5%, 33%);

text

color: hsl(27, 5%, 33%);

border

border: 2px solid hsl(27, 5%, 33%);

gradient light

background: linear-gradient(to right, hsl(27, 5%, 53%), hsl(27, 5%, 33%));

gradient dark

background: linear-gradient(to right, hsl(27, 5%, 33%), hsl(27, 5%, 13%))

hex

background-color: #585450;

tailwind

bg-[hsl(27,5%,33%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(27, 5%, 33%, 0.4);

css variable

--color-primary: hsl(27, 5%, 33%);

Related Colors

Use Cases for Grayish Gray

Neutral backgrounds Body text Borders Secondary buttons Disabled states

Frequently Asked Questions

What are all the color codes for HSL(27, 5%, 33%)?

HEX: #585450 | RGB: rgb(88, 84, 80) | CMYK: 0%, 5%, 9%, 65% | HSV: 30°, 9%, 35%. Copy any format from the conversion table above.

What colors go well with #585450?

The complementary color is HSL(207, 5%, 33%). For a triadic harmony, use hues 27°, 147°, and 267°. For analogous combinations, try hues 357° and 57°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(27, 5%, 33%) in CSS?

As HSL: color: hsl(27, 5%, 33%); — As HEX: color: #585450; — As RGB: color: rgb(88, 84, 80); — Tailwind CSS: bg-[hsl(27,5%,33%)] — CSS variable: --color-primary: hsl(27, 5%, 33%);