HSL(316, 53%, 32%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(316,53%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(316, 53%, 32%) | color: hsl(316, 53%, 32%) | |
| HEX | #7D2666 | color: #7D2666 | |
| RGB | rgb(125, 38, 102) | color: rgb(125, 38, 102) | |
| CMYK | cmyk(0%, 70%, 18%, 51%) | — | |
| HSV | hsv(316, 70%, 49%) | — | |
| HWB | hwb(316 15% 51%) | color: hwb(316 15% 51%) | |
| OKLCH | oklch(0.4248 0.1408 340.01) | color: oklch(0.4248 0.1408 340.01) | |
| Lab | lab(31.13 44.51 -17.86) | color: lab(31.13 44.51 -17.86) | |
| LCH | lch(31.13 47.96 338.14) | color: lch(31.13 47.96 338.14) |
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)
#575757 — rgb(87, 87, 87)
Deuteranopia (Green-blind)
#5C6353 — rgb(92, 99, 83)
Tritanopia (Blue-blind)
#794A48 — rgb(121, 74, 72)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(316, 53%, 32%);
text
color: hsl(316, 53%, 32%);
border
border: 2px solid hsl(316, 53%, 32%);
gradient light
background: linear-gradient(to right, hsl(316, 53%, 52%), hsl(316, 53%, 32%));
gradient dark
background: linear-gradient(to right, hsl(316, 53%, 32%), hsl(316, 53%, 12%))
hex
background-color: #7D2666;
tailwind
bg-[hsl(316,53%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(316, 53%, 32%, 0.4);
css variable
--color-primary: hsl(316, 53%, 32%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(316, 53%, 32%)?
HEX: #7D2666 | RGB: rgb(125, 38, 102) | CMYK: 0%, 70%, 18%, 51% | HSV: 316°, 70%, 49%. Copy any format from the conversion table above.
What colors go well with #7D2666?
The complementary color is HSL(136, 53%, 32%). For a triadic harmony, use hues 316°, 76°, and 196°. For analogous combinations, try hues 286° and 346°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(316, 53%, 32%) in CSS?
As HSL: color: hsl(316, 53%, 32%); — As HEX: color: #7D2666; — As RGB: color: rgb(125, 38, 102); — Tailwind CSS: bg-[hsl(316,53%,32%)] — CSS variable: --color-primary: hsl(316, 53%, 32%);