HSL(321, 28%, 57%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(321,28%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(321, 28%, 57%) | color: hsl(321, 28%, 57%) | |
| HEX | #B0739B | color: #B0739B | |
| RGB | rgb(176, 115, 155) | color: rgb(176, 115, 155) | |
| CMYK | cmyk(0%, 35%, 12%, 31%) | — | |
| HSV | hsv(321, 35%, 69%) | — | |
| HWB | hwb(321 45% 31%) | color: hwb(321 45% 31%) | |
| OKLCH | oklch(0.6321 0.0932 340.56) | color: oklch(0.6321 0.0932 340.56) | |
| Lab | lab(55.95 30.13 -11.68) | color: lab(55.95 30.13 -11.68) | |
| LCH | lch(55.95 32.31 338.81) | color: lch(55.95 32.31 338.81) |
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)
#969591 — rgb(150, 149, 145)
Deuteranopia (Green-blind)
#999E8F — rgb(153, 158, 143)
Tritanopia (Blue-blind)
#AD8A88 — rgb(173, 138, 136)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(321, 28%, 57%);
text
color: hsl(321, 28%, 57%);
border
border: 2px solid hsl(321, 28%, 57%);
gradient light
background: linear-gradient(to right, hsl(321, 28%, 77%), hsl(321, 28%, 57%));
gradient dark
background: linear-gradient(to right, hsl(321, 28%, 57%), hsl(321, 28%, 37%))
hex
background-color: #B0739B;
tailwind
bg-[hsl(321,28%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(321, 28%, 57%, 0.4);
css variable
--color-primary: hsl(321, 28%, 57%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(321, 28%, 57%)?
HEX: #B0739B | RGB: rgb(176, 115, 155) | CMYK: 0%, 35%, 12%, 31% | HSV: 321°, 35%, 69%. Copy any format from the conversion table above.
What colors go well with #B0739B?
The complementary color is HSL(141, 28%, 57%). For a triadic harmony, use hues 321°, 81°, and 201°. For analogous combinations, try hues 291° and 351°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(321, 28%, 57%) in CSS?
As HSL: color: hsl(321, 28%, 57%); — As HEX: color: #B0739B; — As RGB: color: rgb(176, 115, 155); — Tailwind CSS: bg-[hsl(321,28%,57%)] — CSS variable: --color-primary: hsl(321, 28%, 57%);