HSL(316, 90%, 37%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(316,90%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(316, 90%, 37%) | color: hsl(316, 90%, 37%) | |
| HEX | #B30986 | color: #B30986 | |
| RGB | rgb(179, 9, 134) | color: rgb(179, 9, 134) | |
| CMYK | cmyk(0%, 95%, 25%, 30%) | — | |
| HSV | hsv(316, 95%, 70%) | — | |
| HWB | hwb(316 4% 30%) | color: hwb(316 4% 30%) | |
| OKLCH | oklch(0.5153 0.2163 343.59) | color: oklch(0.5153 0.2163 343.59) | |
| Lab | lab(40.42 68.37 -22.8) | color: lab(40.42 68.37 -22.8) | |
| LCH | lch(40.42 72.07 341.56) | color: lch(40.42 72.07 341.56) |
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)
#696868 — rgb(105, 104, 104)
Deuteranopia (Green-blind)
#738061 — rgb(115, 128, 97)
Tritanopia (Blue-blind)
#AB504B — rgb(171, 80, 75)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(316, 90%, 37%);
text
color: hsl(316, 90%, 37%);
border
border: 2px solid hsl(316, 90%, 37%);
gradient light
background: linear-gradient(to right, hsl(316, 90%, 57%), hsl(316, 90%, 37%));
gradient dark
background: linear-gradient(to right, hsl(316, 90%, 37%), hsl(316, 90%, 17%))
hex
background-color: #B30986;
tailwind
bg-[hsl(316,90%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(316, 90%, 37%, 0.4);
css variable
--color-primary: hsl(316, 90%, 37%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(316, 90%, 37%)?
HEX: #B30986 | RGB: rgb(179, 9, 134) | CMYK: 0%, 95%, 25%, 30% | HSV: 316°, 95%, 70%. Copy any format from the conversion table above.
What colors go well with #B30986?
The complementary color is HSL(136, 90%, 37%). 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, 90%, 37%) in CSS?
As HSL: color: hsl(316, 90%, 37%); — As HEX: color: #B30986; — As RGB: color: rgb(179, 9, 134); — Tailwind CSS: bg-[hsl(316,90%,37%)] — CSS variable: --color-primary: hsl(316, 90%, 37%);