HSL(328, 70%, 63%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(328,70%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(328, 70%, 63%) | color: hsl(328, 70%, 63%) | |
| HEX | #E35FA5 | color: #E35FA5 | |
| RGB | rgb(227, 95, 165) | color: rgb(227, 95, 165) | |
| CMYK | cmyk(0%, 58%, 27%, 11%) | — | |
| HSV | hsv(328, 58%, 89%) | — | |
| HWB | hwb(328 37% 11%) | color: hwb(328 37% 11%) | |
| OKLCH | oklch(0.6718 0.1797 350.06) | color: oklch(0.6718 0.1797 350.06) | |
| Lab | lab(59.19 58.43 -11.91) | color: lab(59.19 58.43 -11.91) | |
| LCH | lch(59.19 59.63 348.48) | color: lch(59.19 59.63 348.48) |
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)
#AAA994 — rgb(170, 169, 148)
Deuteranopia (Green-blind)
#B2BB90 — rgb(178, 187, 144)
Tritanopia (Blue-blind)
#DC8784 — rgb(220, 135, 132)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(328, 70%, 63%);
text
color: hsl(328, 70%, 63%);
border
border: 2px solid hsl(328, 70%, 63%);
gradient light
background: linear-gradient(to right, hsl(328, 70%, 83%), hsl(328, 70%, 63%));
gradient dark
background: linear-gradient(to right, hsl(328, 70%, 63%), hsl(328, 70%, 43%))
hex
background-color: #E35FA5;
tailwind
bg-[hsl(328,70%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(328, 70%, 63%, 0.4);
css variable
--color-primary: hsl(328, 70%, 63%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(328, 70%, 63%)?
HEX: #E35FA5 | RGB: rgb(227, 95, 165) | CMYK: 0%, 58%, 27%, 11% | HSV: 328°, 58%, 89%. Copy any format from the conversion table above.
What colors go well with #E35FA5?
The complementary color is HSL(148, 70%, 63%). 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, 70%, 63%) in CSS?
As HSL: color: hsl(328, 70%, 63%); — As HEX: color: #E35FA5; — As RGB: color: rgb(227, 95, 165); — Tailwind CSS: bg-[hsl(328,70%,63%)] — CSS variable: --color-primary: hsl(328, 70%, 63%);