HSL(353, 17%, 61%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(353,17%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(353, 17%, 61%) | color: hsl(353, 17%, 61%) | |
| HEX | #AC8B8F | color: #AC8B8F | |
| RGB | rgb(172, 139, 143) | color: rgb(172, 139, 143) | |
| CMYK | cmyk(0%, 19%, 17%, 33%) | — | |
| HSV | hsv(353, 19%, 67%) | — | |
| HWB | hwb(353 54% 33%) | color: hwb(353 54% 33%) | |
| OKLCH | oklch(0.6686 0.0404 10.03) | color: oklch(0.6686 0.0404 10.03) | |
| Lab | lab(60.98 13.14 2.61) | color: lab(60.98 13.14 2.61) | |
| LCH | lch(60.98 13.4 11.23) | color: lch(60.98 13.4 11.23) |
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)
#9E9D8E — rgb(158, 157, 142)
Deuteranopia (Green-blind)
#A0A28E — rgb(160, 162, 142)
Tritanopia (Blue-blind)
#AA8D8D — rgb(170, 141, 141)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(353, 17%, 61%);
text
color: hsl(353, 17%, 61%);
border
border: 2px solid hsl(353, 17%, 61%);
gradient light
background: linear-gradient(to right, hsl(353, 17%, 81%), hsl(353, 17%, 61%));
gradient dark
background: linear-gradient(to right, hsl(353, 17%, 61%), hsl(353, 17%, 41%))
hex
background-color: #AC8B8F;
tailwind
bg-[hsl(353,17%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(353, 17%, 61%, 0.4);
css variable
--color-primary: hsl(353, 17%, 61%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(353, 17%, 61%)?
HEX: #AC8B8F | RGB: rgb(172, 139, 143) | CMYK: 0%, 19%, 17%, 33% | HSV: 353°, 19%, 67%. Copy any format from the conversion table above.
What colors go well with #AC8B8F?
The complementary color is HSL(173, 17%, 61%). For a triadic harmony, use hues 353°, 113°, and 233°. For analogous combinations, try hues 323° and 23°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(353, 17%, 61%) in CSS?
As HSL: color: hsl(353, 17%, 61%); — As HEX: color: #AC8B8F; — As RGB: color: rgb(172, 139, 143); — Tailwind CSS: bg-[hsl(353,17%,61%)] — CSS variable: --color-primary: hsl(353, 17%, 61%);