HSL(323, 50%, 17%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(323,50%,17%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(323, 50%, 17%) | color: hsl(323, 50%, 17%) | |
| HEX | #411630 | color: #411630 | |
| RGB | rgb(65, 22, 48) | color: rgb(65, 22, 48) | |
| CMYK | cmyk(0%, 66%, 26%, 75%) | — | |
| HSV | hsv(324, 66%, 25%) | — | |
| HWB | hwb(324 9% 75%) | color: hwb(324 9% 75%) | |
| OKLCH | oklch(0.2772 0.0754 345.85) | color: oklch(0.2772 0.0754 345.85) | |
| Lab | lab(15.01 24.34 -6.98) | color: lab(15.01 24.34 -6.98) | |
| LCH | lch(15.01 25.32 344) | color: lch(15.01 25.32 344) |
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)
#2E2E2A — rgb(46, 46, 42)
Deuteranopia (Green-blind)
#313428 — rgb(49, 52, 40)
Tritanopia (Blue-blind)
#3F2524 — rgb(63, 37, 36)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(323, 50%, 17%);
text
color: hsl(323, 50%, 17%);
border
border: 2px solid hsl(323, 50%, 17%);
gradient light
background: linear-gradient(to right, hsl(323, 50%, 37%), hsl(323, 50%, 17%));
gradient dark
background: linear-gradient(to right, hsl(323, 50%, 17%), hsl(323, 50%, 0%))
hex
background-color: #411630;
tailwind
bg-[hsl(323,50%,17%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(323, 50%, 17%, 0.4);
css variable
--color-primary: hsl(323, 50%, 17%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(323, 50%, 17%)?
HEX: #411630 | RGB: rgb(65, 22, 48) | CMYK: 0%, 66%, 26%, 75% | HSV: 324°, 66%, 25%. Copy any format from the conversion table above.
What colors go well with #411630?
The complementary color is HSL(143, 50%, 17%). 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, 50%, 17%) in CSS?
As HSL: color: hsl(323, 50%, 17%); — As HEX: color: #411630; — As RGB: color: rgb(65, 22, 48); — Tailwind CSS: bg-[hsl(323,50%,17%)] — CSS variable: --color-primary: hsl(323, 50%, 17%);