HSL(332, 67%, 69%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(332,67%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(332, 67%, 69%) | color: hsl(332, 67%, 69%) | |
| HEX | #E57BAC | color: #E57BAC | |
| RGB | rgb(229, 123, 172) | color: rgb(229, 123, 172) | |
| CMYK | cmyk(0%, 46%, 25%, 10%) | — | |
| HSV | hsv(332, 46%, 90%) | — | |
| HWB | hwb(332 49% 10%) | color: hwb(332 49% 10%) | |
| OKLCH | oklch(0.7151 0.1418 352.18) | color: oklch(0.7151 0.1418 352.18) | |
| Lab | lab(64.81 46.64 -7.5) | color: lab(64.81 46.64 -7.5) | |
| LCH | lch(64.81 47.24 350.86) | color: lch(64.81 47.24 350.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)
#B7B6A0 — rgb(183, 182, 160)
Deuteranopia (Green-blind)
#BDC59D — rgb(189, 197, 157)
Tritanopia (Blue-blind)
#E09795 — rgb(224, 151, 149)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(332, 67%, 69%);
text
color: hsl(332, 67%, 69%);
border
border: 2px solid hsl(332, 67%, 69%);
gradient light
background: linear-gradient(to right, hsl(332, 67%, 89%), hsl(332, 67%, 69%));
gradient dark
background: linear-gradient(to right, hsl(332, 67%, 69%), hsl(332, 67%, 49%))
hex
background-color: #E57BAC;
tailwind
bg-[hsl(332,67%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(332, 67%, 69%, 0.4);
css variable
--color-primary: hsl(332, 67%, 69%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(332, 67%, 69%)?
HEX: #E57BAC | RGB: rgb(229, 123, 172) | CMYK: 0%, 46%, 25%, 10% | HSV: 332°, 46%, 90%. Copy any format from the conversion table above.
What colors go well with #E57BAC?
The complementary color is HSL(152, 67%, 69%). For a triadic harmony, use hues 332°, 92°, and 212°. For analogous combinations, try hues 302° and 2°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(332, 67%, 69%) in CSS?
As HSL: color: hsl(332, 67%, 69%); — As HEX: color: #E57BAC; — As RGB: color: rgb(229, 123, 172); — Tailwind CSS: bg-[hsl(332,67%,69%)] — CSS variable: --color-primary: hsl(332, 67%, 69%);