HSL(346, 68%, 33%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(346,68%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(346, 68%, 33%) | color: hsl(346, 68%, 33%) | |
| HEX | #8D1B36 | color: #8D1B36 | |
| RGB | rgb(141, 27, 54) | color: rgb(141, 27, 54) | |
| CMYK | cmyk(0%, 81%, 62%, 45%) | — | |
| HSV | hsv(346, 81%, 55%) | — | |
| HWB | hwb(346 10% 45%) | color: hwb(346 10% 45%) | |
| OKLCH | oklch(0.4253 0.1483 13.4) | color: oklch(0.4253 0.1483 13.4) | |
| Lab | lab(31.15 47.91 13.98) | color: lab(31.15 47.91 13.98) | |
| LCH | lch(31.15 49.91 16.27) | color: lch(31.15 49.91 16.27) |
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)
#5C5B2F — rgb(92, 91, 47)
Deuteranopia (Green-blind)
#626B2E — rgb(98, 107, 46)
Tritanopia (Blue-blind)
#872A29 — rgb(135, 42, 41)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(346, 68%, 33%);
text
color: hsl(346, 68%, 33%);
border
border: 2px solid hsl(346, 68%, 33%);
gradient light
background: linear-gradient(to right, hsl(346, 68%, 53%), hsl(346, 68%, 33%));
gradient dark
background: linear-gradient(to right, hsl(346, 68%, 33%), hsl(346, 68%, 13%))
hex
background-color: #8D1B36;
tailwind
bg-[hsl(346,68%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(346, 68%, 33%, 0.4);
css variable
--color-primary: hsl(346, 68%, 33%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(346, 68%, 33%)?
HEX: #8D1B36 | RGB: rgb(141, 27, 54) | CMYK: 0%, 81%, 62%, 45% | HSV: 346°, 81%, 55%. Copy any format from the conversion table above.
What colors go well with #8D1B36?
The complementary color is HSL(166, 68%, 33%). 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, 68%, 33%) in CSS?
As HSL: color: hsl(346, 68%, 33%); — As HEX: color: #8D1B36; — As RGB: color: rgb(141, 27, 54); — Tailwind CSS: bg-[hsl(346,68%,33%)] — CSS variable: --color-primary: hsl(346, 68%, 33%);