HSL(357, 63%, 76%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(357,63%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 63%, 76%) | color: hsl(357, 63%, 76%) | |
| HEX | #E89B9F | color: #E89B9F | |
| RGB | rgb(232, 155, 159) | color: rgb(232, 155, 159) | |
| CMYK | cmyk(0%, 33%, 31%, 9%) | — | |
| HSV | hsv(357, 33%, 91%) | — | |
| HWB | hwb(357 61% 9%) | color: hwb(357 61% 9%) | |
| OKLCH | oklch(0.7666 0.0925 16.05) | color: oklch(0.7666 0.0925 16.05) | |
| Lab | lab(71.63 29.29 9.76) | color: lab(71.63 29.29 9.76) | |
| LCH | lch(71.63 30.87 18.43) | color: lch(71.63 30.87 18.43) |
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)
#C7C69E — rgb(199, 198, 158)
Deuteranopia (Green-blind)
#CBD19E — rgb(203, 209, 158)
Tritanopia (Blue-blind)
#E49D9D — rgb(228, 157, 157)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 63%, 76%);
text
color: hsl(357, 63%, 76%);
border
border: 2px solid hsl(357, 63%, 76%);
gradient light
background: linear-gradient(to right, hsl(357, 63%, 96%), hsl(357, 63%, 76%));
gradient dark
background: linear-gradient(to right, hsl(357, 63%, 76%), hsl(357, 63%, 56%))
hex
background-color: #E89B9F;
tailwind
bg-[hsl(357,63%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 63%, 76%, 0.4);
css variable
--color-primary: hsl(357, 63%, 76%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(357, 63%, 76%)?
HEX: #E89B9F | RGB: rgb(232, 155, 159) | CMYK: 0%, 33%, 31%, 9% | HSV: 357°, 33%, 91%. Copy any format from the conversion table above.
What colors go well with #E89B9F?
The complementary color is HSL(177, 63%, 76%). 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, 63%, 76%) in CSS?
As HSL: color: hsl(357, 63%, 76%); — As HEX: color: #E89B9F; — As RGB: color: rgb(232, 155, 159); — Tailwind CSS: bg-[hsl(357,63%,76%)] — CSS variable: --color-primary: hsl(357, 63%, 76%);