HSL(346, 26%, 50%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(346,26%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(346, 26%, 50%) | color: hsl(346, 26%, 50%) | |
| HEX | #A15E6E | color: #A15E6E | |
| RGB | rgb(161, 94, 110) | color: rgb(161, 94, 110) | |
| CMYK | cmyk(0%, 42%, 32%, 37%) | — | |
| HSV | hsv(346, 42%, 63%) | — | |
| HWB | hwb(346 37% 37%) | color: hwb(346 37% 37%) | |
| OKLCH | oklch(0.5622 0.0892 4.95) | color: oklch(0.5622 0.0892 4.95) | |
| Lab | lab(47.89 29.33 2.8) | color: lab(47.89 29.33 2.8) | |
| LCH | lch(47.89 29.46 5.45) | color: lch(47.89 29.46 5.45) |
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)
#84836A — rgb(132, 131, 106)
Deuteranopia (Green-blind)
#888D69 — rgb(136, 141, 105)
Tritanopia (Blue-blind)
#9E6766 — rgb(158, 103, 102)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(346, 26%, 50%);
text
color: hsl(346, 26%, 50%);
border
border: 2px solid hsl(346, 26%, 50%);
gradient light
background: linear-gradient(to right, hsl(346, 26%, 70%), hsl(346, 26%, 50%));
gradient dark
background: linear-gradient(to right, hsl(346, 26%, 50%), hsl(346, 26%, 30%))
hex
background-color: #A15E6E;
tailwind
bg-[hsl(346,26%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(346, 26%, 50%, 0.4);
css variable
--color-primary: hsl(346, 26%, 50%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(346, 26%, 50%)?
HEX: #A15E6E | RGB: rgb(161, 94, 110) | CMYK: 0%, 42%, 32%, 37% | HSV: 346°, 42%, 63%. Copy any format from the conversion table above.
What colors go well with #A15E6E?
The complementary color is HSL(166, 26%, 50%). 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, 26%, 50%) in CSS?
As HSL: color: hsl(346, 26%, 50%); — As HEX: color: #A15E6E; — As RGB: color: rgb(161, 94, 110); — Tailwind CSS: bg-[hsl(346,26%,50%)] — CSS variable: --color-primary: hsl(346, 26%, 50%);