HSL(321, 28%, 32%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(321,28%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(321, 28%, 32%) | color: hsl(321, 28%, 32%) | |
| HEX | #683B58 | color: #683B58 | |
| RGB | rgb(104, 59, 88) | color: rgb(104, 59, 88) | |
| CMYK | cmyk(0%, 43%, 15%, 59%) | — | |
| HSV | hsv(321, 43%, 41%) | — | |
| HWB | hwb(321 23% 59%) | color: hwb(321 23% 59%) | |
| OKLCH | oklch(0.4174 0.0753 341.74) | color: oklch(0.4174 0.0753 341.74) | |
| Lab | lab(31.29 24.34 -8.89) | color: lab(31.29 24.34 -8.89) | |
| LCH | lch(31.29 25.91 339.94) | color: lch(31.29 25.91 339.94) |
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)
#555451 — rgb(85, 84, 81)
Deuteranopia (Green-blind)
#575B4F — rgb(87, 91, 79)
Tritanopia (Blue-blind)
#664B4A — rgb(102, 75, 74)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(321, 28%, 32%);
text
color: hsl(321, 28%, 32%);
border
border: 2px solid hsl(321, 28%, 32%);
gradient light
background: linear-gradient(to right, hsl(321, 28%, 52%), hsl(321, 28%, 32%));
gradient dark
background: linear-gradient(to right, hsl(321, 28%, 32%), hsl(321, 28%, 12%))
hex
background-color: #683B58;
tailwind
bg-[hsl(321,28%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(321, 28%, 32%, 0.4);
css variable
--color-primary: hsl(321, 28%, 32%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(321, 28%, 32%)?
HEX: #683B58 | RGB: rgb(104, 59, 88) | CMYK: 0%, 43%, 15%, 59% | HSV: 321°, 43%, 41%. Copy any format from the conversion table above.
What colors go well with #683B58?
The complementary color is HSL(141, 28%, 32%). For a triadic harmony, use hues 321°, 81°, and 201°. For analogous combinations, try hues 291° and 351°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(321, 28%, 32%) in CSS?
As HSL: color: hsl(321, 28%, 32%); — As HEX: color: #683B58; — As RGB: color: rgb(104, 59, 88); — Tailwind CSS: bg-[hsl(321,28%,32%)] — CSS variable: --color-primary: hsl(321, 28%, 32%);