HSL(333, 73%, 60%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(333,73%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(333, 73%, 60%) | color: hsl(333, 73%, 60%) | |
| HEX | #E34F92 | color: #E34F92 | |
| RGB | rgb(227, 79, 146) | color: rgb(227, 79, 146) | |
| CMYK | cmyk(0%, 65%, 36%, 11%) | — | |
| HSV | hsv(333, 65%, 89%) | — | |
| HWB | hwb(333 31% 11%) | color: hwb(333 31% 11%) | |
| OKLCH | oklch(0.6468 0.1929 355.96) | color: oklch(0.6468 0.1929 355.96) | |
| Lab | lab(56.09 62.91 -5.46) | color: lab(56.09 62.91 -5.46) | |
| LCH | lch(56.09 63.15 355.04) | color: lch(56.09 63.15 355.04) |
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)
#A3A282 — rgb(163, 162, 130)
Deuteranopia (Green-blind)
#ACB77E — rgb(172, 183, 126)
Tritanopia (Blue-blind)
#DC7572 — rgb(220, 117, 114)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(333, 73%, 60%);
text
color: hsl(333, 73%, 60%);
border
border: 2px solid hsl(333, 73%, 60%);
gradient light
background: linear-gradient(to right, hsl(333, 73%, 80%), hsl(333, 73%, 60%));
gradient dark
background: linear-gradient(to right, hsl(333, 73%, 60%), hsl(333, 73%, 40%))
hex
background-color: #E34F92;
tailwind
bg-[hsl(333,73%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(333, 73%, 60%, 0.4);
css variable
--color-primary: hsl(333, 73%, 60%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(333, 73%, 60%)?
HEX: #E34F92 | RGB: rgb(227, 79, 146) | CMYK: 0%, 65%, 36%, 11% | HSV: 333°, 65%, 89%. Copy any format from the conversion table above.
What colors go well with #E34F92?
The complementary color is HSL(153, 73%, 60%). For a triadic harmony, use hues 333°, 93°, and 213°. For analogous combinations, try hues 303° and 3°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(333, 73%, 60%) in CSS?
As HSL: color: hsl(333, 73%, 60%); — As HEX: color: #E34F92; — As RGB: color: rgb(227, 79, 146); — Tailwind CSS: bg-[hsl(333,73%,60%)] — CSS variable: --color-primary: hsl(333, 73%, 60%);