HSL(323, 67%, 73%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(323,67%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(323, 67%, 73%) | color: hsl(323, 67%, 73%) | |
| HEX | #E88CC5 | color: #E88CC5 | |
| RGB | rgb(232, 140, 197) | color: rgb(232, 140, 197) | |
| CMYK | cmyk(0%, 40%, 15%, 9%) | — | |
| HSV | hsv(323, 40%, 91%) | — | |
| HWB | hwb(323 55% 9%) | color: hwb(323 55% 9%) | |
| OKLCH | oklch(0.7534 0.1313 342.89) | color: oklch(0.7534 0.1313 342.89) | |
| Lab | lab(69.43 42.62 -14.59) | color: lab(69.43 42.62 -14.59) | |
| LCH | lch(69.43 45.05 341.1) | color: lch(69.43 45.05 341.1) |
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)
#C0BFB7 — rgb(192, 191, 183)
Deuteranopia (Green-blind)
#C6CCB4 — rgb(198, 204, 180)
Tritanopia (Blue-blind)
#E3ACAA — rgb(227, 172, 170)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(323, 67%, 73%);
text
color: hsl(323, 67%, 73%);
border
border: 2px solid hsl(323, 67%, 73%);
gradient light
background: linear-gradient(to right, hsl(323, 67%, 93%), hsl(323, 67%, 73%));
gradient dark
background: linear-gradient(to right, hsl(323, 67%, 73%), hsl(323, 67%, 53%))
hex
background-color: #E88CC5;
tailwind
bg-[hsl(323,67%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(323, 67%, 73%, 0.4);
css variable
--color-primary: hsl(323, 67%, 73%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(323, 67%, 73%)?
HEX: #E88CC5 | RGB: rgb(232, 140, 197) | CMYK: 0%, 40%, 15%, 9% | HSV: 323°, 40%, 91%. Copy any format from the conversion table above.
What colors go well with #E88CC5?
The complementary color is HSL(143, 67%, 73%). For a triadic harmony, use hues 323°, 83°, and 203°. For analogous combinations, try hues 293° and 353°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(323, 67%, 73%) in CSS?
As HSL: color: hsl(323, 67%, 73%); — As HEX: color: #E88CC5; — As RGB: color: rgb(232, 140, 197); — Tailwind CSS: bg-[hsl(323,67%,73%)] — CSS variable: --color-primary: hsl(323, 67%, 73%);