HSL(316, 73%, 75%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(316,73%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(316, 73%, 75%) | color: hsl(316, 73%, 75%) | |
| HEX | #EE91D5 | color: #EE91D5 | |
| RGB | rgb(238, 145, 213) | color: rgb(238, 145, 213) | |
| CMYK | cmyk(0%, 39%, 11%, 7%) | — | |
| HSV | hsv(316, 39%, 93%) | — | |
| HWB | hwb(316 57% 7%) | color: hwb(316 57% 7%) | |
| OKLCH | oklch(0.7739 0.1398 337.55) | color: oklch(0.7739 0.1398 337.55) | |
| Lab | lab(71.71 44.54 -19.94) | color: lab(71.71 44.54 -19.94) | |
| LCH | lch(71.71 48.8 335.88) | color: lch(71.71 48.8 335.88) |
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)
#C6C5C5 — rgb(198, 197, 197)
Deuteranopia (Green-blind)
#CBD2C1 — rgb(203, 210, 193)
Tritanopia (Blue-blind)
#E9B8B5 — rgb(233, 184, 181)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(316, 73%, 75%);
text
color: hsl(316, 73%, 75%);
border
border: 2px solid hsl(316, 73%, 75%);
gradient light
background: linear-gradient(to right, hsl(316, 73%, 95%), hsl(316, 73%, 75%));
gradient dark
background: linear-gradient(to right, hsl(316, 73%, 75%), hsl(316, 73%, 55%))
hex
background-color: #EE91D5;
tailwind
bg-[hsl(316,73%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(316, 73%, 75%, 0.4);
css variable
--color-primary: hsl(316, 73%, 75%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(316, 73%, 75%)?
HEX: #EE91D5 | RGB: rgb(238, 145, 213) | CMYK: 0%, 39%, 11%, 7% | HSV: 316°, 39%, 93%. Copy any format from the conversion table above.
What colors go well with #EE91D5?
The complementary color is HSL(136, 73%, 75%). For a triadic harmony, use hues 316°, 76°, and 196°. For analogous combinations, try hues 286° and 346°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(316, 73%, 75%) in CSS?
As HSL: color: hsl(316, 73%, 75%); — As HEX: color: #EE91D5; — As RGB: color: rgb(238, 145, 213); — Tailwind CSS: bg-[hsl(316,73%,75%)] — CSS variable: --color-primary: hsl(316, 73%, 75%);