HSL(323, 87%, 21%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(323,87%,21%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(323, 87%, 21%) | color: hsl(323, 87%, 21%) | |
| HEX | #640740 | color: #640740 | |
| RGB | rgb(100, 7, 64) | color: rgb(100, 7, 64) | |
| CMYK | cmyk(0%, 93%, 36%, 61%) | — | |
| HSV | hsv(323, 93%, 39%) | — | |
| HWB | hwb(323 3% 61%) | color: hwb(323 3% 61%) | |
| OKLCH | oklch(0.3362 0.1329 350.29) | color: oklch(0.3362 0.1329 350.29) | |
| Lab | lab(20.95 42.62 -8.59) | color: lab(20.95 42.62 -8.59) | |
| LCH | lch(20.95 43.48 348.6) | color: lch(20.95 43.48 348.6) |
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)
#3C3B32 — rgb(60, 59, 50)
Deuteranopia (Green-blind)
#41482F — rgb(65, 72, 47)
Tritanopia (Blue-blind)
#5F2725 — rgb(95, 39, 37)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(323, 87%, 21%);
text
color: hsl(323, 87%, 21%);
border
border: 2px solid hsl(323, 87%, 21%);
gradient light
background: linear-gradient(to right, hsl(323, 87%, 41%), hsl(323, 87%, 21%));
gradient dark
background: linear-gradient(to right, hsl(323, 87%, 21%), hsl(323, 87%, 1%))
hex
background-color: #640740;
tailwind
bg-[hsl(323,87%,21%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(323, 87%, 21%, 0.4);
css variable
--color-primary: hsl(323, 87%, 21%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(323, 87%, 21%)?
HEX: #640740 | RGB: rgb(100, 7, 64) | CMYK: 0%, 93%, 36%, 61% | HSV: 323°, 93%, 39%. Copy any format from the conversion table above.
What colors go well with #640740?
The complementary color is HSL(143, 87%, 21%). For a triadic harmony, use hues 323°, 83°, and 203°. For analogous combinations, try hues 293° and 353°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(323, 87%, 21%) in CSS?
As HSL: color: hsl(323, 87%, 21%); — As HEX: color: #640740; — As RGB: color: rgb(100, 7, 64); — Tailwind CSS: bg-[hsl(323,87%,21%)] — CSS variable: --color-primary: hsl(323, 87%, 21%);