HSL(11, 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(11,12%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(11, 12%, 48%) | color: hsl(11, 12%, 48%) | |
| HEX | #89716C | color: #89716C | |
| RGB | rgb(137, 113, 108) | color: rgb(137, 113, 108) | |
| CMYK | cmyk(0%, 18%, 21%, 46%) | — | |
| HSV | hsv(10, 21%, 54%) | — | |
| HWB | hwb(10 43% 46%) | color: hwb(10 43% 46%) | |
| OKLCH | oklch(0.5701 0.0314 31.77) | color: oklch(0.5701 0.0314 31.77) | |
| Lab | lab(49.75 8.57 6.3) | color: lab(49.75 8.57 6.3) | |
| LCH | lch(49.75 10.64 36.32) | color: lch(49.75 10.64 36.32) |
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)
#7F7E6D — rgb(127, 126, 109)
Deuteranopia (Green-blind)
#80826E — rgb(128, 130, 110)
Tritanopia (Blue-blind)
#886E6E — rgb(136, 110, 110)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(11, 12%, 48%);
text
color: hsl(11, 12%, 48%);
border
border: 2px solid hsl(11, 12%, 48%);
gradient light
background: linear-gradient(to right, hsl(11, 12%, 68%), hsl(11, 12%, 48%));
gradient dark
background: linear-gradient(to right, hsl(11, 12%, 48%), hsl(11, 12%, 28%))
hex
background-color: #89716C;
tailwind
bg-[hsl(11,12%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(11, 12%, 48%, 0.4);
css variable
--color-primary: hsl(11, 12%, 48%);
Related Colors
Use Cases for Grayish Red
Frequently Asked Questions
What are all the color codes for HSL(11, 12%, 48%)?
HEX: #89716C | RGB: rgb(137, 113, 108) | CMYK: 0%, 18%, 21%, 46% | HSV: 10°, 21%, 54%. Copy any format from the conversion table above.
What colors go well with #89716C?
The complementary color is HSL(191, 12%, 48%). For a triadic harmony, use hues 11°, 131°, and 251°. For analogous combinations, try hues 341° and 41°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(11, 12%, 48%) in CSS?
As HSL: color: hsl(11, 12%, 48%); — As HEX: color: #89716C; — As RGB: color: rgb(137, 113, 108); — Tailwind CSS: bg-[hsl(11,12%,48%)] — CSS variable: --color-primary: hsl(11, 12%, 48%);