HSL(323, 65%, 22%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(323,65%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(323, 65%, 22%) | color: hsl(323, 65%, 22%) | |
| HEX | #5D1441 | color: #5D1441 | |
| RGB | rgb(93, 20, 65) | color: rgb(93, 20, 65) | |
| CMYK | cmyk(0%, 78%, 30%, 64%) | — | |
| HSV | hsv(323, 78%, 36%) | — | |
| HWB | hwb(323 8% 64%) | color: hwb(323 8% 64%) | |
| OKLCH | oklch(0.3331 0.1154 347.39) | color: oklch(0.3331 0.1154 347.39) | |
| Lab | lab(20.87 37.02 -9.55) | color: lab(20.87 37.02 -9.55) | |
| LCH | lch(20.87 38.23 345.53) | color: lch(20.87 38.23 345.53) |
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)
#3D3D36 — rgb(61, 61, 54)
Deuteranopia (Green-blind)
#424734 — rgb(66, 71, 52)
Tritanopia (Blue-blind)
#592E2C — rgb(89, 46, 44)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(323, 65%, 22%);
text
color: hsl(323, 65%, 22%);
border
border: 2px solid hsl(323, 65%, 22%);
gradient light
background: linear-gradient(to right, hsl(323, 65%, 42%), hsl(323, 65%, 22%));
gradient dark
background: linear-gradient(to right, hsl(323, 65%, 22%), hsl(323, 65%, 2%))
hex
background-color: #5D1441;
tailwind
bg-[hsl(323,65%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(323, 65%, 22%, 0.4);
css variable
--color-primary: hsl(323, 65%, 22%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(323, 65%, 22%)?
HEX: #5D1441 | RGB: rgb(93, 20, 65) | CMYK: 0%, 78%, 30%, 64% | HSV: 323°, 78%, 36%. Copy any format from the conversion table above.
What colors go well with #5D1441?
The complementary color is HSL(143, 65%, 22%). 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, 65%, 22%) in CSS?
As HSL: color: hsl(323, 65%, 22%); — As HEX: color: #5D1441; — As RGB: color: rgb(93, 20, 65); — Tailwind CSS: bg-[hsl(323,65%,22%)] — CSS variable: --color-primary: hsl(323, 65%, 22%);