HSL(332, 38%, 57%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(332,38%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(332, 38%, 57%) | color: hsl(332, 38%, 57%) | |
| HEX | #BB688F | color: #BB688F | |
| RGB | rgb(187, 104, 143) | color: rgb(187, 104, 143) | |
| CMYK | cmyk(0%, 44%, 24%, 27%) | — | |
| HSV | hsv(332, 44%, 73%) | — | |
| HWB | hwb(332 41% 27%) | color: hwb(332 41% 27%) | |
| OKLCH | oklch(0.6228 0.1156 351.4) | color: oklch(0.6228 0.1156 351.4) | |
| Lab | lab(54.5 38.06 -6.7) | color: lab(54.5 38.06 -6.7) | |
| LCH | lch(54.5 38.65 350.02) | color: lch(54.5 38.65 350.02) |
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)
#979686 — rgb(151, 150, 134)
Deuteranopia (Green-blind)
#9CA283 — rgb(156, 162, 131)
Tritanopia (Blue-blind)
#B77E7C — rgb(183, 126, 124)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(332, 38%, 57%);
text
color: hsl(332, 38%, 57%);
border
border: 2px solid hsl(332, 38%, 57%);
gradient light
background: linear-gradient(to right, hsl(332, 38%, 77%), hsl(332, 38%, 57%));
gradient dark
background: linear-gradient(to right, hsl(332, 38%, 57%), hsl(332, 38%, 37%))
hex
background-color: #BB688F;
tailwind
bg-[hsl(332,38%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(332, 38%, 57%, 0.4);
css variable
--color-primary: hsl(332, 38%, 57%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(332, 38%, 57%)?
HEX: #BB688F | RGB: rgb(187, 104, 143) | CMYK: 0%, 44%, 24%, 27% | HSV: 332°, 44%, 73%. Copy any format from the conversion table above.
What colors go well with #BB688F?
The complementary color is HSL(152, 38%, 57%). For a triadic harmony, use hues 332°, 92°, and 212°. For analogous combinations, try hues 302° and 2°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(332, 38%, 57%) in CSS?
As HSL: color: hsl(332, 38%, 57%); — As HEX: color: #BB688F; — As RGB: color: rgb(187, 104, 143); — Tailwind CSS: bg-[hsl(332,38%,57%)] — CSS variable: --color-primary: hsl(332, 38%, 57%);