HSL(3, 85%, 71%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(3,85%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(3, 85%, 71%) | color: hsl(3, 85%, 71%) | |
| HEX | #F47C76 | color: #F47C76 | |
| RGB | rgb(244, 124, 118) | color: rgb(244, 124, 118) | |
| CMYK | cmyk(0%, 49%, 52%, 4%) | — | |
| HSV | hsv(3, 52%, 96%) | — | |
| HWB | hwb(3 46% 4%) | color: hwb(3 46% 4%) | |
| OKLCH | oklch(0.7218 0.1483 24.38) | color: oklch(0.7218 0.1483 24.38) | |
| Lab | lab(65.72 45.35 24.67) | color: lab(65.72 45.35 24.67) | |
| LCH | lch(65.72 51.63 28.55) | color: lch(65.72 51.63 28.55) |
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)
#C0BF77 — rgb(192, 191, 119)
Deuteranopia (Green-blind)
#C7D078 — rgb(199, 208, 120)
Tritanopia (Blue-blind)
#EE7979 — rgb(238, 121, 121)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(3, 85%, 71%);
text
color: hsl(3, 85%, 71%);
border
border: 2px solid hsl(3, 85%, 71%);
gradient light
background: linear-gradient(to right, hsl(3, 85%, 91%), hsl(3, 85%, 71%));
gradient dark
background: linear-gradient(to right, hsl(3, 85%, 71%), hsl(3, 85%, 51%))
hex
background-color: #F47C76;
tailwind
bg-[hsl(3,85%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(3, 85%, 71%, 0.4);
css variable
--color-primary: hsl(3, 85%, 71%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(3, 85%, 71%)?
HEX: #F47C76 | RGB: rgb(244, 124, 118) | CMYK: 0%, 49%, 52%, 4% | HSV: 3°, 52%, 96%. Copy any format from the conversion table above.
What colors go well with #F47C76?
The complementary color is HSL(183, 85%, 71%). For a triadic harmony, use hues 3°, 123°, and 243°. For analogous combinations, try hues 333° and 33°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(3, 85%, 71%) in CSS?
As HSL: color: hsl(3, 85%, 71%); — As HEX: color: #F47C76; — As RGB: color: rgb(244, 124, 118); — Tailwind CSS: bg-[hsl(3,85%,71%)] — CSS variable: --color-primary: hsl(3, 85%, 71%);