HSL(319, 55%, 45%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(319,55%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(319, 55%, 45%) | color: hsl(319, 55%, 45%) | |
| HEX | #B2348A | color: #B2348A | |
| RGB | rgb(178, 52, 138) | color: rgb(178, 52, 138) | |
| CMYK | cmyk(0%, 71%, 22%, 30%) | — | |
| HSV | hsv(319, 71%, 70%) | — | |
| HWB | hwb(319 20% 30%) | color: hwb(319 20% 30%) | |
| OKLCH | oklch(0.5406 0.1844 343.22) | color: oklch(0.5406 0.1844 343.22) | |
| Lab | lab(43.88 58.68 -19.9) | color: lab(43.88 58.68 -19.9) | |
| LCH | lch(43.88 61.96 341.27) | color: lch(43.88 61.96 341.27) |
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)
#7B7A75 — rgb(123, 122, 117)
Deuteranopia (Green-blind)
#838C70 — rgb(131, 140, 112)
Tritanopia (Blue-blind)
#AC6561 — rgb(172, 101, 97)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(319, 55%, 45%);
text
color: hsl(319, 55%, 45%);
border
border: 2px solid hsl(319, 55%, 45%);
gradient light
background: linear-gradient(to right, hsl(319, 55%, 65%), hsl(319, 55%, 45%));
gradient dark
background: linear-gradient(to right, hsl(319, 55%, 45%), hsl(319, 55%, 25%))
hex
background-color: #B2348A;
tailwind
bg-[hsl(319,55%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(319, 55%, 45%, 0.4);
css variable
--color-primary: hsl(319, 55%, 45%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(319, 55%, 45%)?
HEX: #B2348A | RGB: rgb(178, 52, 138) | CMYK: 0%, 71%, 22%, 30% | HSV: 319°, 71%, 70%. Copy any format from the conversion table above.
What colors go well with #B2348A?
The complementary color is HSL(139, 55%, 45%). For a triadic harmony, use hues 319°, 79°, and 199°. For analogous combinations, try hues 289° and 349°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(319, 55%, 45%) in CSS?
As HSL: color: hsl(319, 55%, 45%); — As HEX: color: #B2348A; — As RGB: color: rgb(178, 52, 138); — Tailwind CSS: bg-[hsl(319,55%,45%)] — CSS variable: --color-primary: hsl(319, 55%, 45%);