HSL(346, 84%, 40%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(346,84%,40%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(346, 84%, 40%) | color: hsl(346, 84%, 40%) | |
| HEX | #BC1038 | color: #BC1038 | |
| RGB | rgb(188, 16, 56) | color: rgb(188, 16, 56) | |
| CMYK | cmyk(0%, 91%, 70%, 26%) | — | |
| HSV | hsv(346, 91%, 74%) | — | |
| HWB | hwb(346 7% 26%) | color: hwb(346 7% 26%) | |
| OKLCH | oklch(0.509 0.1969 18) | color: oklch(0.509 0.1969 18) | |
| Lab | lab(40.17 63.22 26.22) | color: lab(40.17 63.22 26.22) | |
| LCH | lch(40.17 68.44 22.53) | color: lch(40.17 68.44 22.53) |
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)
#72702E — rgb(114, 112, 46)
Deuteranopia (Green-blind)
#7C882C — rgb(124, 136, 44)
Tritanopia (Blue-blind)
#B32725 — rgb(179, 39, 37)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(346, 84%, 40%);
text
color: hsl(346, 84%, 40%);
border
border: 2px solid hsl(346, 84%, 40%);
gradient light
background: linear-gradient(to right, hsl(346, 84%, 60%), hsl(346, 84%, 40%));
gradient dark
background: linear-gradient(to right, hsl(346, 84%, 40%), hsl(346, 84%, 20%))
hex
background-color: #BC1038;
tailwind
bg-[hsl(346,84%,40%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(346, 84%, 40%, 0.4);
css variable
--color-primary: hsl(346, 84%, 40%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(346, 84%, 40%)?
HEX: #BC1038 | RGB: rgb(188, 16, 56) | CMYK: 0%, 91%, 70%, 26% | HSV: 346°, 91%, 74%. Copy any format from the conversion table above.
What colors go well with #BC1038?
The complementary color is HSL(166, 84%, 40%). 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%, 40%) in CSS?
As HSL: color: hsl(346, 84%, 40%); — As HEX: color: #BC1038; — As RGB: color: rgb(188, 16, 56); — Tailwind CSS: bg-[hsl(346,84%,40%)] — CSS variable: --color-primary: hsl(346, 84%, 40%);