HSL(7, 86%, 54%)
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,86%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(7, 86%, 54%) | color: hsl(7, 86%, 54%) | |
| HEX | #EF3C25 | color: #EF3C25 | |
| RGB | rgb(239, 60, 37) | color: rgb(239, 60, 37) | |
| CMYK | cmyk(0%, 75%, 85%, 6%) | — | |
| HSV | hsv(7, 85%, 94%) | — | |
| HWB | hwb(7 14% 6%) | color: hwb(7 14% 6%) | |
| OKLCH | oklch(0.6266 0.2181 30.92) | color: oklch(0.6266 0.2181 30.92) | |
| Lab | lab(53.73 66.32 53.93) | color: lab(53.73 66.32 53.93) | |
| LCH | lch(53.73 85.48 39.12) | color: lch(53.73 85.48 39.12) |
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)
#A1A02B — rgb(161, 160, 43)
Deuteranopia (Green-blind)
#ACB92C — rgb(172, 185, 44)
Tritanopia (Blue-blind)
#E62F30 — rgb(230, 47, 48)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(7, 86%, 54%);
text
color: hsl(7, 86%, 54%);
border
border: 2px solid hsl(7, 86%, 54%);
gradient light
background: linear-gradient(to right, hsl(7, 86%, 74%), hsl(7, 86%, 54%));
gradient dark
background: linear-gradient(to right, hsl(7, 86%, 54%), hsl(7, 86%, 34%))
hex
background-color: #EF3C25;
tailwind
bg-[hsl(7,86%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(7, 86%, 54%, 0.4);
css variable
--color-primary: hsl(7, 86%, 54%);
Related Colors
Use Cases for Vivid Red
Frequently Asked Questions
What are all the color codes for HSL(7, 86%, 54%)?
HEX: #EF3C25 | RGB: rgb(239, 60, 37) | CMYK: 0%, 75%, 85%, 6% | HSV: 7°, 85%, 94%. Copy any format from the conversion table above.
What colors go well with #EF3C25?
The complementary color is HSL(187, 86%, 54%). 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, 86%, 54%) in CSS?
As HSL: color: hsl(7, 86%, 54%); — As HEX: color: #EF3C25; — As RGB: color: rgb(239, 60, 37); — Tailwind CSS: bg-[hsl(7,86%,54%)] — CSS variable: --color-primary: hsl(7, 86%, 54%);