HSL(357, 58%, 72%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(357,58%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 58%, 72%) | color: hsl(357, 58%, 72%) | |
| HEX | #E18E92 | color: #E18E92 | |
| RGB | rgb(225, 142, 146) | color: rgb(225, 142, 146) | |
| CMYK | cmyk(0%, 37%, 35%, 12%) | — | |
| HSV | hsv(357, 37%, 88%) | — | |
| HWB | hwb(357 55% 12%) | color: hwb(357 55% 12%) | |
| OKLCH | oklch(0.7329 0.1012 16.71) | color: oklch(0.7329 0.1012 16.71) | |
| Lab | lab(67.6 31.97 11.17) | color: lab(67.6 31.97 11.17) | |
| LCH | lch(67.6 33.87 19.26) | color: lch(67.6 33.87 19.26) |
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)
#BDBC91 — rgb(189, 188, 145)
Deuteranopia (Green-blind)
#C2C891 — rgb(194, 200, 145)
Tritanopia (Blue-blind)
#DD9090 — rgb(221, 144, 144)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 58%, 72%);
text
color: hsl(357, 58%, 72%);
border
border: 2px solid hsl(357, 58%, 72%);
gradient light
background: linear-gradient(to right, hsl(357, 58%, 92%), hsl(357, 58%, 72%));
gradient dark
background: linear-gradient(to right, hsl(357, 58%, 72%), hsl(357, 58%, 52%))
hex
background-color: #E18E92;
tailwind
bg-[hsl(357,58%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 58%, 72%, 0.4);
css variable
--color-primary: hsl(357, 58%, 72%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(357, 58%, 72%)?
HEX: #E18E92 | RGB: rgb(225, 142, 146) | CMYK: 0%, 37%, 35%, 12% | HSV: 357°, 37%, 88%. Copy any format from the conversion table above.
What colors go well with #E18E92?
The complementary color is HSL(177, 58%, 72%). 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, 58%, 72%) in CSS?
As HSL: color: hsl(357, 58%, 72%); — As HEX: color: #E18E92; — As RGB: color: rgb(225, 142, 146); — Tailwind CSS: bg-[hsl(357,58%,72%)] — CSS variable: --color-primary: hsl(357, 58%, 72%);