HSL(328, 90%, 79%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(328,90%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(328, 90%, 79%) | color: hsl(328, 90%, 79%) | |
| HEX | #FA99CD | color: #FA99CD | |
| RGB | rgb(250, 153, 205) | color: rgb(250, 153, 205) | |
| CMYK | cmyk(0%, 39%, 18%, 2%) | — | |
| HSV | hsv(328, 39%, 98%) | — | |
| HWB | hwb(328 60% 2%) | color: hwb(328 60% 2%) | |
| OKLCH | oklch(0.7973 0.1313 347.12) | color: oklch(0.7973 0.1313 347.12) | |
| Lab | lab(74.52 43.08 -11.17) | color: lab(74.52 43.08 -11.17) | |
| LCH | lch(74.52 44.5 345.46) | color: lch(74.52 44.5 345.46) |
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)
#D0CFC0 — rgb(208, 207, 192)
Deuteranopia (Green-blind)
#D6DDBD — rgb(214, 221, 189)
Tritanopia (Blue-blind)
#F5B6B4 — rgb(245, 182, 180)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(328, 90%, 79%);
text
color: hsl(328, 90%, 79%);
border
border: 2px solid hsl(328, 90%, 79%);
gradient light
background: linear-gradient(to right, hsl(328, 90%, 99%), hsl(328, 90%, 79%));
gradient dark
background: linear-gradient(to right, hsl(328, 90%, 79%), hsl(328, 90%, 59%))
hex
background-color: #FA99CD;
tailwind
bg-[hsl(328,90%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(328, 90%, 79%, 0.4);
css variable
--color-primary: hsl(328, 90%, 79%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(328, 90%, 79%)?
HEX: #FA99CD | RGB: rgb(250, 153, 205) | CMYK: 0%, 39%, 18%, 2% | HSV: 328°, 39%, 98%. Copy any format from the conversion table above.
What colors go well with #FA99CD?
The complementary color is HSL(148, 90%, 79%). For a triadic harmony, use hues 328°, 88°, and 208°. For analogous combinations, try hues 298° and 358°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(328, 90%, 79%) in CSS?
As HSL: color: hsl(328, 90%, 79%); — As HEX: color: #FA99CD; — As RGB: color: rgb(250, 153, 205); — Tailwind CSS: bg-[hsl(328,90%,79%)] — CSS variable: --color-primary: hsl(328, 90%, 79%);