HSL(326, 70%, 42%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(326,70%,42%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(326, 70%, 42%) | color: hsl(326, 70%, 42%) | |
| HEX | #B62075 | color: #B62075 | |
| RGB | rgb(182, 32, 117) | color: rgb(182, 32, 117) | |
| CMYK | cmyk(0%, 82%, 36%, 29%) | — | |
| HSV | hsv(326, 82%, 71%) | — | |
| HWB | hwb(326 13% 29%) | color: hwb(326 13% 29%) | |
| OKLCH | oklch(0.5229 0.1962 352.17) | color: oklch(0.5229 0.1962 352.17) | |
| Lab | lab(41.63 63.24 -10.36) | color: lab(41.63 63.24 -10.36) | |
| LCH | lch(41.63 64.08 350.7) | color: lch(41.63 64.08 350.7) |
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)
#757460 — rgb(117, 116, 96)
Deuteranopia (Green-blind)
#7E895C — rgb(126, 137, 92)
Tritanopia (Blue-blind)
#AF504D — rgb(175, 80, 77)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(326, 70%, 42%);
text
color: hsl(326, 70%, 42%);
border
border: 2px solid hsl(326, 70%, 42%);
gradient light
background: linear-gradient(to right, hsl(326, 70%, 62%), hsl(326, 70%, 42%));
gradient dark
background: linear-gradient(to right, hsl(326, 70%, 42%), hsl(326, 70%, 22%))
hex
background-color: #B62075;
tailwind
bg-[hsl(326,70%,42%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(326, 70%, 42%, 0.4);
css variable
--color-primary: hsl(326, 70%, 42%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(326, 70%, 42%)?
HEX: #B62075 | RGB: rgb(182, 32, 117) | CMYK: 0%, 82%, 36%, 29% | HSV: 326°, 82%, 71%. Copy any format from the conversion table above.
What colors go well with #B62075?
The complementary color is HSL(146, 70%, 42%). For a triadic harmony, use hues 326°, 86°, and 206°. For analogous combinations, try hues 296° and 356°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(326, 70%, 42%) in CSS?
As HSL: color: hsl(326, 70%, 42%); — As HEX: color: #B62075; — As RGB: color: rgb(182, 32, 117); — Tailwind CSS: bg-[hsl(326,70%,42%)] — CSS variable: --color-primary: hsl(326, 70%, 42%);