HSL(347, 94%, 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(347,94%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(347, 94%, 50%) | color: hsl(347, 94%, 50%) | |
| HEX | #F7083C | color: #F7083C | |
| RGB | rgb(247, 8, 60) | color: rgb(247, 8, 60) | |
| CMYK | cmyk(0%, 97%, 76%, 3%) | — | |
| HSV | hsv(347, 97%, 97%) | — | |
| HWB | hwb(347 3% 3%) | color: hwb(347 3% 3%) | |
| OKLCH | oklch(0.6183 0.2467 21.5) | color: oklch(0.6183 0.2467 21.5) | |
| Lab | lab(52.15 78.62 40.89) | color: lab(52.15 78.62 40.89) | |
| LCH | lch(52.15 88.62 27.48) | color: lch(52.15 88.62 27.48) |
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)
#908D2F — rgb(144, 141, 47)
Deuteranopia (Green-blind)
#9DAF2C — rgb(157, 175, 44)
Tritanopia (Blue-blind)
#EB2523 — rgb(235, 37, 35)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(347, 94%, 50%);
text
color: hsl(347, 94%, 50%);
border
border: 2px solid hsl(347, 94%, 50%);
gradient light
background: linear-gradient(to right, hsl(347, 94%, 70%), hsl(347, 94%, 50%));
gradient dark
background: linear-gradient(to right, hsl(347, 94%, 50%), hsl(347, 94%, 30%))
hex
background-color: #F7083C;
tailwind
bg-[hsl(347,94%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(347, 94%, 50%, 0.4);
css variable
--color-primary: hsl(347, 94%, 50%);
Related Colors
Use Cases for Vivid Red
Frequently Asked Questions
What are all the color codes for HSL(347, 94%, 50%)?
HEX: #F7083C | RGB: rgb(247, 8, 60) | CMYK: 0%, 97%, 76%, 3% | HSV: 347°, 97%, 97%. Copy any format from the conversion table above.
What colors go well with #F7083C?
The complementary color is HSL(167, 94%, 50%). For a triadic harmony, use hues 347°, 107°, and 227°. For analogous combinations, try hues 317° and 17°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(347, 94%, 50%) in CSS?
As HSL: color: hsl(347, 94%, 50%); — As HEX: color: #F7083C; — As RGB: color: rgb(247, 8, 60); — Tailwind CSS: bg-[hsl(347,94%,50%)] — CSS variable: --color-primary: hsl(347, 94%, 50%);