HSL(325, 92%, 77%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(325,92%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(325, 92%, 77%) | color: hsl(325, 92%, 77%) | |
| HEX | #FA8ECD | color: #FA8ECD | |
| RGB | rgb(250, 142, 205) | color: rgb(250, 142, 205) | |
| CMYK | cmyk(0%, 43%, 18%, 2%) | — | |
| HSV | hsv(325, 43%, 98%) | — | |
| HWB | hwb(325 56% 2%) | color: hwb(325 56% 2%) | |
| OKLCH | oklch(0.7804 0.1495 345.15) | color: oklch(0.7804 0.1495 345.15) | |
| Lab | lab(72.28 48.67 -14.52) | color: lab(72.28 48.67 -14.52) | |
| LCH | lch(72.28 50.79 343.39) | color: lch(72.28 50.79 343.39) |
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)
#CBCABE — rgb(203, 202, 190)
Deuteranopia (Green-blind)
#D2DABA — rgb(210, 218, 186)
Tritanopia (Blue-blind)
#F5B2AF — rgb(245, 178, 175)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(325, 92%, 77%);
text
color: hsl(325, 92%, 77%);
border
border: 2px solid hsl(325, 92%, 77%);
gradient light
background: linear-gradient(to right, hsl(325, 92%, 97%), hsl(325, 92%, 77%));
gradient dark
background: linear-gradient(to right, hsl(325, 92%, 77%), hsl(325, 92%, 57%))
hex
background-color: #FA8ECD;
tailwind
bg-[hsl(325,92%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(325, 92%, 77%, 0.4);
css variable
--color-primary: hsl(325, 92%, 77%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(325, 92%, 77%)?
HEX: #FA8ECD | RGB: rgb(250, 142, 205) | CMYK: 0%, 43%, 18%, 2% | HSV: 325°, 43%, 98%. Copy any format from the conversion table above.
What colors go well with #FA8ECD?
The complementary color is HSL(145, 92%, 77%). For a triadic harmony, use hues 325°, 85°, and 205°. For analogous combinations, try hues 295° and 355°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(325, 92%, 77%) in CSS?
As HSL: color: hsl(325, 92%, 77%); — As HEX: color: #FA8ECD; — As RGB: color: rgb(250, 142, 205); — Tailwind CSS: bg-[hsl(325,92%,77%)] — CSS variable: --color-primary: hsl(325, 92%, 77%);