HSL(352, 88%, 50%)
Vivid Red — Red color
Adjust Color
Color Information
Color Name
Vivid Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(352,88%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(352, 88%, 50%) | color: hsl(352, 88%, 50%) | |
| HEX | #F00F2D | color: #F00F2D | |
| RGB | rgb(240, 15, 45) | color: rgb(240, 15, 45) | |
| CMYK | cmyk(0%, 94%, 81%, 6%) | — | |
| HSV | hsv(352, 94%, 94%) | — | |
| HWB | hwb(352 6% 6%) | color: hwb(352 6% 6%) | |
| OKLCH | oklch(0.6051 0.2406 24.64) | color: oklch(0.6051 0.2406 24.64) | |
| Lab | lab(50.76 75.95 47.34) | color: lab(50.76 75.95 47.34) | |
| LCH | lch(50.76 89.5 31.94) | color: lch(50.76 89.5 31.94) |
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)
#8F8D26 — rgb(143, 141, 38)
Deuteranopia (Green-blind)
#9CAD24 — rgb(156, 173, 36)
Tritanopia (Blue-blind)
#E5201F — rgb(229, 32, 31)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(352, 88%, 50%);
text
color: hsl(352, 88%, 50%);
border
border: 2px solid hsl(352, 88%, 50%);
gradient light
background: linear-gradient(to right, hsl(352, 88%, 70%), hsl(352, 88%, 50%));
gradient dark
background: linear-gradient(to right, hsl(352, 88%, 50%), hsl(352, 88%, 30%))
hex
background-color: #F00F2D;
tailwind
bg-[hsl(352,88%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(352, 88%, 50%, 0.4);
css variable
--color-primary: hsl(352, 88%, 50%);
Related Colors
Use Cases for Vivid Red
Frequently Asked Questions
What are all the color codes for HSL(352, 88%, 50%)?
HEX: #F00F2D | RGB: rgb(240, 15, 45) | CMYK: 0%, 94%, 81%, 6% | HSV: 352°, 94%, 94%. Copy any format from the conversion table above.
What colors go well with #F00F2D?
The complementary color is HSL(172, 88%, 50%). For a triadic harmony, use hues 352°, 112°, and 232°. For analogous combinations, try hues 322° and 22°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(352, 88%, 50%) in CSS?
As HSL: color: hsl(352, 88%, 50%); — As HEX: color: #F00F2D; — As RGB: color: rgb(240, 15, 45); — Tailwind CSS: bg-[hsl(352,88%,50%)] — CSS variable: --color-primary: hsl(352, 88%, 50%);