HSL(352, 14%, 55%)
Grayish Red — Red color
Adjust Color
Color Information
Color Name
Grayish Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(352,14%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(352, 14%, 55%) | color: hsl(352, 14%, 55%) | |
| HEX | #9C7C80 | color: #9C7C80 | |
| RGB | rgb(156, 124, 128) | color: rgb(156, 124, 128) | |
| CMYK | cmyk(0%, 21%, 18%, 39%) | — | |
| HSV | hsv(353, 21%, 61%) | — | |
| HWB | hwb(353 48% 39%) | color: hwb(353 48% 39%) | |
| OKLCH | oklch(0.618 0.0401 9.88) | color: oklch(0.618 0.0401 9.88) | |
| Lab | lab(55.12 13.03 2.55) | color: lab(55.12 13.03 2.55) | |
| LCH | lch(55.12 13.28 11.07) | color: lch(55.12 13.28 11.07) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#8E8E7F — rgb(142, 142, 127)
Deuteranopia (Green-blind)
#90927F — rgb(144, 146, 127)
Tritanopia (Blue-blind)
#9A7E7E — rgb(154, 126, 126)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(352, 14%, 55%);
text
color: hsl(352, 14%, 55%);
border
border: 2px solid hsl(352, 14%, 55%);
gradient light
background: linear-gradient(to right, hsl(352, 14%, 75%), hsl(352, 14%, 55%));
gradient dark
background: linear-gradient(to right, hsl(352, 14%, 55%), hsl(352, 14%, 35%))
hex
background-color: #9C7C80;
tailwind
bg-[hsl(352,14%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(352, 14%, 55%, 0.4);
css variable
--color-primary: hsl(352, 14%, 55%);
Related Colors
Use Cases for Grayish Red
Frequently Asked Questions
What are all the color codes for HSL(352, 14%, 55%)?
HEX: #9C7C80 | RGB: rgb(156, 124, 128) | CMYK: 0%, 21%, 18%, 39% | HSV: 353°, 21%, 61%. Copy any format from the conversion table above.
What colors go well with #9C7C80?
The complementary color is HSL(172, 14%, 55%). For a triadic harmony, use hues 352°, 112°, and 232°. For analogous combinations, try hues 322° and 22°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(352, 14%, 55%) in CSS?
As HSL: color: hsl(352, 14%, 55%); — As HEX: color: #9C7C80; — As RGB: color: rgb(156, 124, 128); — Tailwind CSS: bg-[hsl(352,14%,55%)] — CSS variable: --color-primary: hsl(352, 14%, 55%);