HSL(316, 26%, 43%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(316,26%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(316, 26%, 43%) | color: hsl(316, 26%, 43%) | |
| HEX | #8A517B | color: #8A517B | |
| RGB | rgb(138, 81, 123) | color: rgb(138, 81, 123) | |
| CMYK | cmyk(0%, 41%, 11%, 46%) | — | |
| HSV | hsv(316, 41%, 54%) | — | |
| HWB | hwb(316 32% 46%) | color: hwb(316 32% 46%) | |
| OKLCH | oklch(0.515 0.0951 337.35) | color: oklch(0.515 0.0951 337.35) | |
| Lab | lab(42.34 30.25 -13.66) | color: lab(42.34 30.25 -13.66) | |
| LCH | lch(42.34 33.19 335.7) | color: lch(42.34 33.19 335.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)
#717171 — rgb(113, 113, 113)
Deuteranopia (Green-blind)
#75796E — rgb(117, 121, 110)
Tritanopia (Blue-blind)
#876967 — rgb(135, 105, 103)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(316, 26%, 43%);
text
color: hsl(316, 26%, 43%);
border
border: 2px solid hsl(316, 26%, 43%);
gradient light
background: linear-gradient(to right, hsl(316, 26%, 63%), hsl(316, 26%, 43%));
gradient dark
background: linear-gradient(to right, hsl(316, 26%, 43%), hsl(316, 26%, 23%))
hex
background-color: #8A517B;
tailwind
bg-[hsl(316,26%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(316, 26%, 43%, 0.4);
css variable
--color-primary: hsl(316, 26%, 43%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(316, 26%, 43%)?
HEX: #8A517B | RGB: rgb(138, 81, 123) | CMYK: 0%, 41%, 11%, 46% | HSV: 316°, 41%, 54%. Copy any format from the conversion table above.
What colors go well with #8A517B?
The complementary color is HSL(136, 26%, 43%). 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, 26%, 43%) in CSS?
As HSL: color: hsl(316, 26%, 43%); — As HEX: color: #8A517B; — As RGB: color: rgb(138, 81, 123); — Tailwind CSS: bg-[hsl(316,26%,43%)] — CSS variable: --color-primary: hsl(316, 26%, 43%);