HSL(2, 91%, 71%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(2,91%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(2, 91%, 71%) | color: hsl(2, 91%, 71%) | |
| HEX | #F87672 | color: #F87672 | |
| RGB | rgb(248, 118, 114) | color: rgb(248, 118, 114) | |
| CMYK | cmyk(0%, 52%, 54%, 3%) | — | |
| HSV | hsv(2, 54%, 97%) | — | |
| HWB | hwb(2 45% 3%) | color: hwb(2 45% 3%) | |
| OKLCH | oklch(0.7178 0.1603 23.71) | color: oklch(0.7178 0.1603 23.71) | |
| Lab | lab(65.07 49.38 26.15) | color: lab(65.07 49.38 26.15) | |
| LCH | lch(65.07 55.88 27.9) | color: lch(65.07 55.88 27.9) |
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)
#C0BF73 — rgb(192, 191, 115)
Deuteranopia (Green-blind)
#C7D173 — rgb(199, 209, 115)
Tritanopia (Blue-blind)
#F27474 — rgb(242, 116, 116)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(2, 91%, 71%);
text
color: hsl(2, 91%, 71%);
border
border: 2px solid hsl(2, 91%, 71%);
gradient light
background: linear-gradient(to right, hsl(2, 91%, 91%), hsl(2, 91%, 71%));
gradient dark
background: linear-gradient(to right, hsl(2, 91%, 71%), hsl(2, 91%, 51%))
hex
background-color: #F87672;
tailwind
bg-[hsl(2,91%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(2, 91%, 71%, 0.4);
css variable
--color-primary: hsl(2, 91%, 71%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(2, 91%, 71%)?
HEX: #F87672 | RGB: rgb(248, 118, 114) | CMYK: 0%, 52%, 54%, 3% | HSV: 2°, 54%, 97%. Copy any format from the conversion table above.
What colors go well with #F87672?
The complementary color is HSL(182, 91%, 71%). For a triadic harmony, use hues 2°, 122°, and 242°. For analogous combinations, try hues 332° and 32°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(2, 91%, 71%) in CSS?
As HSL: color: hsl(2, 91%, 71%); — As HEX: color: #F87672; — As RGB: color: rgb(248, 118, 114); — Tailwind CSS: bg-[hsl(2,91%,71%)] — CSS variable: --color-primary: hsl(2, 91%, 71%);