HSL(357, 90%, 58%)
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,90%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 90%, 58%) | color: hsl(357, 90%, 58%) | |
| HEX | #F4343D | color: #F4343D | |
| RGB | rgb(244, 52, 61) | color: rgb(244, 52, 61) | |
| CMYK | cmyk(0%, 79%, 75%, 4%) | — | |
| HSV | hsv(357, 79%, 96%) | — | |
| HWB | hwb(357 20% 4%) | color: hwb(357 20% 4%) | |
| OKLCH | oklch(0.6314 0.2255 24.6) | color: oklch(0.6314 0.2255 24.6) | |
| Lab | lab(54.06 70.77 42.26) | color: lab(54.06 70.77 42.26) | |
| LCH | lch(54.06 82.43 30.84) | color: lch(54.06 82.43 30.84) |
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)
#A19F3B — rgb(161, 159, 59)
Deuteranopia (Green-blind)
#ACBA3A — rgb(172, 186, 58)
Tritanopia (Blue-blind)
#EA3939 — rgb(234, 57, 57)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 90%, 58%);
text
color: hsl(357, 90%, 58%);
border
border: 2px solid hsl(357, 90%, 58%);
gradient light
background: linear-gradient(to right, hsl(357, 90%, 78%), hsl(357, 90%, 58%));
gradient dark
background: linear-gradient(to right, hsl(357, 90%, 58%), hsl(357, 90%, 38%))
hex
background-color: #F4343D;
tailwind
bg-[hsl(357,90%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 90%, 58%, 0.4);
css variable
--color-primary: hsl(357, 90%, 58%);
Related Colors
Use Cases for Vivid Red
Frequently Asked Questions
What are all the color codes for HSL(357, 90%, 58%)?
HEX: #F4343D | RGB: rgb(244, 52, 61) | CMYK: 0%, 79%, 75%, 4% | HSV: 357°, 79%, 96%. Copy any format from the conversion table above.
What colors go well with #F4343D?
The complementary color is HSL(177, 90%, 58%). 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, 90%, 58%) in CSS?
As HSL: color: hsl(357, 90%, 58%); — As HEX: color: #F4343D; — As RGB: color: rgb(244, 52, 61); — Tailwind CSS: bg-[hsl(357,90%,58%)] — CSS variable: --color-primary: hsl(357, 90%, 58%);