HSL(342, 35%, 59%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(342,35%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(342, 35%, 59%) | color: hsl(342, 35%, 59%) | |
| HEX | #BB7288 | color: #BB7288 | |
| RGB | rgb(187, 114, 136) | color: rgb(187, 114, 136) | |
| CMYK | cmyk(0%, 39%, 27%, 27%) | — | |
| HSV | hsv(342, 39%, 73%) | — | |
| HWB | hwb(342 45% 27%) | color: hwb(342 45% 27%) | |
| OKLCH | oklch(0.637 0.0956 0.71) | color: oklch(0.637 0.0956 0.71) | |
| Lab | lab(56.47 31.66 0.29) | color: lab(56.47 31.66 0.29) | |
| LCH | lch(56.47 31.66 0.52) | color: lch(56.47 31.66 0.52) |
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)
#9B9B83 — rgb(155, 155, 131)
Deuteranopia (Green-blind)
#A0A581 — rgb(160, 165, 129)
Tritanopia (Blue-blind)
#B77E7E — rgb(183, 126, 126)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(342, 35%, 59%);
text
color: hsl(342, 35%, 59%);
border
border: 2px solid hsl(342, 35%, 59%);
gradient light
background: linear-gradient(to right, hsl(342, 35%, 79%), hsl(342, 35%, 59%));
gradient dark
background: linear-gradient(to right, hsl(342, 35%, 59%), hsl(342, 35%, 39%))
hex
background-color: #BB7288;
tailwind
bg-[hsl(342,35%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(342, 35%, 59%, 0.4);
css variable
--color-primary: hsl(342, 35%, 59%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(342, 35%, 59%)?
HEX: #BB7288 | RGB: rgb(187, 114, 136) | CMYK: 0%, 39%, 27%, 27% | HSV: 342°, 39%, 73%. Copy any format from the conversion table above.
What colors go well with #BB7288?
The complementary color is HSL(162, 35%, 59%). For a triadic harmony, use hues 342°, 102°, and 222°. For analogous combinations, try hues 312° and 12°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(342, 35%, 59%) in CSS?
As HSL: color: hsl(342, 35%, 59%); — As HEX: color: #BB7288; — As RGB: color: rgb(187, 114, 136); — Tailwind CSS: bg-[hsl(342,35%,59%)] — CSS variable: --color-primary: hsl(342, 35%, 59%);