HSL(3, 75%, 71%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(3,75%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(3, 75%, 71%) | color: hsl(3, 75%, 71%) | |
| HEX | #ED837E | color: #ED837E | |
| RGB | rgb(237, 131, 126) | color: rgb(237, 131, 126) | |
| CMYK | cmyk(0%, 45%, 47%, 7%) | — | |
| HSV | hsv(3, 47%, 93%) | — | |
| HWB | hwb(3 49% 7%) | color: hwb(3 49% 7%) | |
| OKLCH | oklch(0.725 0.1309 23.65) | color: oklch(0.725 0.1309 23.65) | |
| Lab | lab(66.33 40 20.85) | color: lab(66.33 40 20.85) | |
| LCH | lch(66.33 45.11 27.53) | color: lch(66.33 45.11 27.53) |
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)
#BFBE7F — rgb(191, 190, 127)
Deuteranopia (Green-blind)
#C5CD80 — rgb(197, 205, 128)
Tritanopia (Blue-blind)
#E88080 — rgb(232, 128, 128)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(3, 75%, 71%);
text
color: hsl(3, 75%, 71%);
border
border: 2px solid hsl(3, 75%, 71%);
gradient light
background: linear-gradient(to right, hsl(3, 75%, 91%), hsl(3, 75%, 71%));
gradient dark
background: linear-gradient(to right, hsl(3, 75%, 71%), hsl(3, 75%, 51%))
hex
background-color: #ED837E;
tailwind
bg-[hsl(3,75%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(3, 75%, 71%, 0.4);
css variable
--color-primary: hsl(3, 75%, 71%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(3, 75%, 71%)?
HEX: #ED837E | RGB: rgb(237, 131, 126) | CMYK: 0%, 45%, 47%, 7% | HSV: 3°, 47%, 93%. Copy any format from the conversion table above.
What colors go well with #ED837E?
The complementary color is HSL(183, 75%, 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, 75%, 71%) in CSS?
As HSL: color: hsl(3, 75%, 71%); — As HEX: color: #ED837E; — As RGB: color: rgb(237, 131, 126); — Tailwind CSS: bg-[hsl(3,75%,71%)] — CSS variable: --color-primary: hsl(3, 75%, 71%);