HSL(338, 72%, 66%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(338,72%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(338, 72%, 66%) | color: hsl(338, 72%, 66%) | |
| HEX | #E76A98 | color: #E76A98 | |
| RGB | rgb(231, 106, 152) | color: rgb(231, 106, 152) | |
| CMYK | cmyk(0%, 54%, 34%, 9%) | — | |
| HSV | hsv(338, 54%, 91%) | — | |
| HWB | hwb(338 42% 9%) | color: hwb(338 42% 9%) | |
| OKLCH | oklch(0.6872 0.1614 359.09) | color: oklch(0.6872 0.1614 359.09) | |
| Lab | lab(61.28 53.04 -1.24) | color: lab(61.28 53.04 -1.24) | |
| LCH | lch(61.28 53.05 358.66) | color: lch(61.28 53.05 358.66) |
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)
#B1B08D — rgb(177, 176, 141)
Deuteranopia (Green-blind)
#B8C28A — rgb(184, 194, 138)
Tritanopia (Blue-blind)
#E18482 — rgb(225, 132, 130)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(338, 72%, 66%);
text
color: hsl(338, 72%, 66%);
border
border: 2px solid hsl(338, 72%, 66%);
gradient light
background: linear-gradient(to right, hsl(338, 72%, 86%), hsl(338, 72%, 66%));
gradient dark
background: linear-gradient(to right, hsl(338, 72%, 66%), hsl(338, 72%, 46%))
hex
background-color: #E76A98;
tailwind
bg-[hsl(338,72%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(338, 72%, 66%, 0.4);
css variable
--color-primary: hsl(338, 72%, 66%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(338, 72%, 66%)?
HEX: #E76A98 | RGB: rgb(231, 106, 152) | CMYK: 0%, 54%, 34%, 9% | HSV: 338°, 54%, 91%. Copy any format from the conversion table above.
What colors go well with #E76A98?
The complementary color is HSL(158, 72%, 66%). For a triadic harmony, use hues 338°, 98°, and 218°. For analogous combinations, try hues 308° and 8°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(338, 72%, 66%) in CSS?
As HSL: color: hsl(338, 72%, 66%); — As HEX: color: #E76A98; — As RGB: color: rgb(231, 106, 152); — Tailwind CSS: bg-[hsl(338,72%,66%)] — CSS variable: --color-primary: hsl(338, 72%, 66%);