HSL(320, 70%, 28%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(320,70%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(320, 70%, 28%) | color: hsl(320, 70%, 28%) | |
| HEX | #791558 | color: #791558 | |
| RGB | rgb(121, 21, 88) | color: rgb(121, 21, 88) | |
| CMYK | cmyk(0%, 83%, 27%, 53%) | — | |
| HSV | hsv(320, 83%, 47%) | — | |
| HWB | hwb(320 8% 53%) | color: hwb(320 8% 53%) | |
| OKLCH | oklch(0.3956 0.1491 345.25) | color: oklch(0.3956 0.1491 345.25) | |
| Lab | lab(27.59 47.48 -14.27) | color: lab(27.59 47.48 -14.27) | |
| LCH | lch(27.59 49.58 343.27) | color: lch(27.59 49.58 343.27) |
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)
#4E4D48 — rgb(78, 77, 72)
Deuteranopia (Green-blind)
#545B44 — rgb(84, 91, 68)
Tritanopia (Blue-blind)
#743B38 — rgb(116, 59, 56)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(320, 70%, 28%);
text
color: hsl(320, 70%, 28%);
border
border: 2px solid hsl(320, 70%, 28%);
gradient light
background: linear-gradient(to right, hsl(320, 70%, 48%), hsl(320, 70%, 28%));
gradient dark
background: linear-gradient(to right, hsl(320, 70%, 28%), hsl(320, 70%, 8%))
hex
background-color: #791558;
tailwind
bg-[hsl(320,70%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(320, 70%, 28%, 0.4);
css variable
--color-primary: hsl(320, 70%, 28%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(320, 70%, 28%)?
HEX: #791558 | RGB: rgb(121, 21, 88) | CMYK: 0%, 83%, 27%, 53% | HSV: 320°, 83%, 47%. Copy any format from the conversion table above.
What colors go well with #791558?
The complementary color is HSL(140, 70%, 28%). For a triadic harmony, use hues 320°, 80°, and 200°. For analogous combinations, try hues 290° and 350°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(320, 70%, 28%) in CSS?
As HSL: color: hsl(320, 70%, 28%); — As HEX: color: #791558; — As RGB: color: rgb(121, 21, 88); — Tailwind CSS: bg-[hsl(320,70%,28%)] — CSS variable: --color-primary: hsl(320, 70%, 28%);