HSL(357, 66%, 71%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(357,66%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 66%, 71%) | color: hsl(357, 66%, 71%) | |
| HEX | #E68489 | color: #E68489 | |
| RGB | rgb(230, 132, 137) | color: rgb(230, 132, 137) | |
| CMYK | cmyk(0%, 43%, 40%, 10%) | — | |
| HSV | hsv(357, 43%, 90%) | — | |
| HWB | hwb(357 51% 10%) | color: hwb(357 51% 10%) | |
| OKLCH | oklch(0.7202 0.1204 17.26) | color: oklch(0.7202 0.1204 17.26) | |
| Lab | lab(65.85 38.04 13.86) | color: lab(65.85 38.04 13.86) | |
| LCH | lch(65.85 40.49 20.02) | color: lch(65.85 40.49 20.02) |
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)
#BCBB88 — rgb(188, 187, 136)
Deuteranopia (Green-blind)
#C1C988 — rgb(193, 201, 136)
Tritanopia (Blue-blind)
#E18787 — rgb(225, 135, 135)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 66%, 71%);
text
color: hsl(357, 66%, 71%);
border
border: 2px solid hsl(357, 66%, 71%);
gradient light
background: linear-gradient(to right, hsl(357, 66%, 91%), hsl(357, 66%, 71%));
gradient dark
background: linear-gradient(to right, hsl(357, 66%, 71%), hsl(357, 66%, 51%))
hex
background-color: #E68489;
tailwind
bg-[hsl(357,66%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 66%, 71%, 0.4);
css variable
--color-primary: hsl(357, 66%, 71%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(357, 66%, 71%)?
HEX: #E68489 | RGB: rgb(230, 132, 137) | CMYK: 0%, 43%, 40%, 10% | HSV: 357°, 43%, 90%. Copy any format from the conversion table above.
What colors go well with #E68489?
The complementary color is HSL(177, 66%, 71%). 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, 66%, 71%) in CSS?
As HSL: color: hsl(357, 66%, 71%); — As HEX: color: #E68489; — As RGB: color: rgb(230, 132, 137); — Tailwind CSS: bg-[hsl(357,66%,71%)] — CSS variable: --color-primary: hsl(357, 66%, 71%);