HSL(356, 63%, 75%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(356,63%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(356, 63%, 75%) | color: hsl(356, 63%, 75%) | |
| HEX | #E7979C | color: #E7979C | |
| RGB | rgb(231, 151, 156) | color: rgb(231, 151, 156) | |
| CMYK | cmyk(0%, 35%, 32%, 9%) | — | |
| HSV | hsv(356, 35%, 91%) | — | |
| HWB | hwb(356 59% 9%) | color: hwb(356 59% 9%) | |
| OKLCH | oklch(0.7578 0.0966 15.52) | color: oklch(0.7578 0.0966 15.52) | |
| Lab | lab(70.54 30.66 9.86) | color: lab(70.54 30.66 9.86) | |
| LCH | lch(70.54 32.21 17.83) | color: lch(70.54 32.21 17.83) |
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)
#C4C49B — rgb(196, 196, 155)
Deuteranopia (Green-blind)
#C9CF9B — rgb(201, 207, 155)
Tritanopia (Blue-blind)
#E39A9A — rgb(227, 154, 154)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(356, 63%, 75%);
text
color: hsl(356, 63%, 75%);
border
border: 2px solid hsl(356, 63%, 75%);
gradient light
background: linear-gradient(to right, hsl(356, 63%, 95%), hsl(356, 63%, 75%));
gradient dark
background: linear-gradient(to right, hsl(356, 63%, 75%), hsl(356, 63%, 55%))
hex
background-color: #E7979C;
tailwind
bg-[hsl(356,63%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(356, 63%, 75%, 0.4);
css variable
--color-primary: hsl(356, 63%, 75%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(356, 63%, 75%)?
HEX: #E7979C | RGB: rgb(231, 151, 156) | CMYK: 0%, 35%, 32%, 9% | HSV: 356°, 35%, 91%. Copy any format from the conversion table above.
What colors go well with #E7979C?
The complementary color is HSL(176, 63%, 75%). For a triadic harmony, use hues 356°, 116°, and 236°. For analogous combinations, try hues 326° and 26°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(356, 63%, 75%) in CSS?
As HSL: color: hsl(356, 63%, 75%); — As HEX: color: #E7979C; — As RGB: color: rgb(231, 151, 156); — Tailwind CSS: bg-[hsl(356,63%,75%)] — CSS variable: --color-primary: hsl(356, 63%, 75%);