HSL(319, 80%, 61%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(319,80%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(319, 80%, 61%) | color: hsl(319, 80%, 61%) | |
| HEX | #EB4CB9 | color: #EB4CB9 | |
| RGB | rgb(235, 76, 185) | color: rgb(235, 76, 185) | |
| CMYK | cmyk(0%, 68%, 21%, 8%) | — | |
| HSV | hsv(319, 68%, 92%) | — | |
| HWB | hwb(319 29% 8%) | color: hwb(319 29% 8%) | |
| OKLCH | oklch(0.6704 0.2229 342.81) | color: oklch(0.6704 0.2229 342.81) | |
| Lab | lab(58.36 70.93 -24.62) | color: lab(58.36 70.93 -24.62) | |
| LCH | lch(58.36 75.08 340.86) | color: lch(58.36 75.08 340.86) |
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)
#A6A59F — rgb(166, 165, 159)
Deuteranopia (Green-blind)
#AFBB98 — rgb(175, 187, 152)
Tritanopia (Blue-blind)
#E38A85 — rgb(227, 138, 133)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(319, 80%, 61%);
text
color: hsl(319, 80%, 61%);
border
border: 2px solid hsl(319, 80%, 61%);
gradient light
background: linear-gradient(to right, hsl(319, 80%, 81%), hsl(319, 80%, 61%));
gradient dark
background: linear-gradient(to right, hsl(319, 80%, 61%), hsl(319, 80%, 41%))
hex
background-color: #EB4CB9;
tailwind
bg-[hsl(319,80%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(319, 80%, 61%, 0.4);
css variable
--color-primary: hsl(319, 80%, 61%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(319, 80%, 61%)?
HEX: #EB4CB9 | RGB: rgb(235, 76, 185) | CMYK: 0%, 68%, 21%, 8% | HSV: 319°, 68%, 92%. Copy any format from the conversion table above.
What colors go well with #EB4CB9?
The complementary color is HSL(139, 80%, 61%). For a triadic harmony, use hues 319°, 79°, and 199°. For analogous combinations, try hues 289° and 349°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(319, 80%, 61%) in CSS?
As HSL: color: hsl(319, 80%, 61%); — As HEX: color: #EB4CB9; — As RGB: color: rgb(235, 76, 185); — Tailwind CSS: bg-[hsl(319,80%,61%)] — CSS variable: --color-primary: hsl(319, 80%, 61%);