HSL(336, 99%, 72%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(336,99%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(336, 99%, 72%) | color: hsl(336, 99%, 72%) | |
| HEX | #FE71A9 | color: #FE71A9 | |
| RGB | rgb(254, 113, 169) | color: rgb(254, 113, 169) | |
| CMYK | cmyk(0%, 56%, 33%, 0%) | — | |
| HSV | hsv(336, 56%, 100%) | — | |
| HWB | hwb(336 44% 0%) | color: hwb(336 44% 0%) | |
| OKLCH | oklch(0.7332 0.1801 357.6) | color: oklch(0.7332 0.1801 357.6) | |
| Lab | lab(66.33 59.1 -3.16) | color: lab(66.33 59.1 -3.16) | |
| LCH | lch(66.33 59.18 356.94) | color: lch(66.33 59.18 356.94) |
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)
#C1C09B — rgb(193, 192, 155)
Deuteranopia (Green-blind)
#C9D498 — rgb(201, 212, 152)
Tritanopia (Blue-blind)
#F7918E — rgb(247, 145, 142)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(336, 99%, 72%);
text
color: hsl(336, 99%, 72%);
border
border: 2px solid hsl(336, 99%, 72%);
gradient light
background: linear-gradient(to right, hsl(336, 99%, 92%), hsl(336, 99%, 72%));
gradient dark
background: linear-gradient(to right, hsl(336, 99%, 72%), hsl(336, 99%, 52%))
hex
background-color: #FE71A9;
tailwind
bg-[hsl(336,99%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(336, 99%, 72%, 0.4);
css variable
--color-primary: hsl(336, 99%, 72%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(336, 99%, 72%)?
HEX: #FE71A9 | RGB: rgb(254, 113, 169) | CMYK: 0%, 56%, 33%, 0% | HSV: 336°, 56%, 100%. Copy any format from the conversion table above.
What colors go well with #FE71A9?
The complementary color is HSL(156, 99%, 72%). For a triadic harmony, use hues 336°, 96°, and 216°. For analogous combinations, try hues 306° and 6°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(336, 99%, 72%) in CSS?
As HSL: color: hsl(336, 99%, 72%); — As HEX: color: #FE71A9; — As RGB: color: rgb(254, 113, 169); — Tailwind CSS: bg-[hsl(336,99%,72%)] — CSS variable: --color-primary: hsl(336, 99%, 72%);