HSL(2, 95%, 59%)
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,95%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(2, 95%, 59%) | color: hsl(2, 95%, 59%) | |
| HEX | #FA3A33 | color: #FA3A33 | |
| RGB | rgb(250, 58, 51) | color: rgb(250, 58, 51) | |
| CMYK | cmyk(0%, 77%, 80%, 2%) | — | |
| HSV | hsv(2, 80%, 98%) | — | |
| HWB | hwb(2 20% 2%) | color: hwb(2 20% 2%) | |
| OKLCH | oklch(0.6451 0.2279 27.89) | color: oklch(0.6451 0.2279 27.89) | |
| Lab | lab(55.68 70.47 49.66) | color: lab(55.68 70.47 49.66) | |
| LCH | lch(55.68 86.21 35.17) | color: lch(55.68 86.21 35.17) |
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)
#A7A535 — rgb(167, 165, 53)
Deuteranopia (Green-blind)
#B2C035 — rgb(178, 192, 53)
Tritanopia (Blue-blind)
#F03636 — rgb(240, 54, 54)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(2, 95%, 59%);
text
color: hsl(2, 95%, 59%);
border
border: 2px solid hsl(2, 95%, 59%);
gradient light
background: linear-gradient(to right, hsl(2, 95%, 79%), hsl(2, 95%, 59%));
gradient dark
background: linear-gradient(to right, hsl(2, 95%, 59%), hsl(2, 95%, 39%))
hex
background-color: #FA3A33;
tailwind
bg-[hsl(2,95%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(2, 95%, 59%, 0.4);
css variable
--color-primary: hsl(2, 95%, 59%);
Related Colors
Use Cases for Vivid Red
Frequently Asked Questions
What are all the color codes for HSL(2, 95%, 59%)?
HEX: #FA3A33 | RGB: rgb(250, 58, 51) | CMYK: 0%, 77%, 80%, 2% | HSV: 2°, 80%, 98%. Copy any format from the conversion table above.
What colors go well with #FA3A33?
The complementary color is HSL(182, 95%, 59%). 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, 95%, 59%) in CSS?
As HSL: color: hsl(2, 95%, 59%); — As HEX: color: #FA3A33; — As RGB: color: rgb(250, 58, 51); — Tailwind CSS: bg-[hsl(2,95%,59%)] — CSS variable: --color-primary: hsl(2, 95%, 59%);