HSL(357, 23%, 57%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(357,23%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 23%, 57%) | color: hsl(357, 23%, 57%) | |
| HEX | #AB787B | color: #AB787B | |
| RGB | rgb(171, 120, 123) | color: rgb(171, 120, 123) | |
| CMYK | cmyk(0%, 30%, 28%, 33%) | — | |
| HSV | hsv(356, 30%, 67%) | — | |
| HWB | hwb(356 47% 33%) | color: hwb(356 47% 33%) | |
| OKLCH | oklch(0.6251 0.0642 15.18) | color: oklch(0.6251 0.0642 15.18) | |
| Lab | lab(55.61 20.39 6.37) | color: lab(55.61 20.39 6.37) | |
| LCH | lch(55.61 21.36 17.35) | color: lch(55.61 21.36 17.35) |
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)
#95947A — rgb(149, 148, 122)
Deuteranopia (Green-blind)
#989C7A — rgb(152, 156, 122)
Tritanopia (Blue-blind)
#A87A7A — rgb(168, 122, 122)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 23%, 57%);
text
color: hsl(357, 23%, 57%);
border
border: 2px solid hsl(357, 23%, 57%);
gradient light
background: linear-gradient(to right, hsl(357, 23%, 77%), hsl(357, 23%, 57%));
gradient dark
background: linear-gradient(to right, hsl(357, 23%, 57%), hsl(357, 23%, 37%))
hex
background-color: #AB787B;
tailwind
bg-[hsl(357,23%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 23%, 57%, 0.4);
css variable
--color-primary: hsl(357, 23%, 57%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(357, 23%, 57%)?
HEX: #AB787B | RGB: rgb(171, 120, 123) | CMYK: 0%, 30%, 28%, 33% | HSV: 356°, 30%, 67%. Copy any format from the conversion table above.
What colors go well with #AB787B?
The complementary color is HSL(177, 23%, 57%). 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, 23%, 57%) in CSS?
As HSL: color: hsl(357, 23%, 57%); — As HEX: color: #AB787B; — As RGB: color: rgb(171, 120, 123); — Tailwind CSS: bg-[hsl(357,23%,57%)] — CSS variable: --color-primary: hsl(357, 23%, 57%);