HSL(352, 26%, 47%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(352,26%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(352, 26%, 47%) | color: hsl(352, 26%, 47%) | |
| HEX | #975961 | color: #975961 | |
| RGB | rgb(151, 89, 97) | color: rgb(151, 89, 97) | |
| CMYK | cmyk(0%, 41%, 36%, 41%) | — | |
| HSV | hsv(352, 41%, 59%) | — | |
| HWB | hwb(352 35% 41%) | color: hwb(352 35% 41%) | |
| OKLCH | oklch(0.5366 0.0822 11.88) | color: oklch(0.5366 0.0822 11.88) | |
| Lab | lab(45.07 26.52 6.43) | color: lab(45.07 26.52 6.43) | |
| LCH | lch(45.07 27.29 13.63) | color: lch(45.07 27.29 13.63) |
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)
#7C7C5F — rgb(124, 124, 95)
Deuteranopia (Green-blind)
#80845F — rgb(128, 132, 95)
Tritanopia (Blue-blind)
#945E5D — rgb(148, 94, 93)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(352, 26%, 47%);
text
color: hsl(352, 26%, 47%);
border
border: 2px solid hsl(352, 26%, 47%);
gradient light
background: linear-gradient(to right, hsl(352, 26%, 67%), hsl(352, 26%, 47%));
gradient dark
background: linear-gradient(to right, hsl(352, 26%, 47%), hsl(352, 26%, 27%))
hex
background-color: #975961;
tailwind
bg-[hsl(352,26%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(352, 26%, 47%, 0.4);
css variable
--color-primary: hsl(352, 26%, 47%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(352, 26%, 47%)?
HEX: #975961 | RGB: rgb(151, 89, 97) | CMYK: 0%, 41%, 36%, 41% | HSV: 352°, 41%, 59%. Copy any format from the conversion table above.
What colors go well with #975961?
The complementary color is HSL(172, 26%, 47%). 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, 26%, 47%) in CSS?
As HSL: color: hsl(352, 26%, 47%); — As HEX: color: #975961; — As RGB: color: rgb(151, 89, 97); — Tailwind CSS: bg-[hsl(352,26%,47%)] — CSS variable: --color-primary: hsl(352, 26%, 47%);