HSL(3, 73%, 71%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(3,73%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(3, 73%, 71%) | color: hsl(3, 73%, 71%) | |
| HEX | #EB847F | color: #EB847F | |
| RGB | rgb(235, 132, 127) | color: rgb(235, 132, 127) | |
| CMYK | cmyk(0%, 44%, 46%, 8%) | — | |
| HSV | hsv(3, 46%, 92%) | — | |
| HWB | hwb(3 50% 8%) | color: hwb(3 50% 8%) | |
| OKLCH | oklch(0.7242 0.1272 23.62) | color: oklch(0.7242 0.1272 23.62) | |
| Lab | lab(66.29 38.84 20.19) | color: lab(66.29 38.84 20.19) | |
| LCH | lch(66.29 43.77 27.47) | color: lch(66.29 43.77 27.47) |
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)
#BEBD80 — rgb(190, 189, 128)
Deuteranopia (Green-blind)
#C4CC81 — rgb(196, 204, 129)
Tritanopia (Blue-blind)
#E68181 — rgb(230, 129, 129)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(3, 73%, 71%);
text
color: hsl(3, 73%, 71%);
border
border: 2px solid hsl(3, 73%, 71%);
gradient light
background: linear-gradient(to right, hsl(3, 73%, 91%), hsl(3, 73%, 71%));
gradient dark
background: linear-gradient(to right, hsl(3, 73%, 71%), hsl(3, 73%, 51%))
hex
background-color: #EB847F;
tailwind
bg-[hsl(3,73%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(3, 73%, 71%, 0.4);
css variable
--color-primary: hsl(3, 73%, 71%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(3, 73%, 71%)?
HEX: #EB847F | RGB: rgb(235, 132, 127) | CMYK: 0%, 44%, 46%, 8% | HSV: 3°, 46%, 92%. Copy any format from the conversion table above.
What colors go well with #EB847F?
The complementary color is HSL(183, 73%, 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, 73%, 71%) in CSS?
As HSL: color: hsl(3, 73%, 71%); — As HEX: color: #EB847F; — As RGB: color: rgb(235, 132, 127); — Tailwind CSS: bg-[hsl(3,73%,71%)] — CSS variable: --color-primary: hsl(3, 73%, 71%);