HSL(339, 80%, 82%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(339,80%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(339, 80%, 82%) | color: hsl(339, 80%, 82%) | |
| HEX | #F6ACC6 | color: #F6ACC6 | |
| RGB | rgb(246, 172, 198) | color: rgb(246, 172, 198) | |
| CMYK | cmyk(0%, 30%, 20%, 4%) | — | |
| HSV | hsv(339, 30%, 96%) | — | |
| HWB | hwb(339 67% 4%) | color: hwb(339 67% 4%) | |
| OKLCH | oklch(0.8221 0.0923 356.55) | color: oklch(0.8221 0.0923 356.55) | |
| Lab | lab(77.98 30.75 -2.26) | color: lab(77.98 30.75 -2.26) | |
| LCH | lch(77.98 30.83 355.8) | color: lch(77.98 30.83 355.8) |
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)
#D6D5C0 — rgb(214, 213, 192)
Deuteranopia (Green-blind)
#DAE0BE — rgb(218, 224, 190)
Tritanopia (Blue-blind)
#F2BBBA — rgb(242, 187, 186)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(339, 80%, 82%);
text
color: hsl(339, 80%, 82%);
border
border: 2px solid hsl(339, 80%, 82%);
gradient light
background: linear-gradient(to right, hsl(339, 80%, 100%), hsl(339, 80%, 82%));
gradient dark
background: linear-gradient(to right, hsl(339, 80%, 82%), hsl(339, 80%, 62%))
hex
background-color: #F6ACC6;
tailwind
bg-[hsl(339,80%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(339, 80%, 82%, 0.4);
css variable
--color-primary: hsl(339, 80%, 82%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(339, 80%, 82%)?
HEX: #F6ACC6 | RGB: rgb(246, 172, 198) | CMYK: 0%, 30%, 20%, 4% | HSV: 339°, 30%, 96%. Copy any format from the conversion table above.
What colors go well with #F6ACC6?
The complementary color is HSL(159, 80%, 82%). For a triadic harmony, use hues 339°, 99°, and 219°. For analogous combinations, try hues 309° and 9°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(339, 80%, 82%) in CSS?
As HSL: color: hsl(339, 80%, 82%); — As HEX: color: #F6ACC6; — As RGB: color: rgb(246, 172, 198); — Tailwind CSS: bg-[hsl(339,80%,82%)] — CSS variable: --color-primary: hsl(339, 80%, 82%);