HSL(328, 90%, 61%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(328,90%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(328, 90%, 61%) | color: hsl(328, 90%, 61%) | |
| HEX | #F542A2 | color: #F542A2 | |
| RGB | rgb(245, 66, 162) | color: rgb(245, 66, 162) | |
| CMYK | cmyk(0%, 73%, 34%, 4%) | — | |
| HSV | hsv(328, 73%, 96%) | — | |
| HWB | hwb(328 26% 4%) | color: hwb(328 26% 4%) | |
| OKLCH | oklch(0.6679 0.2291 352.43) | color: oklch(0.6679 0.2291 352.43) | |
| Lab | lab(57.96 74.12 -11.73) | color: lab(57.96 74.12 -11.73) | |
| LCH | lch(57.96 75.04 351.01) | color: lch(57.96 75.04 351.01) |
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)
#A7A68B — rgb(167, 166, 139)
Deuteranopia (Green-blind)
#B2BF85 — rgb(178, 191, 133)
Tritanopia (Blue-blind)
#EC7874 — rgb(236, 120, 116)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(328, 90%, 61%);
text
color: hsl(328, 90%, 61%);
border
border: 2px solid hsl(328, 90%, 61%);
gradient light
background: linear-gradient(to right, hsl(328, 90%, 81%), hsl(328, 90%, 61%));
gradient dark
background: linear-gradient(to right, hsl(328, 90%, 61%), hsl(328, 90%, 41%))
hex
background-color: #F542A2;
tailwind
bg-[hsl(328,90%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(328, 90%, 61%, 0.4);
css variable
--color-primary: hsl(328, 90%, 61%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(328, 90%, 61%)?
HEX: #F542A2 | RGB: rgb(245, 66, 162) | CMYK: 0%, 73%, 34%, 4% | HSV: 328°, 73%, 96%. Copy any format from the conversion table above.
What colors go well with #F542A2?
The complementary color is HSL(148, 90%, 61%). 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, 90%, 61%) in CSS?
As HSL: color: hsl(328, 90%, 61%); — As HEX: color: #F542A2; — As RGB: color: rgb(245, 66, 162); — Tailwind CSS: bg-[hsl(328,90%,61%)] — CSS variable: --color-primary: hsl(328, 90%, 61%);