HSL(339, 29%, 60%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(339,29%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(339, 29%, 60%) | color: hsl(339, 29%, 60%) | |
| HEX | #B77B90 | color: #B77B90 | |
| RGB | rgb(183, 123, 144) | color: rgb(183, 123, 144) | |
| CMYK | cmyk(0%, 33%, 21%, 28%) | — | |
| HSV | hsv(339, 33%, 72%) | — | |
| HWB | hwb(339 48% 28%) | color: hwb(339 48% 28%) | |
| OKLCH | oklch(0.6505 0.0793 356.9) | color: oklch(0.6505 0.0793 356.9) | |
| Lab | lab(58.27 26.41 -1.77) | color: lab(58.27 26.41 -1.77) | |
| LCH | lch(58.27 26.47 356.17) | color: lch(58.27 26.47 356.17) |
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)
#9D9C8B — rgb(157, 156, 139)
Deuteranopia (Green-blind)
#A1A58A — rgb(161, 165, 138)
Tritanopia (Blue-blind)
#B48786 — rgb(180, 135, 134)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(339, 29%, 60%);
text
color: hsl(339, 29%, 60%);
border
border: 2px solid hsl(339, 29%, 60%);
gradient light
background: linear-gradient(to right, hsl(339, 29%, 80%), hsl(339, 29%, 60%));
gradient dark
background: linear-gradient(to right, hsl(339, 29%, 60%), hsl(339, 29%, 40%))
hex
background-color: #B77B90;
tailwind
bg-[hsl(339,29%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(339, 29%, 60%, 0.4);
css variable
--color-primary: hsl(339, 29%, 60%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(339, 29%, 60%)?
HEX: #B77B90 | RGB: rgb(183, 123, 144) | CMYK: 0%, 33%, 21%, 28% | HSV: 339°, 33%, 72%. Copy any format from the conversion table above.
What colors go well with #B77B90?
The complementary color is HSL(159, 29%, 60%). For a triadic harmony, use hues 339°, 99°, and 219°. For analogous combinations, try hues 309° and 9°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(339, 29%, 60%) in CSS?
As HSL: color: hsl(339, 29%, 60%); — As HEX: color: #B77B90; — As RGB: color: rgb(183, 123, 144); — Tailwind CSS: bg-[hsl(339,29%,60%)] — CSS variable: --color-primary: hsl(339, 29%, 60%);