HSL(321, 74%, 58%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(321,74%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(321, 74%, 58%) | color: hsl(321, 74%, 58%) | |
| HEX | #E345AC | color: #E345AC | |
| RGB | rgb(227, 69, 172) | color: rgb(227, 69, 172) | |
| CMYK | cmyk(0%, 70%, 24%, 11%) | — | |
| HSV | hsv(321, 70%, 89%) | — | |
| HWB | hwb(321 27% 11%) | color: hwb(321 27% 11%) | |
| OKLCH | oklch(0.6465 0.2182 344.92) | color: oklch(0.6465 0.2182 344.92) | |
| Lab | lab(55.65 69.72 -21.35) | color: lab(55.65 69.72 -21.35) | |
| LCH | lch(55.65 72.92 342.97) | color: lch(55.65 72.92 342.97) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#9F9D93 — rgb(159, 157, 147)
Deuteranopia (Green-blind)
#A8B48D — rgb(168, 180, 141)
Tritanopia (Blue-blind)
#DB7F7B — rgb(219, 127, 123)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(321, 74%, 58%);
text
color: hsl(321, 74%, 58%);
border
border: 2px solid hsl(321, 74%, 58%);
gradient light
background: linear-gradient(to right, hsl(321, 74%, 78%), hsl(321, 74%, 58%));
gradient dark
background: linear-gradient(to right, hsl(321, 74%, 58%), hsl(321, 74%, 38%))
hex
background-color: #E345AC;
tailwind
bg-[hsl(321,74%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(321, 74%, 58%, 0.4);
css variable
--color-primary: hsl(321, 74%, 58%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(321, 74%, 58%)?
HEX: #E345AC | RGB: rgb(227, 69, 172) | CMYK: 0%, 70%, 24%, 11% | HSV: 321°, 70%, 89%. Copy any format from the conversion table above.
What colors go well with #E345AC?
The complementary color is HSL(141, 74%, 58%). For a triadic harmony, use hues 321°, 81°, and 201°. For analogous combinations, try hues 291° and 351°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(321, 74%, 58%) in CSS?
As HSL: color: hsl(321, 74%, 58%); — As HEX: color: #E345AC; — As RGB: color: rgb(227, 69, 172); — Tailwind CSS: bg-[hsl(321,74%,58%)] — CSS variable: --color-primary: hsl(321, 74%, 58%);