HSL(357, 15%, 56%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(357,15%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 15%, 56%) | color: hsl(357, 15%, 56%) | |
| HEX | #A07E80 | color: #A07E80 | |
| RGB | rgb(160, 126, 128) | color: rgb(160, 126, 128) | |
| CMYK | cmyk(0%, 21%, 20%, 37%) | — | |
| HSV | hsv(356, 21%, 63%) | — | |
| HWB | hwb(356 50% 37%) | color: hwb(356 50% 37%) | |
| OKLCH | oklch(0.6262 0.0423 14.39) | color: oklch(0.6262 0.0423 14.39) | |
| Lab | lab(56.04 13.44 3.94) | color: lab(56.04 13.44 3.94) | |
| LCH | lch(56.04 14.01 16.34) | color: lch(56.04 14.01 16.34) |
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)
#919180 — rgb(145, 145, 128)
Deuteranopia (Green-blind)
#93967F — rgb(147, 150, 127)
Tritanopia (Blue-blind)
#9E7F7F — rgb(158, 127, 127)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 15%, 56%);
text
color: hsl(357, 15%, 56%);
border
border: 2px solid hsl(357, 15%, 56%);
gradient light
background: linear-gradient(to right, hsl(357, 15%, 76%), hsl(357, 15%, 56%));
gradient dark
background: linear-gradient(to right, hsl(357, 15%, 56%), hsl(357, 15%, 36%))
hex
background-color: #A07E80;
tailwind
bg-[hsl(357,15%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 15%, 56%, 0.4);
css variable
--color-primary: hsl(357, 15%, 56%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(357, 15%, 56%)?
HEX: #A07E80 | RGB: rgb(160, 126, 128) | CMYK: 0%, 21%, 20%, 37% | HSV: 356°, 21%, 63%. Copy any format from the conversion table above.
What colors go well with #A07E80?
The complementary color is HSL(177, 15%, 56%). 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, 15%, 56%) in CSS?
As HSL: color: hsl(357, 15%, 56%); — As HEX: color: #A07E80; — As RGB: color: rgb(160, 126, 128); — Tailwind CSS: bg-[hsl(357,15%,56%)] — CSS variable: --color-primary: hsl(357, 15%, 56%);