HSL(342, 72%, 66%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(342,72%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(342, 72%, 66%) | color: hsl(342, 72%, 66%) | |
| HEX | #E76A8F | color: #E76A8F | |
| RGB | rgb(231, 106, 143) | color: rgb(231, 106, 143) | |
| CMYK | cmyk(0%, 54%, 38%, 9%) | — | |
| HSV | hsv(342, 54%, 91%) | — | |
| HWB | hwb(342 42% 9%) | color: hwb(342 42% 9%) | |
| OKLCH | oklch(0.6845 0.1586 3.6) | color: oklch(0.6845 0.1586 3.6) | |
| Lab | lab(61.03 52.01 3.6) | color: lab(61.03 52.01 3.6) | |
| LCH | lch(61.03 52.13 3.96) | color: lch(61.03 52.13 3.96) |
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)
#B1B086 — rgb(177, 176, 134)
Deuteranopia (Green-blind)
#B8C284 — rgb(184, 194, 132)
Tritanopia (Blue-blind)
#E17F7D — rgb(225, 127, 125)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(342, 72%, 66%);
text
color: hsl(342, 72%, 66%);
border
border: 2px solid hsl(342, 72%, 66%);
gradient light
background: linear-gradient(to right, hsl(342, 72%, 86%), hsl(342, 72%, 66%));
gradient dark
background: linear-gradient(to right, hsl(342, 72%, 66%), hsl(342, 72%, 46%))
hex
background-color: #E76A8F;
tailwind
bg-[hsl(342,72%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(342, 72%, 66%, 0.4);
css variable
--color-primary: hsl(342, 72%, 66%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(342, 72%, 66%)?
HEX: #E76A8F | RGB: rgb(231, 106, 143) | CMYK: 0%, 54%, 38%, 9% | HSV: 342°, 54%, 91%. Copy any format from the conversion table above.
What colors go well with #E76A8F?
The complementary color is HSL(162, 72%, 66%). For a triadic harmony, use hues 342°, 102°, and 222°. For analogous combinations, try hues 312° and 12°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(342, 72%, 66%) in CSS?
As HSL: color: hsl(342, 72%, 66%); — As HEX: color: #E76A8F; — As RGB: color: rgb(231, 106, 143); — Tailwind CSS: bg-[hsl(342,72%,66%)] — CSS variable: --color-primary: hsl(342, 72%, 66%);