HSL(332, 64%, 74%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(332,64%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(332, 64%, 74%) | color: hsl(332, 64%, 74%) | |
| HEX | #E792BA | color: #E792BA | |
| RGB | rgb(231, 146, 186) | color: rgb(231, 146, 186) | |
| CMYK | cmyk(0%, 37%, 19%, 9%) | — | |
| HSV | hsv(332, 37%, 91%) | — | |
| HWB | hwb(332 57% 9%) | color: hwb(332 57% 9%) | |
| OKLCH | oklch(0.7581 0.1133 350.44) | color: oklch(0.7581 0.1133 350.44) | |
| Lab | lab(70.24 37.46 -7.27) | color: lab(70.24 37.46 -7.27) | |
| LCH | lch(70.24 38.16 349.02) | color: lch(70.24 38.16 349.02) |
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)
#C2C1B0 — rgb(194, 193, 176)
Deuteranopia (Green-blind)
#C7CEAE — rgb(199, 206, 174)
Tritanopia (Blue-blind)
#E3A9A7 — rgb(227, 169, 167)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(332, 64%, 74%);
text
color: hsl(332, 64%, 74%);
border
border: 2px solid hsl(332, 64%, 74%);
gradient light
background: linear-gradient(to right, hsl(332, 64%, 94%), hsl(332, 64%, 74%));
gradient dark
background: linear-gradient(to right, hsl(332, 64%, 74%), hsl(332, 64%, 54%))
hex
background-color: #E792BA;
tailwind
bg-[hsl(332,64%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(332, 64%, 74%, 0.4);
css variable
--color-primary: hsl(332, 64%, 74%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(332, 64%, 74%)?
HEX: #E792BA | RGB: rgb(231, 146, 186) | CMYK: 0%, 37%, 19%, 9% | HSV: 332°, 37%, 91%. Copy any format from the conversion table above.
What colors go well with #E792BA?
The complementary color is HSL(152, 64%, 74%). 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, 64%, 74%) in CSS?
As HSL: color: hsl(332, 64%, 74%); — As HEX: color: #E792BA; — As RGB: color: rgb(231, 146, 186); — Tailwind CSS: bg-[hsl(332,64%,74%)] — CSS variable: --color-primary: hsl(332, 64%, 74%);