HSL(345, 90%, 57%)
Vivid Red — Red color
Adjust Color
Color Information
Color Name
Vivid Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(345,90%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(345, 90%, 57%) | color: hsl(345, 90%, 57%) | |
| HEX | #F42F60 | color: #F42F60 | |
| RGB | rgb(244, 47, 96) | color: rgb(244, 47, 96) | |
| CMYK | cmyk(0%, 81%, 61%, 4%) | — | |
| HSV | hsv(345, 81%, 96%) | — | |
| HWB | hwb(345 18% 4%) | color: hwb(345 18% 4%) | |
| OKLCH | oklch(0.6338 0.2281 13.61) | color: oklch(0.6338 0.2281 13.61) | |
| Lab | lab(54.15 73.69 21.96) | color: lab(54.15 73.69 21.96) | |
| LCH | lch(54.15 76.89 16.59) | color: lch(54.15 76.89 16.59) |
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)
#9F9D54 — rgb(159, 157, 84)
Deuteranopia (Green-blind)
#AAB951 — rgb(170, 185, 81)
Tritanopia (Blue-blind)
#EA4B49 — rgb(234, 75, 73)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(345, 90%, 57%);
text
color: hsl(345, 90%, 57%);
border
border: 2px solid hsl(345, 90%, 57%);
gradient light
background: linear-gradient(to right, hsl(345, 90%, 77%), hsl(345, 90%, 57%));
gradient dark
background: linear-gradient(to right, hsl(345, 90%, 57%), hsl(345, 90%, 37%))
hex
background-color: #F42F60;
tailwind
bg-[hsl(345,90%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(345, 90%, 57%, 0.4);
css variable
--color-primary: hsl(345, 90%, 57%);
Related Colors
Use Cases for Vivid Red
Frequently Asked Questions
What are all the color codes for HSL(345, 90%, 57%)?
HEX: #F42F60 | RGB: rgb(244, 47, 96) | CMYK: 0%, 81%, 61%, 4% | HSV: 345°, 81%, 96%. Copy any format from the conversion table above.
What colors go well with #F42F60?
The complementary color is HSL(165, 90%, 57%). For a triadic harmony, use hues 345°, 105°, and 225°. For analogous combinations, try hues 315° and 15°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(345, 90%, 57%) in CSS?
As HSL: color: hsl(345, 90%, 57%); — As HEX: color: #F42F60; — As RGB: color: rgb(244, 47, 96); — Tailwind CSS: bg-[hsl(345,90%,57%)] — CSS variable: --color-primary: hsl(345, 90%, 57%);