HSL(316, 40%, 37%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(316,40%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(316, 40%, 37%) | color: hsl(316, 40%, 37%) | |
| HEX | #843970 | color: #843970 | |
| RGB | rgb(132, 57, 112) | color: rgb(132, 57, 112) | |
| CMYK | cmyk(0%, 57%, 15%, 48%) | — | |
| HSV | hsv(316, 57%, 52%) | — | |
| HWB | hwb(316 22% 48%) | color: hwb(316 22% 48%) | |
| OKLCH | oklch(0.4643 0.1241 338.88) | color: oklch(0.4643 0.1241 338.88) | |
| Lab | lab(35.99 39.36 -16.63) | color: lab(35.99 39.36 -16.63) | |
| LCH | lch(35.99 42.73 337.1) | color: lch(35.99 42.73 337.1) |
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)
#646363 — rgb(100, 99, 99)
Deuteranopia (Green-blind)
#686E60 — rgb(104, 110, 96)
Tritanopia (Blue-blind)
#805856 — rgb(128, 88, 86)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(316, 40%, 37%);
text
color: hsl(316, 40%, 37%);
border
border: 2px solid hsl(316, 40%, 37%);
gradient light
background: linear-gradient(to right, hsl(316, 40%, 57%), hsl(316, 40%, 37%));
gradient dark
background: linear-gradient(to right, hsl(316, 40%, 37%), hsl(316, 40%, 17%))
hex
background-color: #843970;
tailwind
bg-[hsl(316,40%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(316, 40%, 37%, 0.4);
css variable
--color-primary: hsl(316, 40%, 37%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(316, 40%, 37%)?
HEX: #843970 | RGB: rgb(132, 57, 112) | CMYK: 0%, 57%, 15%, 48% | HSV: 316°, 57%, 52%. Copy any format from the conversion table above.
What colors go well with #843970?
The complementary color is HSL(136, 40%, 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, 40%, 37%) in CSS?
As HSL: color: hsl(316, 40%, 37%); — As HEX: color: #843970; — As RGB: color: rgb(132, 57, 112); — Tailwind CSS: bg-[hsl(316,40%,37%)] — CSS variable: --color-primary: hsl(316, 40%, 37%);