HSL(338, 69%, 72%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(338,69%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(338, 69%, 72%) | color: hsl(338, 69%, 72%) | |
| HEX | #E986AA | color: #E986AA | |
| RGB | rgb(233, 134, 170) | color: rgb(233, 134, 170) | |
| CMYK | cmyk(0%, 42%, 27%, 9%) | — | |
| HSV | hsv(338, 42%, 91%) | — | |
| HWB | hwb(338 53% 9%) | color: hwb(338 53% 9%) | |
| OKLCH | oklch(0.7362 0.1273 357.46) | color: oklch(0.7362 0.1273 357.46) | |
| Lab | lab(67.49 42.11 -2.36) | color: lab(67.49 42.11 -2.36) | |
| LCH | lch(67.49 42.18 356.79) | color: lch(67.49 42.18 356.79) |
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)
#BEBDA1 — rgb(190, 189, 161)
Deuteranopia (Green-blind)
#C4CB9F — rgb(196, 203, 159)
Tritanopia (Blue-blind)
#E49A99 — rgb(228, 154, 153)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(338, 69%, 72%);
text
color: hsl(338, 69%, 72%);
border
border: 2px solid hsl(338, 69%, 72%);
gradient light
background: linear-gradient(to right, hsl(338, 69%, 92%), hsl(338, 69%, 72%));
gradient dark
background: linear-gradient(to right, hsl(338, 69%, 72%), hsl(338, 69%, 52%))
hex
background-color: #E986AA;
tailwind
bg-[hsl(338,69%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(338, 69%, 72%, 0.4);
css variable
--color-primary: hsl(338, 69%, 72%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(338, 69%, 72%)?
HEX: #E986AA | RGB: rgb(233, 134, 170) | CMYK: 0%, 42%, 27%, 9% | HSV: 338°, 42%, 91%. Copy any format from the conversion table above.
What colors go well with #E986AA?
The complementary color is HSL(158, 69%, 72%). 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, 69%, 72%) in CSS?
As HSL: color: hsl(338, 69%, 72%); — As HEX: color: #E986AA; — As RGB: color: rgb(233, 134, 170); — Tailwind CSS: bg-[hsl(338,69%,72%)] — CSS variable: --color-primary: hsl(338, 69%, 72%);