HSL(323, 26%, 43%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(323,26%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(323, 26%, 43%) | color: hsl(323, 26%, 43%) | |
| HEX | #8A5174 | color: #8A5174 | |
| RGB | rgb(138, 81, 116) | color: rgb(138, 81, 116) | |
| CMYK | cmyk(0%, 41%, 16%, 46%) | — | |
| HSV | hsv(323, 41%, 54%) | — | |
| HWB | hwb(323 32% 46%) | color: hwb(323 32% 46%) | |
| OKLCH | oklch(0.5122 0.0894 343.17) | color: oklch(0.5122 0.0894 343.17) | |
| Lab | lab(42.08 29.02 -9.77) | color: lab(42.08 29.02 -9.77) | |
| LCH | lch(42.08 30.62 341.39) | color: lch(42.08 30.62 341.39) |
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)
#71716C — rgb(113, 113, 108)
Deuteranopia (Green-blind)
#75796A — rgb(117, 121, 106)
Tritanopia (Blue-blind)
#876563 — rgb(135, 101, 99)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(323, 26%, 43%);
text
color: hsl(323, 26%, 43%);
border
border: 2px solid hsl(323, 26%, 43%);
gradient light
background: linear-gradient(to right, hsl(323, 26%, 63%), hsl(323, 26%, 43%));
gradient dark
background: linear-gradient(to right, hsl(323, 26%, 43%), hsl(323, 26%, 23%))
hex
background-color: #8A5174;
tailwind
bg-[hsl(323,26%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(323, 26%, 43%, 0.4);
css variable
--color-primary: hsl(323, 26%, 43%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(323, 26%, 43%)?
HEX: #8A5174 | RGB: rgb(138, 81, 116) | CMYK: 0%, 41%, 16%, 46% | HSV: 323°, 41%, 54%. Copy any format from the conversion table above.
What colors go well with #8A5174?
The complementary color is HSL(143, 26%, 43%). For a triadic harmony, use hues 323°, 83°, and 203°. For analogous combinations, try hues 293° and 353°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(323, 26%, 43%) in CSS?
As HSL: color: hsl(323, 26%, 43%); — As HEX: color: #8A5174; — As RGB: color: rgb(138, 81, 116); — Tailwind CSS: bg-[hsl(323,26%,43%)] — CSS variable: --color-primary: hsl(323, 26%, 43%);