HSL(325, 83%, 68%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(325,83%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(325, 83%, 68%) | color: hsl(325, 83%, 68%) | |
| HEX | #F16AB9 | color: #F16AB9 | |
| RGB | rgb(241, 106, 185) | color: rgb(241, 106, 185) | |
| CMYK | cmyk(0%, 56%, 23%, 5%) | — | |
| HSV | hsv(325, 56%, 95%) | — | |
| HWB | hwb(325 42% 5%) | color: hwb(325 42% 5%) | |
| OKLCH | oklch(0.712 0.1864 346.69) | color: oklch(0.712 0.1864 346.69) | |
| Lab | lab(63.77 60.31 -16.28) | color: lab(63.77 60.31 -16.28) | |
| LCH | lch(63.77 62.47 344.89) | color: lch(63.77 62.47 344.89) |
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)
#B7B5A6 — rgb(183, 181, 166)
Deuteranopia (Green-blind)
#BEC9A1 — rgb(190, 201, 161)
Tritanopia (Blue-blind)
#EA9793 — rgb(234, 151, 147)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(325, 83%, 68%);
text
color: hsl(325, 83%, 68%);
border
border: 2px solid hsl(325, 83%, 68%);
gradient light
background: linear-gradient(to right, hsl(325, 83%, 88%), hsl(325, 83%, 68%));
gradient dark
background: linear-gradient(to right, hsl(325, 83%, 68%), hsl(325, 83%, 48%))
hex
background-color: #F16AB9;
tailwind
bg-[hsl(325,83%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(325, 83%, 68%, 0.4);
css variable
--color-primary: hsl(325, 83%, 68%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(325, 83%, 68%)?
HEX: #F16AB9 | RGB: rgb(241, 106, 185) | CMYK: 0%, 56%, 23%, 5% | HSV: 325°, 56%, 95%. Copy any format from the conversion table above.
What colors go well with #F16AB9?
The complementary color is HSL(145, 83%, 68%). 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, 83%, 68%) in CSS?
As HSL: color: hsl(325, 83%, 68%); — As HEX: color: #F16AB9; — As RGB: color: rgb(241, 106, 185); — Tailwind CSS: bg-[hsl(325,83%,68%)] — CSS variable: --color-primary: hsl(325, 83%, 68%);