HSL(326, 34%, 41%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(326,34%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(326, 34%, 41%) | color: hsl(326, 34%, 41%) | |
| HEX | #8C456D | color: #8C456D | |
| RGB | rgb(140, 69, 109) | color: rgb(140, 69, 109) | |
| CMYK | cmyk(0%, 51%, 22%, 45%) | — | |
| HSV | hsv(326, 51%, 55%) | — | |
| HWB | hwb(326 27% 45%) | color: hwb(326 27% 45%) | |
| OKLCH | oklch(0.4923 0.1083 346.9) | color: oklch(0.4923 0.1083 346.9) | |
| Lab | lab(39.47 35.25 -9.34) | color: lab(39.47 35.25 -9.34) | |
| LCH | lch(39.47 36.47 345.16) | color: lch(39.47 36.47 345.16) |
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)
#6D6D63 — rgb(109, 109, 99)
Deuteranopia (Green-blind)
#717761 — rgb(113, 119, 97)
Tritanopia (Blue-blind)
#885C5A — rgb(136, 92, 90)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(326, 34%, 41%);
text
color: hsl(326, 34%, 41%);
border
border: 2px solid hsl(326, 34%, 41%);
gradient light
background: linear-gradient(to right, hsl(326, 34%, 61%), hsl(326, 34%, 41%));
gradient dark
background: linear-gradient(to right, hsl(326, 34%, 41%), hsl(326, 34%, 21%))
hex
background-color: #8C456D;
tailwind
bg-[hsl(326,34%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(326, 34%, 41%, 0.4);
css variable
--color-primary: hsl(326, 34%, 41%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(326, 34%, 41%)?
HEX: #8C456D | RGB: rgb(140, 69, 109) | CMYK: 0%, 51%, 22%, 45% | HSV: 326°, 51%, 55%. Copy any format from the conversion table above.
What colors go well with #8C456D?
The complementary color is HSL(146, 34%, 41%). For a triadic harmony, use hues 326°, 86°, and 206°. For analogous combinations, try hues 296° and 356°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(326, 34%, 41%) in CSS?
As HSL: color: hsl(326, 34%, 41%); — As HEX: color: #8C456D; — As RGB: color: rgb(140, 69, 109); — Tailwind CSS: bg-[hsl(326,34%,41%)] — CSS variable: --color-primary: hsl(326, 34%, 41%);