HSL(357, 83%, 55%)
Vivid Red — Red color
Adjust Color
Color Information
Color Name
Vivid Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(357,83%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 83%, 55%) | color: hsl(357, 83%, 55%) | |
| HEX | #EB2D37 | color: #EB2D37 | |
| RGB | rgb(235, 45, 55) | color: rgb(235, 45, 55) | |
| CMYK | cmyk(0%, 81%, 77%, 8%) | — | |
| HSV | hsv(357, 81%, 92%) | — | |
| HWB | hwb(357 17% 8%) | color: hwb(357 17% 8%) | |
| OKLCH | oklch(0.6101 0.2226 24.8) | color: oklch(0.6101 0.2226 24.8) | |
| Lab | lab(51.63 69.88 42.46) | color: lab(51.63 69.88 42.46) | |
| LCH | lch(51.63 81.77 31.28) | color: lch(51.63 81.77 31.28) |
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)
#999735 — rgb(153, 151, 53)
Deuteranopia (Green-blind)
#A4B234 — rgb(164, 178, 52)
Tritanopia (Blue-blind)
#E23332 — rgb(226, 51, 50)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 83%, 55%);
text
color: hsl(357, 83%, 55%);
border
border: 2px solid hsl(357, 83%, 55%);
gradient light
background: linear-gradient(to right, hsl(357, 83%, 75%), hsl(357, 83%, 55%));
gradient dark
background: linear-gradient(to right, hsl(357, 83%, 55%), hsl(357, 83%, 35%))
hex
background-color: #EB2D37;
tailwind
bg-[hsl(357,83%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 83%, 55%, 0.4);
css variable
--color-primary: hsl(357, 83%, 55%);
Related Colors
Use Cases for Vivid Red
Frequently Asked Questions
What are all the color codes for HSL(357, 83%, 55%)?
HEX: #EB2D37 | RGB: rgb(235, 45, 55) | CMYK: 0%, 81%, 77%, 8% | HSV: 357°, 81%, 92%. Copy any format from the conversion table above.
What colors go well with #EB2D37?
The complementary color is HSL(177, 83%, 55%). For a triadic harmony, use hues 357°, 117°, and 237°. For analogous combinations, try hues 327° and 27°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(357, 83%, 55%) in CSS?
As HSL: color: hsl(357, 83%, 55%); — As HEX: color: #EB2D37; — As RGB: color: rgb(235, 45, 55); — Tailwind CSS: bg-[hsl(357,83%,55%)] — CSS variable: --color-primary: hsl(357, 83%, 55%);