HSL(331, 70%, 42%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(331,70%,42%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(331, 70%, 42%) | color: hsl(331, 70%, 42%) | |
| HEX | #B62069 | color: #B62069 | |
| RGB | rgb(182, 32, 105) | color: rgb(182, 32, 105) | |
| CMYK | cmyk(0%, 82%, 42%, 29%) | — | |
| HSV | hsv(331, 82%, 71%) | — | |
| HWB | hwb(331 13% 29%) | color: hwb(331 13% 29%) | |
| OKLCH | oklch(0.5185 0.1912 357.49) | color: oklch(0.5185 0.1912 357.49) | |
| Lab | lab(41.22 62.03 -3.48) | color: lab(41.22 62.03 -3.48) | |
| LCH | lch(41.22 62.13 356.79) | color: lch(41.22 62.13 356.79) |
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)
#757457 — rgb(117, 116, 87)
Deuteranopia (Green-blind)
#7E8953 — rgb(126, 137, 83)
Tritanopia (Blue-blind)
#AF4946 — rgb(175, 73, 70)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(331, 70%, 42%);
text
color: hsl(331, 70%, 42%);
border
border: 2px solid hsl(331, 70%, 42%);
gradient light
background: linear-gradient(to right, hsl(331, 70%, 62%), hsl(331, 70%, 42%));
gradient dark
background: linear-gradient(to right, hsl(331, 70%, 42%), hsl(331, 70%, 22%))
hex
background-color: #B62069;
tailwind
bg-[hsl(331,70%,42%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(331, 70%, 42%, 0.4);
css variable
--color-primary: hsl(331, 70%, 42%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(331, 70%, 42%)?
HEX: #B62069 | RGB: rgb(182, 32, 105) | CMYK: 0%, 82%, 42%, 29% | HSV: 331°, 82%, 71%. Copy any format from the conversion table above.
What colors go well with #B62069?
The complementary color is HSL(151, 70%, 42%). For a triadic harmony, use hues 331°, 91°, and 211°. For analogous combinations, try hues 301° and 1°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(331, 70%, 42%) in CSS?
As HSL: color: hsl(331, 70%, 42%); — As HEX: color: #B62069; — As RGB: color: rgb(182, 32, 105); — Tailwind CSS: bg-[hsl(331,70%,42%)] — CSS variable: --color-primary: hsl(331, 70%, 42%);