HSL(346, 32%, 56%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(346,32%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(346, 32%, 56%) | color: hsl(346, 32%, 56%) | |
| HEX | #B36B7C | color: #B36B7C | |
| RGB | rgb(179, 107, 124) | color: rgb(179, 107, 124) | |
| CMYK | cmyk(0%, 40%, 31%, 30%) | — | |
| HSV | hsv(346, 40%, 70%) | — | |
| HWB | hwb(346 42% 30%) | color: hwb(346 42% 30%) | |
| OKLCH | oklch(0.6115 0.0938 4.97) | color: oklch(0.6115 0.0938 4.97) | |
| Lab | lab(53.55 30.85 2.96) | color: lab(53.55 30.85 2.96) | |
| LCH | lch(53.55 30.99 5.48) | color: lch(53.55 30.99 5.48) |
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)
#949378 — rgb(148, 147, 120)
Deuteranopia (Green-blind)
#989D77 — rgb(152, 157, 119)
Tritanopia (Blue-blind)
#AF7574 — rgb(175, 117, 116)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(346, 32%, 56%);
text
color: hsl(346, 32%, 56%);
border
border: 2px solid hsl(346, 32%, 56%);
gradient light
background: linear-gradient(to right, hsl(346, 32%, 76%), hsl(346, 32%, 56%));
gradient dark
background: linear-gradient(to right, hsl(346, 32%, 56%), hsl(346, 32%, 36%))
hex
background-color: #B36B7C;
tailwind
bg-[hsl(346,32%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(346, 32%, 56%, 0.4);
css variable
--color-primary: hsl(346, 32%, 56%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(346, 32%, 56%)?
HEX: #B36B7C | RGB: rgb(179, 107, 124) | CMYK: 0%, 40%, 31%, 30% | HSV: 346°, 40%, 70%. Copy any format from the conversion table above.
What colors go well with #B36B7C?
The complementary color is HSL(166, 32%, 56%). 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, 32%, 56%) in CSS?
As HSL: color: hsl(346, 32%, 56%); — As HEX: color: #B36B7C; — As RGB: color: rgb(179, 107, 124); — Tailwind CSS: bg-[hsl(346,32%,56%)] — CSS variable: --color-primary: hsl(346, 32%, 56%);