HSL(332, 42%, 37%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(332,42%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(332, 42%, 37%) | color: hsl(332, 42%, 37%) | |
| HEX | #86375C | color: #86375C | |
| RGB | rgb(134, 55, 92) | color: rgb(134, 55, 92) | |
| CMYK | cmyk(0%, 59%, 31%, 47%) | — | |
| HSV | hsv(332, 59%, 53%) | — | |
| HWB | hwb(332 22% 47%) | color: hwb(332 22% 47%) | |
| OKLCH | oklch(0.4562 0.1161 353.44) | color: oklch(0.4562 0.1161 353.44) | |
| Lab | lab(35.15 37.99 -5.2) | color: lab(35.15 37.99 -5.2) | |
| LCH | lch(35.15 38.34 352.21) | color: lch(35.15 38.34 352.21) |
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)
#646353 — rgb(100, 99, 83)
Deuteranopia (Green-blind)
#686E51 — rgb(104, 110, 81)
Tritanopia (Blue-blind)
#824C4A — rgb(130, 76, 74)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(332, 42%, 37%);
text
color: hsl(332, 42%, 37%);
border
border: 2px solid hsl(332, 42%, 37%);
gradient light
background: linear-gradient(to right, hsl(332, 42%, 57%), hsl(332, 42%, 37%));
gradient dark
background: linear-gradient(to right, hsl(332, 42%, 37%), hsl(332, 42%, 17%))
hex
background-color: #86375C;
tailwind
bg-[hsl(332,42%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(332, 42%, 37%, 0.4);
css variable
--color-primary: hsl(332, 42%, 37%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(332, 42%, 37%)?
HEX: #86375C | RGB: rgb(134, 55, 92) | CMYK: 0%, 59%, 31%, 47% | HSV: 332°, 59%, 53%. Copy any format from the conversion table above.
What colors go well with #86375C?
The complementary color is HSL(152, 42%, 37%). For a triadic harmony, use hues 332°, 92°, and 212°. For analogous combinations, try hues 302° and 2°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(332, 42%, 37%) in CSS?
As HSL: color: hsl(332, 42%, 37%); — As HEX: color: #86375C; — As RGB: color: rgb(134, 55, 92); — Tailwind CSS: bg-[hsl(332,42%,37%)] — CSS variable: --color-primary: hsl(332, 42%, 37%);