HSL(331, 19%, 29%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(331,19%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(331, 19%, 29%) | color: hsl(331, 19%, 29%) | |
| HEX | #583C49 | color: #583C49 | |
| RGB | rgb(88, 60, 73) | color: rgb(88, 60, 73) | |
| CMYK | cmyk(0%, 32%, 17%, 65%) | — | |
| HSV | hsv(332, 32%, 35%) | — | |
| HWB | hwb(332 24% 65%) | color: hwb(332 24% 65%) | |
| OKLCH | oklch(0.3925 0.0439 349.87) | color: oklch(0.3925 0.0439 349.87) | |
| Lab | lab(28.87 14.6 -2.98) | color: lab(28.87 14.6 -2.98) | |
| LCH | lch(28.87 14.9 348.46) | color: lch(28.87 14.9 348.46) |
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)
#4C4C46 — rgb(76, 76, 70)
Deuteranopia (Green-blind)
#4E5045 — rgb(78, 80, 69)
Tritanopia (Blue-blind)
#574343 — rgb(87, 67, 67)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(331, 19%, 29%);
text
color: hsl(331, 19%, 29%);
border
border: 2px solid hsl(331, 19%, 29%);
gradient light
background: linear-gradient(to right, hsl(331, 19%, 49%), hsl(331, 19%, 29%));
gradient dark
background: linear-gradient(to right, hsl(331, 19%, 29%), hsl(331, 19%, 9%))
hex
background-color: #583C49;
tailwind
bg-[hsl(331,19%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(331, 19%, 29%, 0.4);
css variable
--color-primary: hsl(331, 19%, 29%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(331, 19%, 29%)?
HEX: #583C49 | RGB: rgb(88, 60, 73) | CMYK: 0%, 32%, 17%, 65% | HSV: 332°, 32%, 35%. Copy any format from the conversion table above.
What colors go well with #583C49?
The complementary color is HSL(151, 19%, 29%). For a triadic harmony, use hues 331°, 91°, and 211°. For analogous combinations, try hues 301° and 1°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(331, 19%, 29%) in CSS?
As HSL: color: hsl(331, 19%, 29%); — As HEX: color: #583C49; — As RGB: color: rgb(88, 60, 73); — Tailwind CSS: bg-[hsl(331,19%,29%)] — CSS variable: --color-primary: hsl(331, 19%, 29%);