HSL(320, 92%, 73%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(320,92%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(320, 92%, 73%) | color: hsl(320, 92%, 73%) | |
| HEX | #F97BCF | color: #F97BCF | |
| RGB | rgb(249, 123, 207) | color: rgb(249, 123, 207) | |
| CMYK | cmyk(0%, 51%, 17%, 2%) | — | |
| HSV | hsv(320, 51%, 98%) | — | |
| HWB | hwb(320 48% 2%) | color: hwb(320 48% 2%) | |
| OKLCH | oklch(0.7529 0.1806 341.76) | color: oklch(0.7529 0.1806 341.76) | |
| Lab | lab(68.62 57.93 -21.19) | color: lab(68.62 57.93 -21.19) | |
| LCH | lch(68.62 61.68 339.91) | color: lch(68.62 61.68 339.91) |
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)
#C2C1BB — rgb(194, 193, 187)
Deuteranopia (Green-blind)
#CAD3B6 — rgb(202, 211, 182)
Tritanopia (Blue-blind)
#F3ABA7 — rgb(243, 171, 167)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(320, 92%, 73%);
text
color: hsl(320, 92%, 73%);
border
border: 2px solid hsl(320, 92%, 73%);
gradient light
background: linear-gradient(to right, hsl(320, 92%, 93%), hsl(320, 92%, 73%));
gradient dark
background: linear-gradient(to right, hsl(320, 92%, 73%), hsl(320, 92%, 53%))
hex
background-color: #F97BCF;
tailwind
bg-[hsl(320,92%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(320, 92%, 73%, 0.4);
css variable
--color-primary: hsl(320, 92%, 73%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(320, 92%, 73%)?
HEX: #F97BCF | RGB: rgb(249, 123, 207) | CMYK: 0%, 51%, 17%, 2% | HSV: 320°, 51%, 98%. Copy any format from the conversion table above.
What colors go well with #F97BCF?
The complementary color is HSL(140, 92%, 73%). 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, 92%, 73%) in CSS?
As HSL: color: hsl(320, 92%, 73%); — As HEX: color: #F97BCF; — As RGB: color: rgb(249, 123, 207); — Tailwind CSS: bg-[hsl(320,92%,73%)] — CSS variable: --color-primary: hsl(320, 92%, 73%);