HSL(330, 60%, 71%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
5000K
CSS Class
bg-[hsl(330,60%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(330, 60%, 71%) | color: hsl(330, 60%, 71%) | |
| HEX | #E189B5 | color: #E189B5 | |
| RGB | rgb(225, 137, 181) | color: rgb(225, 137, 181) | |
| CMYK | cmyk(0%, 39%, 20%, 12%) | — | |
| HSV | hsv(330, 39%, 88%) | — | |
| HWB | hwb(330 54% 12%) | color: hwb(330 54% 12%) | |
| OKLCH | oklch(0.7349 0.1196 349.09) | color: oklch(0.7349 0.1196 349.09) | |
| Lab | lab(67.46 39.38 -8.69) | color: lab(67.46 39.38 -8.69) | |
| LCH | lch(67.46 40.33 347.56) | color: lch(67.46 40.33 347.56) |
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)
#BBBAAA — rgb(187, 186, 170)
Deuteranopia (Green-blind)
#C0C7A8 — rgb(192, 199, 168)
Tritanopia (Blue-blind)
#DDA2A0 — rgb(221, 162, 160)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(330, 60%, 71%);
text
color: hsl(330, 60%, 71%);
border
border: 2px solid hsl(330, 60%, 71%);
gradient light
background: linear-gradient(to right, hsl(330, 60%, 91%), hsl(330, 60%, 71%));
gradient dark
background: linear-gradient(to right, hsl(330, 60%, 71%), hsl(330, 60%, 51%))
hex
background-color: #E189B5;
tailwind
bg-[hsl(330,60%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(330, 60%, 71%, 0.4);
css variable
--color-primary: hsl(330, 60%, 71%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(330, 60%, 71%)?
HEX: #E189B5 | RGB: rgb(225, 137, 181) | CMYK: 0%, 39%, 20%, 12% | HSV: 330°, 39%, 88%. Copy any format from the conversion table above.
What colors go well with #E189B5?
The complementary color is HSL(150, 60%, 71%). For a triadic harmony, use hues 330°, 90°, and 210°. For analogous combinations, try hues 300° and 0°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(330, 60%, 71%) in CSS?
As HSL: color: hsl(330, 60%, 71%); — As HEX: color: #E189B5; — As RGB: color: rgb(225, 137, 181); — Tailwind CSS: bg-[hsl(330,60%,71%)] — CSS variable: --color-primary: hsl(330, 60%, 71%);