HSL(321, 72%, 74%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(321,72%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(321, 72%, 74%) | color: hsl(321, 72%, 74%) | |
| HEX | #EC8DCB | color: #EC8DCB | |
| RGB | rgb(236, 141, 203) | color: rgb(236, 141, 203) | |
| CMYK | cmyk(0%, 40%, 14%, 7%) | — | |
| HSV | hsv(321, 40%, 93%) | — | |
| HWB | hwb(321 56% 7%) | color: hwb(321 56% 7%) | |
| OKLCH | oklch(0.7617 0.1374 341.33) | color: oklch(0.7617 0.1374 341.33) | |
| Lab | lab(70.31 44.35 -16.55) | color: lab(70.31 44.35 -16.55) | |
| LCH | lch(70.31 47.34 339.54) | color: lch(70.31 47.34 339.54) |
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)
#C3C2BC — rgb(195, 194, 188)
Deuteranopia (Green-blind)
#C8D0B8 — rgb(200, 208, 184)
Tritanopia (Blue-blind)
#E7B0AE — rgb(231, 176, 174)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(321, 72%, 74%);
text
color: hsl(321, 72%, 74%);
border
border: 2px solid hsl(321, 72%, 74%);
gradient light
background: linear-gradient(to right, hsl(321, 72%, 94%), hsl(321, 72%, 74%));
gradient dark
background: linear-gradient(to right, hsl(321, 72%, 74%), hsl(321, 72%, 54%))
hex
background-color: #EC8DCB;
tailwind
bg-[hsl(321,72%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(321, 72%, 74%, 0.4);
css variable
--color-primary: hsl(321, 72%, 74%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(321, 72%, 74%)?
HEX: #EC8DCB | RGB: rgb(236, 141, 203) | CMYK: 0%, 40%, 14%, 7% | HSV: 321°, 40%, 93%. Copy any format from the conversion table above.
What colors go well with #EC8DCB?
The complementary color is HSL(141, 72%, 74%). 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, 72%, 74%) in CSS?
As HSL: color: hsl(321, 72%, 74%); — As HEX: color: #EC8DCB; — As RGB: color: rgb(236, 141, 203); — Tailwind CSS: bg-[hsl(321,72%,74%)] — CSS variable: --color-primary: hsl(321, 72%, 74%);