HSL(346, 84%, 46%)
Vivid Red — Red color
Adjust Color
Color Information
Color Name
Vivid Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(346,84%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(346, 84%, 46%) | color: hsl(346, 84%, 46%) | |
| HEX | #D81341 | color: #D81341 | |
| RGB | rgb(216, 19, 65) | color: rgb(216, 19, 65) | |
| CMYK | cmyk(0%, 91%, 70%, 15%) | — | |
| HSV | hsv(346, 91%, 85%) | — | |
| HWB | hwb(346 8% 15%) | color: hwb(346 8% 15%) | |
| OKLCH | oklch(0.5642 0.2189 18.15) | color: oklch(0.5642 0.2189 18.15) | |
| Lab | lab(46.25 70.26 29.44) | color: lab(46.25 70.26 29.44) | |
| LCH | lch(46.25 76.18 22.73) | color: lch(46.25 76.18 22.73) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#838136 — rgb(131, 129, 54)
Deuteranopia (Green-blind)
#8E9D33 — rgb(142, 157, 51)
Tritanopia (Blue-blind)
#CE2D2B — rgb(206, 45, 43)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(346, 84%, 46%);
text
color: hsl(346, 84%, 46%);
border
border: 2px solid hsl(346, 84%, 46%);
gradient light
background: linear-gradient(to right, hsl(346, 84%, 66%), hsl(346, 84%, 46%));
gradient dark
background: linear-gradient(to right, hsl(346, 84%, 46%), hsl(346, 84%, 26%))
hex
background-color: #D81341;
tailwind
bg-[hsl(346,84%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(346, 84%, 46%, 0.4);
css variable
--color-primary: hsl(346, 84%, 46%);
Related Colors
Use Cases for Vivid Red
Frequently Asked Questions
What are all the color codes for HSL(346, 84%, 46%)?
HEX: #D81341 | RGB: rgb(216, 19, 65) | CMYK: 0%, 91%, 70%, 15% | HSV: 346°, 91%, 85%. Copy any format from the conversion table above.
What colors go well with #D81341?
The complementary color is HSL(166, 84%, 46%). For a triadic harmony, use hues 346°, 106°, and 226°. For analogous combinations, try hues 316° and 16°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(346, 84%, 46%) in CSS?
As HSL: color: hsl(346, 84%, 46%); — As HEX: color: #D81341; — As RGB: color: rgb(216, 19, 65); — Tailwind CSS: bg-[hsl(346,84%,46%)] — CSS variable: --color-primary: hsl(346, 84%, 46%);