HSL(326, 92%, 77%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(326,92%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(326, 92%, 77%) | color: hsl(326, 92%, 77%) | |
| HEX | #FA8ECC | color: #FA8ECC | |
| RGB | rgb(250, 142, 204) | color: rgb(250, 142, 204) | |
| CMYK | cmyk(0%, 43%, 18%, 2%) | — | |
| HSV | hsv(326, 43%, 98%) | — | |
| HWB | hwb(326 56% 2%) | color: hwb(326 56% 2%) | |
| OKLCH | oklch(0.7801 0.1489 345.64) | color: oklch(0.7801 0.1489 345.64) | |
| Lab | lab(72.25 48.52 -14.02) | color: lab(72.25 48.52 -14.02) | |
| LCH | lch(72.25 50.5 343.88) | color: lch(72.25 50.5 343.88) |
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)
#CBCABD — rgb(203, 202, 189)
Deuteranopia (Green-blind)
#D2DAB9 — rgb(210, 218, 185)
Tritanopia (Blue-blind)
#F5B1AF — rgb(245, 177, 175)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(326, 92%, 77%);
text
color: hsl(326, 92%, 77%);
border
border: 2px solid hsl(326, 92%, 77%);
gradient light
background: linear-gradient(to right, hsl(326, 92%, 97%), hsl(326, 92%, 77%));
gradient dark
background: linear-gradient(to right, hsl(326, 92%, 77%), hsl(326, 92%, 57%))
hex
background-color: #FA8ECC;
tailwind
bg-[hsl(326,92%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(326, 92%, 77%, 0.4);
css variable
--color-primary: hsl(326, 92%, 77%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(326, 92%, 77%)?
HEX: #FA8ECC | RGB: rgb(250, 142, 204) | CMYK: 0%, 43%, 18%, 2% | HSV: 326°, 43%, 98%. Copy any format from the conversion table above.
What colors go well with #FA8ECC?
The complementary color is HSL(146, 92%, 77%). For a triadic harmony, use hues 326°, 86°, and 206°. For analogous combinations, try hues 296° and 356°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(326, 92%, 77%) in CSS?
As HSL: color: hsl(326, 92%, 77%); — As HEX: color: #FA8ECC; — As RGB: color: rgb(250, 142, 204); — Tailwind CSS: bg-[hsl(326,92%,77%)] — CSS variable: --color-primary: hsl(326, 92%, 77%);