HSL(325, 90%, 73%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(325,90%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(325, 90%, 73%) | color: hsl(325, 90%, 73%) | |
| HEX | #F87CC4 | color: #F87CC4 | |
| RGB | rgb(248, 124, 196) | color: rgb(248, 124, 196) | |
| CMYK | cmyk(0%, 50%, 21%, 3%) | — | |
| HSV | hsv(325, 50%, 97%) | — | |
| HWB | hwb(325 49% 3%) | color: hwb(325 49% 3%) | |
| OKLCH | oklch(0.7489 0.1712 346.14) | color: oklch(0.7489 0.1712 346.14) | |
| Lab | lab(68.29 55.57 -15.56) | color: lab(68.29 55.57 -15.56) | |
| LCH | lch(68.29 57.71 344.36) | color: lch(68.29 57.71 344.36) |
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)
#C2C1B3 — rgb(194, 193, 179)
Deuteranopia (Green-blind)
#CAD3AE — rgb(202, 211, 174)
Tritanopia (Blue-blind)
#F2A5A2 — rgb(242, 165, 162)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(325, 90%, 73%);
text
color: hsl(325, 90%, 73%);
border
border: 2px solid hsl(325, 90%, 73%);
gradient light
background: linear-gradient(to right, hsl(325, 90%, 93%), hsl(325, 90%, 73%));
gradient dark
background: linear-gradient(to right, hsl(325, 90%, 73%), hsl(325, 90%, 53%))
hex
background-color: #F87CC4;
tailwind
bg-[hsl(325,90%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(325, 90%, 73%, 0.4);
css variable
--color-primary: hsl(325, 90%, 73%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(325, 90%, 73%)?
HEX: #F87CC4 | RGB: rgb(248, 124, 196) | CMYK: 0%, 50%, 21%, 3% | HSV: 325°, 50%, 97%. Copy any format from the conversion table above.
What colors go well with #F87CC4?
The complementary color is HSL(145, 90%, 73%). 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, 90%, 73%) in CSS?
As HSL: color: hsl(325, 90%, 73%); — As HEX: color: #F87CC4; — As RGB: color: rgb(248, 124, 196); — Tailwind CSS: bg-[hsl(325,90%,73%)] — CSS variable: --color-primary: hsl(325, 90%, 73%);