HSL(326, 65%, 24%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(326,65%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(326, 65%, 24%) | color: hsl(326, 65%, 24%) | |
| HEX | #651543 | color: #651543 | |
| RGB | rgb(101, 21, 67) | color: rgb(101, 21, 67) | |
| CMYK | cmyk(0%, 79%, 34%, 60%) | — | |
| HSV | hsv(326, 79%, 40%) | — | |
| HWB | hwb(326 8% 60%) | color: hwb(326 8% 60%) | |
| OKLCH | oklch(0.3496 0.1219 350.13) | color: oklch(0.3496 0.1219 350.13) | |
| Lab | lab(22.69 39.27 -8.01) | color: lab(22.69 39.27 -8.01) | |
| LCH | lch(22.69 40.08 348.47) | color: lch(22.69 40.08 348.47) |
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)
#424238 — rgb(66, 66, 56)
Deuteranopia (Green-blind)
#474D35 — rgb(71, 77, 53)
Tritanopia (Blue-blind)
#612F2D — rgb(97, 47, 45)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(326, 65%, 24%);
text
color: hsl(326, 65%, 24%);
border
border: 2px solid hsl(326, 65%, 24%);
gradient light
background: linear-gradient(to right, hsl(326, 65%, 44%), hsl(326, 65%, 24%));
gradient dark
background: linear-gradient(to right, hsl(326, 65%, 24%), hsl(326, 65%, 4%))
hex
background-color: #651543;
tailwind
bg-[hsl(326,65%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(326, 65%, 24%, 0.4);
css variable
--color-primary: hsl(326, 65%, 24%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(326, 65%, 24%)?
HEX: #651543 | RGB: rgb(101, 21, 67) | CMYK: 0%, 79%, 34%, 60% | HSV: 326°, 79%, 40%. Copy any format from the conversion table above.
What colors go well with #651543?
The complementary color is HSL(146, 65%, 24%). For a triadic harmony, use hues 326°, 86°, and 206°. For analogous combinations, try hues 296° and 356°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(326, 65%, 24%) in CSS?
As HSL: color: hsl(326, 65%, 24%); — As HEX: color: #651543; — As RGB: color: rgb(101, 21, 67); — Tailwind CSS: bg-[hsl(326,65%,24%)] — CSS variable: --color-primary: hsl(326, 65%, 24%);