HSL(339, 30%, 64%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(339,30%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(339, 30%, 64%) | color: hsl(339, 30%, 64%) | |
| HEX | #BF889B | color: #BF889B | |
| RGB | rgb(191, 136, 155) | color: rgb(191, 136, 155) | |
| CMYK | cmyk(0%, 29%, 19%, 25%) | — | |
| HSV | hsv(339, 29%, 75%) | — | |
| HWB | hwb(339 53% 25%) | color: hwb(339 53% 25%) | |
| OKLCH | oklch(0.6864 0.0715 356.7) | color: oklch(0.6864 0.0715 356.7) | |
| Lab | lab(62.55 23.87 -1.69) | color: lab(62.55 23.87 -1.69) | |
| LCH | lch(62.55 23.93 355.95) | color: lch(62.55 23.93 355.95) |
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)
#A7A796 — rgb(167, 167, 150)
Deuteranopia (Green-blind)
#AAAF95 — rgb(170, 175, 149)
Tritanopia (Blue-blind)
#BC9392 — rgb(188, 147, 146)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(339, 30%, 64%);
text
color: hsl(339, 30%, 64%);
border
border: 2px solid hsl(339, 30%, 64%);
gradient light
background: linear-gradient(to right, hsl(339, 30%, 84%), hsl(339, 30%, 64%));
gradient dark
background: linear-gradient(to right, hsl(339, 30%, 64%), hsl(339, 30%, 44%))
hex
background-color: #BF889B;
tailwind
bg-[hsl(339,30%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(339, 30%, 64%, 0.4);
css variable
--color-primary: hsl(339, 30%, 64%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(339, 30%, 64%)?
HEX: #BF889B | RGB: rgb(191, 136, 155) | CMYK: 0%, 29%, 19%, 25% | HSV: 339°, 29%, 75%. Copy any format from the conversion table above.
What colors go well with #BF889B?
The complementary color is HSL(159, 30%, 64%). 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, 30%, 64%) in CSS?
As HSL: color: hsl(339, 30%, 64%); — As HEX: color: #BF889B; — As RGB: color: rgb(191, 136, 155); — Tailwind CSS: bg-[hsl(339,30%,64%)] — CSS variable: --color-primary: hsl(339, 30%, 64%);