HSL(319, 43%, 32%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(319,43%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(319, 43%, 32%) | color: hsl(319, 43%, 32%) | |
| HEX | #752F5E | color: #752F5E | |
| RGB | rgb(117, 47, 94) | color: rgb(117, 47, 94) | |
| CMYK | cmyk(0%, 60%, 20%, 54%) | — | |
| HSV | hsv(320, 60%, 46%) | — | |
| HWB | hwb(320 18% 54%) | color: hwb(320 18% 54%) | |
| OKLCH | oklch(0.4196 0.1145 342.19) | color: oklch(0.4196 0.1145 342.19) | |
| Lab | lab(30.94 36.64 -13.12) | color: lab(30.94 36.64 -13.12) | |
| LCH | lch(30.94 38.92 340.3) | color: lch(30.94 38.92 340.3) |
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)
#575653 — rgb(87, 86, 83)
Deuteranopia (Green-blind)
#5B6050 — rgb(91, 96, 80)
Tritanopia (Blue-blind)
#724A48 — rgb(114, 74, 72)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(319, 43%, 32%);
text
color: hsl(319, 43%, 32%);
border
border: 2px solid hsl(319, 43%, 32%);
gradient light
background: linear-gradient(to right, hsl(319, 43%, 52%), hsl(319, 43%, 32%));
gradient dark
background: linear-gradient(to right, hsl(319, 43%, 32%), hsl(319, 43%, 12%))
hex
background-color: #752F5E;
tailwind
bg-[hsl(319,43%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(319, 43%, 32%, 0.4);
css variable
--color-primary: hsl(319, 43%, 32%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(319, 43%, 32%)?
HEX: #752F5E | RGB: rgb(117, 47, 94) | CMYK: 0%, 60%, 20%, 54% | HSV: 320°, 60%, 46%. Copy any format from the conversion table above.
What colors go well with #752F5E?
The complementary color is HSL(139, 43%, 32%). For a triadic harmony, use hues 319°, 79°, and 199°. For analogous combinations, try hues 289° and 349°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(319, 43%, 32%) in CSS?
As HSL: color: hsl(319, 43%, 32%); — As HEX: color: #752F5E; — As RGB: color: rgb(117, 47, 94); — Tailwind CSS: bg-[hsl(319,43%,32%)] — CSS variable: --color-primary: hsl(319, 43%, 32%);