HSL(2, 100%, 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(2,100%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(2, 100%, 58%) | color: hsl(2, 100%, 58%) | |
| HEX | #FF3029 | color: #FF3029 | |
| RGB | rgb(255, 48, 41) | color: rgb(255, 48, 41) | |
| CMYK | cmyk(0%, 81%, 84%, 0%) | — | |
| HSV | hsv(2, 84%, 100%) | — | |
| HWB | hwb(2 16% 0%) | color: hwb(2 16% 0%) | |
| OKLCH | oklch(0.6461 0.2398 28.39) | color: oklch(0.6461 0.2398 28.39) | |
| Lab | lab(55.63 74.22 54.9) | color: lab(55.63 74.22 54.9) | |
| LCH | lch(55.63 92.32 36.49) | color: lch(55.63 92.32 36.49) |
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)
#A5A42B — rgb(165, 164, 43)
Deuteranopia (Green-blind)
#B1C12B — rgb(177, 193, 43)
Tritanopia (Blue-blind)
#F52C2C — rgb(245, 44, 44)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(2, 100%, 58%);
text
color: hsl(2, 100%, 58%);
border
border: 2px solid hsl(2, 100%, 58%);
gradient light
background: linear-gradient(to right, hsl(2, 100%, 78%), hsl(2, 100%, 58%));
gradient dark
background: linear-gradient(to right, hsl(2, 100%, 58%), hsl(2, 100%, 38%))
hex
background-color: #FF3029;
tailwind
bg-[hsl(2,100%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(2, 100%, 58%, 0.4);
css variable
--color-primary: hsl(2, 100%, 58%);
Related Colors
Use Cases for Vivid Red
Frequently Asked Questions
What are all the color codes for HSL(2, 100%, 58%)?
HEX: #FF3029 | RGB: rgb(255, 48, 41) | CMYK: 0%, 81%, 84%, 0% | HSV: 2°, 84%, 100%. Copy any format from the conversion table above.
What colors go well with #FF3029?
The complementary color is HSL(182, 100%, 58%). For a triadic harmony, use hues 2°, 122°, and 242°. For analogous combinations, try hues 332° and 32°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(2, 100%, 58%) in CSS?
As HSL: color: hsl(2, 100%, 58%); — As HEX: color: #FF3029; — As RGB: color: rgb(255, 48, 41); — Tailwind CSS: bg-[hsl(2,100%,58%)] — CSS variable: --color-primary: hsl(2, 100%, 58%);