HSL(326, 65%, 45%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(326,65%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(326, 65%, 45%) | color: hsl(326, 65%, 45%) | |
| HEX | #BD287D | color: #BD287D | |
| RGB | rgb(189, 40, 125) | color: rgb(189, 40, 125) | |
| CMYK | cmyk(0%, 79%, 34%, 26%) | — | |
| HSV | hsv(326, 79%, 74%) | — | |
| HWB | hwb(326 16% 26%) | color: hwb(326 16% 26%) | |
| OKLCH | oklch(0.5432 0.1978 351.22) | color: oklch(0.5432 0.1978 351.22) | |
| Lab | lab(43.97 63.75 -11.64) | color: lab(43.97 63.75 -11.64) | |
| LCH | lch(43.97 64.8 349.65) | color: lch(43.97 64.8 349.65) |
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)
#7C7B68 — rgb(124, 123, 104)
Deuteranopia (Green-blind)
#859064 — rgb(133, 144, 100)
Tritanopia (Blue-blind)
#B65855 — rgb(182, 88, 85)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(326, 65%, 45%);
text
color: hsl(326, 65%, 45%);
border
border: 2px solid hsl(326, 65%, 45%);
gradient light
background: linear-gradient(to right, hsl(326, 65%, 65%), hsl(326, 65%, 45%));
gradient dark
background: linear-gradient(to right, hsl(326, 65%, 45%), hsl(326, 65%, 25%))
hex
background-color: #BD287D;
tailwind
bg-[hsl(326,65%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(326, 65%, 45%, 0.4);
css variable
--color-primary: hsl(326, 65%, 45%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(326, 65%, 45%)?
HEX: #BD287D | RGB: rgb(189, 40, 125) | CMYK: 0%, 79%, 34%, 26% | HSV: 326°, 79%, 74%. Copy any format from the conversion table above.
What colors go well with #BD287D?
The complementary color is HSL(146, 65%, 45%). 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%, 45%) in CSS?
As HSL: color: hsl(326, 65%, 45%); — As HEX: color: #BD287D; — As RGB: color: rgb(189, 40, 125); — Tailwind CSS: bg-[hsl(326,65%,45%)] — CSS variable: --color-primary: hsl(326, 65%, 45%);