HSL(325, 94%, 70%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(325,94%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(325, 94%, 70%) | color: hsl(325, 94%, 70%) | |
| HEX | #FA6BBE | color: #FA6BBE | |
| RGB | rgb(250, 107, 190) | color: rgb(250, 107, 190) | |
| CMYK | cmyk(0%, 57%, 24%, 2%) | — | |
| HSV | hsv(325, 57%, 98%) | — | |
| HWB | hwb(325 42% 2%) | color: hwb(325 42% 2%) | |
| OKLCH | oklch(0.7273 0.1952 347.14) | color: oklch(0.7273 0.1952 347.14) | |
| Lab | lab(65.41 63.17 -16.51) | color: lab(65.41 63.17 -16.51) | |
| LCH | lch(65.41 65.29 345.35) | color: lch(65.41 65.29 345.35) |
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)
#BCBBAA — rgb(188, 187, 170)
Deuteranopia (Green-blind)
#C4CFA5 — rgb(196, 207, 165)
Tritanopia (Blue-blind)
#F39A97 — rgb(243, 154, 151)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(325, 94%, 70%);
text
color: hsl(325, 94%, 70%);
border
border: 2px solid hsl(325, 94%, 70%);
gradient light
background: linear-gradient(to right, hsl(325, 94%, 90%), hsl(325, 94%, 70%));
gradient dark
background: linear-gradient(to right, hsl(325, 94%, 70%), hsl(325, 94%, 50%))
hex
background-color: #FA6BBE;
tailwind
bg-[hsl(325,94%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(325, 94%, 70%, 0.4);
css variable
--color-primary: hsl(325, 94%, 70%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(325, 94%, 70%)?
HEX: #FA6BBE | RGB: rgb(250, 107, 190) | CMYK: 0%, 57%, 24%, 2% | HSV: 325°, 57%, 98%. Copy any format from the conversion table above.
What colors go well with #FA6BBE?
The complementary color is HSL(145, 94%, 70%). 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, 94%, 70%) in CSS?
As HSL: color: hsl(325, 94%, 70%); — As HEX: color: #FA6BBE; — As RGB: color: rgb(250, 107, 190); — Tailwind CSS: bg-[hsl(325,94%,70%)] — CSS variable: --color-primary: hsl(325, 94%, 70%);