HSL(320, 68%, 75%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(320,68%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(320, 68%, 75%) | color: hsl(320, 68%, 75%) | |
| HEX | #EB94CE | color: #EB94CE | |
| RGB | rgb(235, 148, 206) | color: rgb(235, 148, 206) | |
| CMYK | cmyk(0%, 37%, 12%, 8%) | — | |
| HSV | hsv(320, 37%, 92%) | — | |
| HWB | hwb(320 58% 8%) | color: hwb(320 58% 8%) | |
| OKLCH | oklch(0.7727 0.1268 340.33) | color: oklch(0.7727 0.1268 340.33) | |
| Lab | lab(71.76 40.87 -16.04) | color: lab(71.76 40.87 -16.04) | |
| LCH | lch(71.76 43.9 338.57) | color: lch(71.76 43.9 338.57) |
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)
#C5C5C0 — rgb(197, 197, 192)
Deuteranopia (Green-blind)
#CAD1BD — rgb(202, 209, 189)
Tritanopia (Blue-blind)
#E7B5B2 — rgb(231, 181, 178)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(320, 68%, 75%);
text
color: hsl(320, 68%, 75%);
border
border: 2px solid hsl(320, 68%, 75%);
gradient light
background: linear-gradient(to right, hsl(320, 68%, 95%), hsl(320, 68%, 75%));
gradient dark
background: linear-gradient(to right, hsl(320, 68%, 75%), hsl(320, 68%, 55%))
hex
background-color: #EB94CE;
tailwind
bg-[hsl(320,68%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(320, 68%, 75%, 0.4);
css variable
--color-primary: hsl(320, 68%, 75%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(320, 68%, 75%)?
HEX: #EB94CE | RGB: rgb(235, 148, 206) | CMYK: 0%, 37%, 12%, 8% | HSV: 320°, 37%, 92%. Copy any format from the conversion table above.
What colors go well with #EB94CE?
The complementary color is HSL(140, 68%, 75%). For a triadic harmony, use hues 320°, 80°, and 200°. For analogous combinations, try hues 290° and 350°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(320, 68%, 75%) in CSS?
As HSL: color: hsl(320, 68%, 75%); — As HEX: color: #EB94CE; — As RGB: color: rgb(235, 148, 206); — Tailwind CSS: bg-[hsl(320,68%,75%)] — CSS variable: --color-primary: hsl(320, 68%, 75%);