HSL(328, 70%, 76%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(328,70%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(328, 70%, 76%) | color: hsl(328, 70%, 76%) | |
| HEX | #ED97C5 | color: #ED97C5 | |
| RGB | rgb(237, 151, 197) | color: rgb(237, 151, 197) | |
| CMYK | cmyk(0%, 36%, 17%, 7%) | — | |
| HSV | hsv(328, 36%, 93%) | — | |
| HWB | hwb(328 60% 7%) | color: hwb(328 60% 7%) | |
| OKLCH | oklch(0.7767 0.1173 346.87) | color: oklch(0.7767 0.1173 346.87) | |
| Lab | lab(72.34 38.55 -10.17) | color: lab(72.34 38.55 -10.17) | |
| LCH | lch(72.34 39.87 345.22) | color: lch(72.34 39.87 345.22) |
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)
#C8C7BA — rgb(200, 199, 186)
Deuteranopia (Green-blind)
#CDD3B7 — rgb(205, 211, 183)
Tritanopia (Blue-blind)
#E9B1AF — rgb(233, 177, 175)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(328, 70%, 76%);
text
color: hsl(328, 70%, 76%);
border
border: 2px solid hsl(328, 70%, 76%);
gradient light
background: linear-gradient(to right, hsl(328, 70%, 96%), hsl(328, 70%, 76%));
gradient dark
background: linear-gradient(to right, hsl(328, 70%, 76%), hsl(328, 70%, 56%))
hex
background-color: #ED97C5;
tailwind
bg-[hsl(328,70%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(328, 70%, 76%, 0.4);
css variable
--color-primary: hsl(328, 70%, 76%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(328, 70%, 76%)?
HEX: #ED97C5 | RGB: rgb(237, 151, 197) | CMYK: 0%, 36%, 17%, 7% | HSV: 328°, 36%, 93%. Copy any format from the conversion table above.
What colors go well with #ED97C5?
The complementary color is HSL(148, 70%, 76%). 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%, 76%) in CSS?
As HSL: color: hsl(328, 70%, 76%); — As HEX: color: #ED97C5; — As RGB: color: rgb(237, 151, 197); — Tailwind CSS: bg-[hsl(328,70%,76%)] — CSS variable: --color-primary: hsl(328, 70%, 76%);