HSL(7, 98%, 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(7,98%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(7, 98%, 57%) | color: hsl(7, 98%, 57%) | |
| HEX | #FD3F26 | color: #FD3F26 | |
| RGB | rgb(253, 63, 38) | color: rgb(253, 63, 38) | |
| CMYK | cmyk(0%, 75%, 85%, 1%) | — | |
| HSV | hsv(7, 85%, 99%) | — | |
| HWB | hwb(7 15% 1%) | color: hwb(7 15% 1%) | |
| OKLCH | oklch(0.6531 0.2287 31.02) | color: oklch(0.6531 0.2287 31.02) | |
| Lab | lab(56.67 69.54 57.01) | color: lab(56.67 69.54 57.01) | |
| LCH | lch(56.67 89.92 39.35) | color: lch(56.67 89.92 39.35) |
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)
#ABA92C — rgb(171, 169, 44)
Deuteranopia (Green-blind)
#B6C42E — rgb(182, 196, 46)
Tritanopia (Blue-blind)
#F43132 — rgb(244, 49, 50)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(7, 98%, 57%);
text
color: hsl(7, 98%, 57%);
border
border: 2px solid hsl(7, 98%, 57%);
gradient light
background: linear-gradient(to right, hsl(7, 98%, 77%), hsl(7, 98%, 57%));
gradient dark
background: linear-gradient(to right, hsl(7, 98%, 57%), hsl(7, 98%, 37%))
hex
background-color: #FD3F26;
tailwind
bg-[hsl(7,98%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(7, 98%, 57%, 0.4);
css variable
--color-primary: hsl(7, 98%, 57%);
Related Colors
Use Cases for Vivid Red
Frequently Asked Questions
What are all the color codes for HSL(7, 98%, 57%)?
HEX: #FD3F26 | RGB: rgb(253, 63, 38) | CMYK: 0%, 75%, 85%, 1% | HSV: 7°, 85%, 99%. Copy any format from the conversion table above.
What colors go well with #FD3F26?
The complementary color is HSL(187, 98%, 57%). For a triadic harmony, use hues 7°, 127°, and 247°. For analogous combinations, try hues 337° and 37°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(7, 98%, 57%) in CSS?
As HSL: color: hsl(7, 98%, 57%); — As HEX: color: #FD3F26; — As RGB: color: rgb(253, 63, 38); — Tailwind CSS: bg-[hsl(7,98%,57%)] — CSS variable: --color-primary: hsl(7, 98%, 57%);