HSL(352, 14%, 61%)
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%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(352, 14%, 61%) | color: hsl(352, 14%, 61%) | |
| HEX | #A98E91 | color: #A98E91 | |
| RGB | rgb(169, 142, 145) | color: rgb(169, 142, 145) | |
| CMYK | cmyk(0%, 16%, 14%, 34%) | — | |
| HSV | hsv(353, 16%, 66%) | — | |
| HWB | hwb(353 55% 34%) | color: hwb(353 55% 34%) | |
| OKLCH | oklch(0.6722 0.0328 10.44) | color: oklch(0.6722 0.0328 10.44) | |
| Lab | lab(61.5 10.64 2.2) | color: lab(61.5 10.64 2.2) | |
| LCH | lch(61.5 10.87 11.68) | color: lch(61.5 10.87 11.68) |
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)
#9D9D90 — rgb(157, 157, 144)
Deuteranopia (Green-blind)
#9FA190 — rgb(159, 161, 144)
Tritanopia (Blue-blind)
#A89090 — rgb(168, 144, 144)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(352, 14%, 61%);
text
color: hsl(352, 14%, 61%);
border
border: 2px solid hsl(352, 14%, 61%);
gradient light
background: linear-gradient(to right, hsl(352, 14%, 81%), hsl(352, 14%, 61%));
gradient dark
background: linear-gradient(to right, hsl(352, 14%, 61%), hsl(352, 14%, 41%))
hex
background-color: #A98E91;
tailwind
bg-[hsl(352,14%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(352, 14%, 61%, 0.4);
css variable
--color-primary: hsl(352, 14%, 61%);
Related Colors
Use Cases for Grayish Red
Frequently Asked Questions
What are all the color codes for HSL(352, 14%, 61%)?
HEX: #A98E91 | RGB: rgb(169, 142, 145) | CMYK: 0%, 16%, 14%, 34% | HSV: 353°, 16%, 66%. Copy any format from the conversion table above.
What colors go well with #A98E91?
The complementary color is HSL(172, 14%, 61%). 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%, 61%) in CSS?
As HSL: color: hsl(352, 14%, 61%); — As HEX: color: #A98E91; — As RGB: color: rgb(169, 142, 145); — Tailwind CSS: bg-[hsl(352,14%,61%)] — CSS variable: --color-primary: hsl(352, 14%, 61%);