HSL(343, 88%, 39%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(343,88%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(343, 88%, 39%) | color: hsl(343, 88%, 39%) | |
| HEX | #BB0C3E | color: #BB0C3E | |
| RGB | rgb(187, 12, 62) | color: rgb(187, 12, 62) | |
| CMYK | cmyk(0%, 94%, 67%, 27%) | — | |
| HSV | hsv(343, 94%, 73%) | — | |
| HWB | hwb(343 4% 27%) | color: hwb(343 4% 27%) | |
| OKLCH | oklch(0.5069 0.1977 15.36) | color: oklch(0.5069 0.1977 15.36) | |
| Lab | lab(39.88 63.77 22.05) | color: lab(39.88 63.77 22.05) | |
| LCH | lch(39.88 67.47 19.07) | color: lch(39.88 67.47 19.07) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#6F6E32 — rgb(111, 110, 50)
Deuteranopia (Green-blind)
#79872F — rgb(121, 135, 47)
Tritanopia (Blue-blind)
#B22826 — rgb(178, 40, 38)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(343, 88%, 39%);
text
color: hsl(343, 88%, 39%);
border
border: 2px solid hsl(343, 88%, 39%);
gradient light
background: linear-gradient(to right, hsl(343, 88%, 59%), hsl(343, 88%, 39%));
gradient dark
background: linear-gradient(to right, hsl(343, 88%, 39%), hsl(343, 88%, 19%))
hex
background-color: #BB0C3E;
tailwind
bg-[hsl(343,88%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(343, 88%, 39%, 0.4);
css variable
--color-primary: hsl(343, 88%, 39%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(343, 88%, 39%)?
HEX: #BB0C3E | RGB: rgb(187, 12, 62) | CMYK: 0%, 94%, 67%, 27% | HSV: 343°, 94%, 73%. Copy any format from the conversion table above.
What colors go well with #BB0C3E?
The complementary color is HSL(163, 88%, 39%). For a triadic harmony, use hues 343°, 103°, and 223°. For analogous combinations, try hues 313° and 13°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(343, 88%, 39%) in CSS?
As HSL: color: hsl(343, 88%, 39%); — As HEX: color: #BB0C3E; — As RGB: color: rgb(187, 12, 62); — Tailwind CSS: bg-[hsl(343,88%,39%)] — CSS variable: --color-primary: hsl(343, 88%, 39%);