HSL(316, 30%, 60%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(316,30%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(316, 30%, 60%) | color: hsl(316, 30%, 60%) | |
| HEX | #B87AA7 | color: #B87AA7 | |
| RGB | rgb(184, 122, 167) | color: rgb(184, 122, 167) | |
| CMYK | cmyk(0%, 34%, 9%, 28%) | — | |
| HSV | hsv(316, 34%, 72%) | — | |
| HWB | hwb(316 48% 28%) | color: hwb(316 48% 28%) | |
| OKLCH | oklch(0.6578 0.0974 337.28) | color: oklch(0.6578 0.0974 337.28) | |
| Lab | lab(58.88 31.12 -14.09) | color: lab(58.88 31.12 -14.09) | |
| LCH | lch(58.88 34.16 335.64) | color: lch(58.88 34.16 335.64) |
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)
#9D9D9C — rgb(157, 157, 156)
Deuteranopia (Green-blind)
#A1A59A — rgb(161, 165, 154)
Tritanopia (Blue-blind)
#B59492 — rgb(181, 148, 146)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(316, 30%, 60%);
text
color: hsl(316, 30%, 60%);
border
border: 2px solid hsl(316, 30%, 60%);
gradient light
background: linear-gradient(to right, hsl(316, 30%, 80%), hsl(316, 30%, 60%));
gradient dark
background: linear-gradient(to right, hsl(316, 30%, 60%), hsl(316, 30%, 40%))
hex
background-color: #B87AA7;
tailwind
bg-[hsl(316,30%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(316, 30%, 60%, 0.4);
css variable
--color-primary: hsl(316, 30%, 60%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(316, 30%, 60%)?
HEX: #B87AA7 | RGB: rgb(184, 122, 167) | CMYK: 0%, 34%, 9%, 28% | HSV: 316°, 34%, 72%. Copy any format from the conversion table above.
What colors go well with #B87AA7?
The complementary color is HSL(136, 30%, 60%). 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, 30%, 60%) in CSS?
As HSL: color: hsl(316, 30%, 60%); — As HEX: color: #B87AA7; — As RGB: color: rgb(184, 122, 167); — Tailwind CSS: bg-[hsl(316,30%,60%)] — CSS variable: --color-primary: hsl(316, 30%, 60%);