HSL(351, 81%, 59%)
Vivid Red — Red color
Adjust Color
Color Information
Color Name
Vivid Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(351,81%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(351, 81%, 59%) | color: hsl(351, 81%, 59%) | |
| HEX | #EB425B | color: #EB425B | |
| RGB | rgb(235, 66, 91) | color: rgb(235, 66, 91) | |
| CMYK | cmyk(0%, 72%, 61%, 8%) | — | |
| HSV | hsv(351, 72%, 92%) | — | |
| HWB | hwb(351 26% 8%) | color: hwb(351 26% 8%) | |
| OKLCH | oklch(0.6321 0.2042 17.18) | color: oklch(0.6321 0.2042 17.18) | |
| Lab | lab(54.36 65.38 24.91) | color: lab(54.36 65.38 24.91) | |
| LCH | lch(54.36 69.96 20.86) | color: lch(54.36 69.96 20.86) |
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)
#A2A055 — rgb(162, 160, 85)
Deuteranopia (Green-blind)
#ACB854 — rgb(172, 184, 84)
Tritanopia (Blue-blind)
#E3504F — rgb(227, 80, 79)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(351, 81%, 59%);
text
color: hsl(351, 81%, 59%);
border
border: 2px solid hsl(351, 81%, 59%);
gradient light
background: linear-gradient(to right, hsl(351, 81%, 79%), hsl(351, 81%, 59%));
gradient dark
background: linear-gradient(to right, hsl(351, 81%, 59%), hsl(351, 81%, 39%))
hex
background-color: #EB425B;
tailwind
bg-[hsl(351,81%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(351, 81%, 59%, 0.4);
css variable
--color-primary: hsl(351, 81%, 59%);
Related Colors
Use Cases for Vivid Red
Frequently Asked Questions
What are all the color codes for HSL(351, 81%, 59%)?
HEX: #EB425B | RGB: rgb(235, 66, 91) | CMYK: 0%, 72%, 61%, 8% | HSV: 351°, 72%, 92%. Copy any format from the conversion table above.
What colors go well with #EB425B?
The complementary color is HSL(171, 81%, 59%). For a triadic harmony, use hues 351°, 111°, and 231°. For analogous combinations, try hues 321° and 21°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(351, 81%, 59%) in CSS?
As HSL: color: hsl(351, 81%, 59%); — As HEX: color: #EB425B; — As RGB: color: rgb(235, 66, 91); — Tailwind CSS: bg-[hsl(351,81%,59%)] — CSS variable: --color-primary: hsl(351, 81%, 59%);