HSL(328, 100%, 26%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(328,100%,26%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(328, 100%, 26%) | color: hsl(328, 100%, 26%) | |
| HEX | #850047 | color: #850047 | |
| RGB | rgb(133, 0, 71) | color: rgb(133, 0, 71) | |
| CMYK | cmyk(0%, 100%, 47%, 48%) | — | |
| HSV | hsv(328, 100%, 52%) | — | |
| HWB | hwb(328 0% 48%) | color: hwb(328 0% 48%) | |
| OKLCH | oklch(0.4005 0.163 358.25) | color: oklch(0.4005 0.163 358.25) | |
| Lab | lab(27.96 52.77 -2.13) | color: lab(27.96 52.77 -2.13) | |
| LCH | lch(27.96 52.81 357.69) | color: lch(27.96 52.81 357.69) |
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)
#4B4A36 — rgb(75, 74, 54)
Deuteranopia (Green-blind)
#535D32 — rgb(83, 93, 50)
Tritanopia (Blue-blind)
#7E2825 — rgb(126, 40, 37)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(328, 100%, 26%);
text
color: hsl(328, 100%, 26%);
border
border: 2px solid hsl(328, 100%, 26%);
gradient light
background: linear-gradient(to right, hsl(328, 100%, 46%), hsl(328, 100%, 26%));
gradient dark
background: linear-gradient(to right, hsl(328, 100%, 26%), hsl(328, 100%, 6%))
hex
background-color: #850047;
tailwind
bg-[hsl(328,100%,26%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(328, 100%, 26%, 0.4);
css variable
--color-primary: hsl(328, 100%, 26%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(328, 100%, 26%)?
HEX: #850047 | RGB: rgb(133, 0, 71) | CMYK: 0%, 100%, 47%, 48% | HSV: 328°, 100%, 52%. Copy any format from the conversion table above.
What colors go well with #850047?
The complementary color is HSL(148, 100%, 26%). For a triadic harmony, use hues 328°, 88°, and 208°. For analogous combinations, try hues 298° and 358°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(328, 100%, 26%) in CSS?
As HSL: color: hsl(328, 100%, 26%); — As HEX: color: #850047; — As RGB: color: rgb(133, 0, 71); — Tailwind CSS: bg-[hsl(328,100%,26%)] — CSS variable: --color-primary: hsl(328, 100%, 26%);