HSL(316, 72%, 56%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(316,72%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(316, 72%, 56%) | color: hsl(316, 72%, 56%) | |
| HEX | #E03EB4 | color: #E03EB4 | |
| RGB | rgb(224, 62, 180) | color: rgb(224, 62, 180) | |
| CMYK | cmyk(0%, 72%, 20%, 12%) | — | |
| HSV | hsv(316, 72%, 88%) | — | |
| HWB | hwb(316 25% 12%) | color: hwb(316 25% 12%) | |
| OKLCH | oklch(0.6394 0.2289 341.06) | color: oklch(0.6394 0.2289 341.06) | |
| Lab | lab(54.65 72.35 -27.59) | color: lab(54.65 72.35 -27.59) | |
| LCH | lch(54.65 77.43 339.13) | color: lch(54.65 77.43 339.13) |
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)
#9A9897 — rgb(154, 152, 151)
Deuteranopia (Green-blind)
#A3AF91 — rgb(163, 175, 145)
Tritanopia (Blue-blind)
#D8817C — rgb(216, 129, 124)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(316, 72%, 56%);
text
color: hsl(316, 72%, 56%);
border
border: 2px solid hsl(316, 72%, 56%);
gradient light
background: linear-gradient(to right, hsl(316, 72%, 76%), hsl(316, 72%, 56%));
gradient dark
background: linear-gradient(to right, hsl(316, 72%, 56%), hsl(316, 72%, 36%))
hex
background-color: #E03EB4;
tailwind
bg-[hsl(316,72%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(316, 72%, 56%, 0.4);
css variable
--color-primary: hsl(316, 72%, 56%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(316, 72%, 56%)?
HEX: #E03EB4 | RGB: rgb(224, 62, 180) | CMYK: 0%, 72%, 20%, 12% | HSV: 316°, 72%, 88%. Copy any format from the conversion table above.
What colors go well with #E03EB4?
The complementary color is HSL(136, 72%, 56%). 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, 72%, 56%) in CSS?
As HSL: color: hsl(316, 72%, 56%); — As HEX: color: #E03EB4; — As RGB: color: rgb(224, 62, 180); — Tailwind CSS: bg-[hsl(316,72%,56%)] — CSS variable: --color-primary: hsl(316, 72%, 56%);