HSL(319, 40%, 53%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(319,40%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(319, 40%, 53%) | color: hsl(319, 40%, 53%) | |
| HEX | #B75799 | color: #B75799 | |
| RGB | rgb(183, 87, 153) | color: rgb(183, 87, 153) | |
| CMYK | cmyk(0%, 52%, 16%, 28%) | — | |
| HSV | hsv(319, 52%, 72%) | — | |
| HWB | hwb(319 35% 28%) | color: hwb(319 35% 28%) | |
| OKLCH | oklch(0.5958 0.1471 340.82) | color: oklch(0.5958 0.1471 340.82) | |
| Lab | lab(50.9 47.01 -18.07) | color: lab(50.9 47.01 -18.07) | |
| LCH | lch(50.9 50.36 338.97) | color: lch(50.9 50.36 338.97) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#8D8D89 — rgb(141, 141, 137)
Deuteranopia (Green-blind)
#939A85 — rgb(147, 154, 133)
Tritanopia (Blue-blind)
#B27C7A — rgb(178, 124, 122)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(319, 40%, 53%);
text
color: hsl(319, 40%, 53%);
border
border: 2px solid hsl(319, 40%, 53%);
gradient light
background: linear-gradient(to right, hsl(319, 40%, 73%), hsl(319, 40%, 53%));
gradient dark
background: linear-gradient(to right, hsl(319, 40%, 53%), hsl(319, 40%, 33%))
hex
background-color: #B75799;
tailwind
bg-[hsl(319,40%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(319, 40%, 53%, 0.4);
css variable
--color-primary: hsl(319, 40%, 53%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(319, 40%, 53%)?
HEX: #B75799 | RGB: rgb(183, 87, 153) | CMYK: 0%, 52%, 16%, 28% | HSV: 319°, 52%, 72%. Copy any format from the conversion table above.
What colors go well with #B75799?
The complementary color is HSL(139, 40%, 53%). 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, 40%, 53%) in CSS?
As HSL: color: hsl(319, 40%, 53%); — As HEX: color: #B75799; — As RGB: color: rgb(183, 87, 153); — Tailwind CSS: bg-[hsl(319,40%,53%)] — CSS variable: --color-primary: hsl(319, 40%, 53%);