HSL(356, 12%, 48%)
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(356,12%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(356, 12%, 48%) | color: hsl(356, 12%, 48%) | |
| HEX | #896C6E | color: #896C6E | |
| RGB | rgb(137, 108, 110) | color: rgb(137, 108, 110) | |
| CMYK | cmyk(0%, 21%, 20%, 46%) | — | |
| HSV | hsv(356, 21%, 54%) | — | |
| HWB | hwb(356 43% 46%) | color: hwb(356 43% 46%) | |
| OKLCH | oklch(0.5603 0.0371 13.68) | color: oklch(0.5603 0.0371 13.68) | |
| Lab | lab(48.47 11.83 3.28) | color: lab(48.47 11.83 3.28) | |
| LCH | lch(48.47 12.28 15.5) | color: lch(48.47 12.28 15.5) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#7C7C6E — rgb(124, 124, 110)
Deuteranopia (Green-blind)
#7E806D — rgb(126, 128, 109)
Tritanopia (Blue-blind)
#886D6D — rgb(136, 109, 109)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(356, 12%, 48%);
text
color: hsl(356, 12%, 48%);
border
border: 2px solid hsl(356, 12%, 48%);
gradient light
background: linear-gradient(to right, hsl(356, 12%, 68%), hsl(356, 12%, 48%));
gradient dark
background: linear-gradient(to right, hsl(356, 12%, 48%), hsl(356, 12%, 28%))
hex
background-color: #896C6E;
tailwind
bg-[hsl(356,12%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(356, 12%, 48%, 0.4);
css variable
--color-primary: hsl(356, 12%, 48%);
Related Colors
Use Cases for Grayish Red
Frequently Asked Questions
What are all the color codes for HSL(356, 12%, 48%)?
HEX: #896C6E | RGB: rgb(137, 108, 110) | CMYK: 0%, 21%, 20%, 46% | HSV: 356°, 21%, 54%. Copy any format from the conversion table above.
What colors go well with #896C6E?
The complementary color is HSL(176, 12%, 48%). For a triadic harmony, use hues 356°, 116°, and 236°. For analogous combinations, try hues 326° and 26°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(356, 12%, 48%) in CSS?
As HSL: color: hsl(356, 12%, 48%); — As HEX: color: #896C6E; — As RGB: color: rgb(137, 108, 110); — Tailwind CSS: bg-[hsl(356,12%,48%)] — CSS variable: --color-primary: hsl(356, 12%, 48%);