HSL(316, 60%, 46%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(316,60%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(316, 60%, 46%) | color: hsl(316, 60%, 46%) | |
| HEX | #BC2F96 | color: #BC2F96 | |
| RGB | rgb(188, 47, 150) | color: rgb(188, 47, 150) | |
| CMYK | cmyk(0%, 75%, 20%, 26%) | — | |
| HSV | hsv(316, 75%, 74%) | — | |
| HWB | hwb(316 19% 26%) | color: hwb(316 19% 26%) | |
| OKLCH | oklch(0.5576 0.2041 341.17) | color: oklch(0.5576 0.2041 341.17) | |
| Lab | lab(45.54 64.5 -24.47) | color: lab(45.54 64.5 -24.47) | |
| LCH | lch(45.54 68.99 339.22) | color: lch(45.54 68.99 339.22) |
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)
#7F7E7D — rgb(127, 126, 125)
Deuteranopia (Green-blind)
#879277 — rgb(135, 146, 119)
Tritanopia (Blue-blind)
#B56965 — rgb(181, 105, 101)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(316, 60%, 46%);
text
color: hsl(316, 60%, 46%);
border
border: 2px solid hsl(316, 60%, 46%);
gradient light
background: linear-gradient(to right, hsl(316, 60%, 66%), hsl(316, 60%, 46%));
gradient dark
background: linear-gradient(to right, hsl(316, 60%, 46%), hsl(316, 60%, 26%))
hex
background-color: #BC2F96;
tailwind
bg-[hsl(316,60%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(316, 60%, 46%, 0.4);
css variable
--color-primary: hsl(316, 60%, 46%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(316, 60%, 46%)?
HEX: #BC2F96 | RGB: rgb(188, 47, 150) | CMYK: 0%, 75%, 20%, 26% | HSV: 316°, 75%, 74%. Copy any format from the conversion table above.
What colors go well with #BC2F96?
The complementary color is HSL(136, 60%, 46%). For a triadic harmony, use hues 316°, 76°, and 196°. For analogous combinations, try hues 286° and 346°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(316, 60%, 46%) in CSS?
As HSL: color: hsl(316, 60%, 46%); — As HEX: color: #BC2F96; — As RGB: color: rgb(188, 47, 150); — Tailwind CSS: bg-[hsl(316,60%,46%)] — CSS variable: --color-primary: hsl(316, 60%, 46%);