HSL(357, 91%, 74%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(357,91%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 91%, 74%) | color: hsl(357, 91%, 74%) | |
| HEX | #F98086 | color: #F98086 | |
| RGB | rgb(249, 128, 134) | color: rgb(249, 128, 134) | |
| CMYK | cmyk(0%, 49%, 46%, 2%) | — | |
| HSV | hsv(357, 49%, 98%) | — | |
| HWB | hwb(357 50% 2%) | color: hwb(357 50% 2%) | |
| OKLCH | oklch(0.7378 0.1478 18.26) | color: oklch(0.7378 0.1478 18.26) | |
| Lab | lab(67.5 46.61 18.23) | color: lab(67.5 46.61 18.23) | |
| LCH | lch(67.5 50.05 21.36) | color: lch(67.5 50.05 21.36) |
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)
#C5C485 — rgb(197, 196, 133)
Deuteranopia (Green-blind)
#CCD584 — rgb(204, 213, 132)
Tritanopia (Blue-blind)
#F38383 — rgb(243, 131, 131)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 91%, 74%);
text
color: hsl(357, 91%, 74%);
border
border: 2px solid hsl(357, 91%, 74%);
gradient light
background: linear-gradient(to right, hsl(357, 91%, 94%), hsl(357, 91%, 74%));
gradient dark
background: linear-gradient(to right, hsl(357, 91%, 74%), hsl(357, 91%, 54%))
hex
background-color: #F98086;
tailwind
bg-[hsl(357,91%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 91%, 74%, 0.4);
css variable
--color-primary: hsl(357, 91%, 74%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(357, 91%, 74%)?
HEX: #F98086 | RGB: rgb(249, 128, 134) | CMYK: 0%, 49%, 46%, 2% | HSV: 357°, 49%, 98%. Copy any format from the conversion table above.
What colors go well with #F98086?
The complementary color is HSL(177, 91%, 74%). 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, 91%, 74%) in CSS?
As HSL: color: hsl(357, 91%, 74%); — As HEX: color: #F98086; — As RGB: color: rgb(249, 128, 134); — Tailwind CSS: bg-[hsl(357,91%,74%)] — CSS variable: --color-primary: hsl(357, 91%, 74%);