HSL(357, 95%, 79%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(357,95%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 95%, 79%) | color: hsl(357, 95%, 79%) | |
| HEX | #FC979C | color: #FC979C | |
| RGB | rgb(252, 151, 156) | color: rgb(252, 151, 156) | |
| CMYK | cmyk(0%, 40%, 38%, 1%) | — | |
| HSV | hsv(357, 40%, 99%) | — | |
| HWB | hwb(357 59% 1%) | color: hwb(357 59% 1%) | |
| OKLCH | oklch(0.7823 0.1214 17.05) | color: oklch(0.7823 0.1214 17.05) | |
| Lab | lab(73.05 38.36 13.76) | color: lab(73.05 38.36 13.76) | |
| LCH | lch(73.05 40.75 19.73) | color: lch(73.05 40.75 19.73) |
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)
#D0CF9B — rgb(208, 207, 155)
Deuteranopia (Green-blind)
#D6DE9B — rgb(214, 222, 155)
Tritanopia (Blue-blind)
#F79A9A — rgb(247, 154, 154)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 95%, 79%);
text
color: hsl(357, 95%, 79%);
border
border: 2px solid hsl(357, 95%, 79%);
gradient light
background: linear-gradient(to right, hsl(357, 95%, 99%), hsl(357, 95%, 79%));
gradient dark
background: linear-gradient(to right, hsl(357, 95%, 79%), hsl(357, 95%, 59%))
hex
background-color: #FC979C;
tailwind
bg-[hsl(357,95%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 95%, 79%, 0.4);
css variable
--color-primary: hsl(357, 95%, 79%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(357, 95%, 79%)?
HEX: #FC979C | RGB: rgb(252, 151, 156) | CMYK: 0%, 40%, 38%, 1% | HSV: 357°, 40%, 99%. Copy any format from the conversion table above.
What colors go well with #FC979C?
The complementary color is HSL(177, 95%, 79%). 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, 95%, 79%) in CSS?
As HSL: color: hsl(357, 95%, 79%); — As HEX: color: #FC979C; — As RGB: color: rgb(252, 151, 156); — Tailwind CSS: bg-[hsl(357,95%,79%)] — CSS variable: --color-primary: hsl(357, 95%, 79%);