HSL(316, 78%, 61%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(316,78%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(316, 78%, 61%) | color: hsl(316, 78%, 61%) | |
| HEX | #E94EC0 | color: #E94EC0 | |
| RGB | rgb(233, 78, 192) | color: rgb(233, 78, 192) | |
| CMYK | cmyk(0%, 67%, 18%, 9%) | — | |
| HSV | hsv(316, 67%, 91%) | — | |
| HWB | hwb(316 30% 9%) | color: hwb(316 30% 9%) | |
| OKLCH | oklch(0.6724 0.2235 340.04) | color: oklch(0.6724 0.2235 340.04) | |
| Lab | lab(58.59 70.63 -28.31) | color: lab(58.59 70.63 -28.31) | |
| LCH | lch(58.59 76.09 338.16) | color: lch(58.59 76.09 338.16) |
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)
#A6A4A4 — rgb(166, 164, 164)
Deuteranopia (Green-blind)
#AFBB9E — rgb(175, 187, 158)
Tritanopia (Blue-blind)
#E18F8A — rgb(225, 143, 138)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(316, 78%, 61%);
text
color: hsl(316, 78%, 61%);
border
border: 2px solid hsl(316, 78%, 61%);
gradient light
background: linear-gradient(to right, hsl(316, 78%, 81%), hsl(316, 78%, 61%));
gradient dark
background: linear-gradient(to right, hsl(316, 78%, 61%), hsl(316, 78%, 41%))
hex
background-color: #E94EC0;
tailwind
bg-[hsl(316,78%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(316, 78%, 61%, 0.4);
css variable
--color-primary: hsl(316, 78%, 61%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(316, 78%, 61%)?
HEX: #E94EC0 | RGB: rgb(233, 78, 192) | CMYK: 0%, 67%, 18%, 9% | HSV: 316°, 67%, 91%. Copy any format from the conversion table above.
What colors go well with #E94EC0?
The complementary color is HSL(136, 78%, 61%). 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, 78%, 61%) in CSS?
As HSL: color: hsl(316, 78%, 61%); — As HEX: color: #E94EC0; — As RGB: color: rgb(233, 78, 192); — Tailwind CSS: bg-[hsl(316,78%,61%)] — CSS variable: --color-primary: hsl(316, 78%, 61%);