HSL(357, 22%, 55%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(357,22%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 22%, 55%) | color: hsl(357, 22%, 55%) | |
| HEX | #A57376 | color: #A57376 | |
| RGB | rgb(165, 115, 118) | color: rgb(165, 115, 118) | |
| CMYK | cmyk(0%, 30%, 28%, 35%) | — | |
| HSV | hsv(356, 30%, 65%) | — | |
| HWB | hwb(356 46% 35%) | color: hwb(356 46% 35%) | |
| OKLCH | oklch(0.6074 0.0634 15.14) | color: oklch(0.6074 0.0634 15.14) | |
| Lab | lab(53.57 20.15 6.28) | color: lab(53.57 20.15 6.28) | |
| LCH | lch(53.57 21.11 17.31) | color: lch(53.57 21.11 17.31) |
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)
#8F8F75 — rgb(143, 143, 117)
Deuteranopia (Green-blind)
#929675 — rgb(146, 150, 117)
Tritanopia (Blue-blind)
#A37575 — rgb(163, 117, 117)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 22%, 55%);
text
color: hsl(357, 22%, 55%);
border
border: 2px solid hsl(357, 22%, 55%);
gradient light
background: linear-gradient(to right, hsl(357, 22%, 75%), hsl(357, 22%, 55%));
gradient dark
background: linear-gradient(to right, hsl(357, 22%, 55%), hsl(357, 22%, 35%))
hex
background-color: #A57376;
tailwind
bg-[hsl(357,22%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 22%, 55%, 0.4);
css variable
--color-primary: hsl(357, 22%, 55%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(357, 22%, 55%)?
HEX: #A57376 | RGB: rgb(165, 115, 118) | CMYK: 0%, 30%, 28%, 35% | HSV: 356°, 30%, 65%. Copy any format from the conversion table above.
What colors go well with #A57376?
The complementary color is HSL(177, 22%, 55%). For a triadic harmony, use hues 357°, 117°, and 237°. For analogous combinations, try hues 327° and 27°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(357, 22%, 55%) in CSS?
As HSL: color: hsl(357, 22%, 55%); — As HEX: color: #A57376; — As RGB: color: rgb(165, 115, 118); — Tailwind CSS: bg-[hsl(357,22%,55%)] — CSS variable: --color-primary: hsl(357, 22%, 55%);