HSL(319, 80%, 82%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(319,80%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(319, 80%, 82%) | color: hsl(319, 80%, 82%) | |
| HEX | #F6ACDF | color: #F6ACDF | |
| RGB | rgb(246, 172, 223) | color: rgb(246, 172, 223) | |
| CMYK | cmyk(0%, 30%, 9%, 4%) | — | |
| HSV | hsv(319, 30%, 96%) | — | |
| HWB | hwb(319 67% 4%) | color: hwb(319 67% 4%) | |
| OKLCH | oklch(0.8301 0.1078 338.65) | color: oklch(0.8301 0.1078 338.65) | |
| Lab | lab(78.71 34.7 -14.75) | color: lab(78.71 34.7 -14.75) | |
| LCH | lch(78.71 37.7 336.97) | color: lch(78.71 37.7 336.97) |
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)
#D6D5D3 — rgb(214, 213, 211)
Deuteranopia (Green-blind)
#DAE0D0 — rgb(218, 224, 208)
Tritanopia (Blue-blind)
#F2C9C7 — rgb(242, 201, 199)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(319, 80%, 82%);
text
color: hsl(319, 80%, 82%);
border
border: 2px solid hsl(319, 80%, 82%);
gradient light
background: linear-gradient(to right, hsl(319, 80%, 100%), hsl(319, 80%, 82%));
gradient dark
background: linear-gradient(to right, hsl(319, 80%, 82%), hsl(319, 80%, 62%))
hex
background-color: #F6ACDF;
tailwind
bg-[hsl(319,80%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(319, 80%, 82%, 0.4);
css variable
--color-primary: hsl(319, 80%, 82%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(319, 80%, 82%)?
HEX: #F6ACDF | RGB: rgb(246, 172, 223) | CMYK: 0%, 30%, 9%, 4% | HSV: 319°, 30%, 96%. Copy any format from the conversion table above.
What colors go well with #F6ACDF?
The complementary color is HSL(139, 80%, 82%). For a triadic harmony, use hues 319°, 79°, and 199°. For analogous combinations, try hues 289° and 349°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(319, 80%, 82%) in CSS?
As HSL: color: hsl(319, 80%, 82%); — As HEX: color: #F6ACDF; — As RGB: color: rgb(246, 172, 223); — Tailwind CSS: bg-[hsl(319,80%,82%)] — CSS variable: --color-primary: hsl(319, 80%, 82%);