HSL(320, 94%, 64%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(320,94%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(320, 94%, 64%) | color: hsl(320, 94%, 64%) | |
| HEX | #F94DC0 | color: #F94DC0 | |
| RGB | rgb(249, 77, 192) | color: rgb(249, 77, 192) | |
| CMYK | cmyk(0%, 69%, 23%, 2%) | — | |
| HSV | hsv(320, 69%, 98%) | — | |
| HWB | hwb(320 30% 2%) | color: hwb(320 30% 2%) | |
| OKLCH | oklch(0.6949 0.2352 343.96) | color: oklch(0.6949 0.2352 343.96) | |
| Lab | lab(61.01 74.99 -24.36) | color: lab(61.01 74.99 -24.36) | |
| LCH | lch(61.01 78.85 342) | color: lch(61.01 78.85 342) |
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)
#AFADA4 — rgb(175, 173, 164)
Deuteranopia (Green-blind)
#B9C59E — rgb(185, 197, 158)
Tritanopia (Blue-blind)
#F08E89 — rgb(240, 142, 137)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(320, 94%, 64%);
text
color: hsl(320, 94%, 64%);
border
border: 2px solid hsl(320, 94%, 64%);
gradient light
background: linear-gradient(to right, hsl(320, 94%, 84%), hsl(320, 94%, 64%));
gradient dark
background: linear-gradient(to right, hsl(320, 94%, 64%), hsl(320, 94%, 44%))
hex
background-color: #F94DC0;
tailwind
bg-[hsl(320,94%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(320, 94%, 64%, 0.4);
css variable
--color-primary: hsl(320, 94%, 64%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(320, 94%, 64%)?
HEX: #F94DC0 | RGB: rgb(249, 77, 192) | CMYK: 0%, 69%, 23%, 2% | HSV: 320°, 69%, 98%. Copy any format from the conversion table above.
What colors go well with #F94DC0?
The complementary color is HSL(140, 94%, 64%). For a triadic harmony, use hues 320°, 80°, and 200°. For analogous combinations, try hues 290° and 350°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(320, 94%, 64%) in CSS?
As HSL: color: hsl(320, 94%, 64%); — As HEX: color: #F94DC0; — As RGB: color: rgb(249, 77, 192); — Tailwind CSS: bg-[hsl(320,94%,64%)] — CSS variable: --color-primary: hsl(320, 94%, 64%);