HSL(325, 63%, 45%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(325,63%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(325, 63%, 45%) | color: hsl(325, 63%, 45%) | |
| HEX | #BB2A7F | color: #BB2A7F | |
| RGB | rgb(187, 42, 127) | color: rgb(187, 42, 127) | |
| CMYK | cmyk(0%, 78%, 32%, 27%) | — | |
| HSV | hsv(325, 78%, 73%) | — | |
| HWB | hwb(325 16% 27%) | color: hwb(325 16% 27%) | |
| OKLCH | oklch(0.5421 0.1955 349.97) | color: oklch(0.5421 0.1955 349.97) | |
| Lab | lab(43.88 62.91 -13.05) | color: lab(43.88 62.91 -13.05) | |
| LCH | lch(43.88 64.25 348.28) | color: lch(43.88 64.25 348.28) |
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)
#7C7B6A — rgb(124, 123, 106)
Deuteranopia (Green-blind)
#859066 — rgb(133, 144, 102)
Tritanopia (Blue-blind)
#B45A57 — rgb(180, 90, 87)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(325, 63%, 45%);
text
color: hsl(325, 63%, 45%);
border
border: 2px solid hsl(325, 63%, 45%);
gradient light
background: linear-gradient(to right, hsl(325, 63%, 65%), hsl(325, 63%, 45%));
gradient dark
background: linear-gradient(to right, hsl(325, 63%, 45%), hsl(325, 63%, 25%))
hex
background-color: #BB2A7F;
tailwind
bg-[hsl(325,63%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(325, 63%, 45%, 0.4);
css variable
--color-primary: hsl(325, 63%, 45%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(325, 63%, 45%)?
HEX: #BB2A7F | RGB: rgb(187, 42, 127) | CMYK: 0%, 78%, 32%, 27% | HSV: 325°, 78%, 73%. Copy any format from the conversion table above.
What colors go well with #BB2A7F?
The complementary color is HSL(145, 63%, 45%). For a triadic harmony, use hues 325°, 85°, and 205°. For analogous combinations, try hues 295° and 355°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(325, 63%, 45%) in CSS?
As HSL: color: hsl(325, 63%, 45%); — As HEX: color: #BB2A7F; — As RGB: color: rgb(187, 42, 127); — Tailwind CSS: bg-[hsl(325,63%,45%)] — CSS variable: --color-primary: hsl(325, 63%, 45%);