HSL(320, 80%, 76%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(320,80%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(320, 80%, 76%) | color: hsl(320, 80%, 76%) | |
| HEX | #F391D2 | color: #F391D2 | |
| RGB | rgb(243, 145, 210) | color: rgb(243, 145, 210) | |
| CMYK | cmyk(0%, 40%, 14%, 5%) | — | |
| HSV | hsv(320, 40%, 95%) | — | |
| HWB | hwb(320 57% 5%) | color: hwb(320 57% 5%) | |
| OKLCH | oklch(0.7785 0.1417 340.83) | color: oklch(0.7785 0.1417 340.83) | |
| Lab | lab(72.2 45.66 -17.49) | color: lab(72.2 45.66 -17.49) | |
| LCH | lch(72.2 48.9 339.04) | color: lch(72.2 48.9 339.04) |
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)
#C9C8C2 — rgb(201, 200, 194)
Deuteranopia (Green-blind)
#CED6BF — rgb(206, 214, 191)
Tritanopia (Blue-blind)
#EEB6B3 — rgb(238, 182, 179)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(320, 80%, 76%);
text
color: hsl(320, 80%, 76%);
border
border: 2px solid hsl(320, 80%, 76%);
gradient light
background: linear-gradient(to right, hsl(320, 80%, 96%), hsl(320, 80%, 76%));
gradient dark
background: linear-gradient(to right, hsl(320, 80%, 76%), hsl(320, 80%, 56%))
hex
background-color: #F391D2;
tailwind
bg-[hsl(320,80%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(320, 80%, 76%, 0.4);
css variable
--color-primary: hsl(320, 80%, 76%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(320, 80%, 76%)?
HEX: #F391D2 | RGB: rgb(243, 145, 210) | CMYK: 0%, 40%, 14%, 5% | HSV: 320°, 40%, 95%. Copy any format from the conversion table above.
What colors go well with #F391D2?
The complementary color is HSL(140, 80%, 76%). For a triadic harmony, use hues 320°, 80°, and 200°. For analogous combinations, try hues 290° and 350°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(320, 80%, 76%) in CSS?
As HSL: color: hsl(320, 80%, 76%); — As HEX: color: #F391D2; — As RGB: color: rgb(243, 145, 210); — Tailwind CSS: bg-[hsl(320,80%,76%)] — CSS variable: --color-primary: hsl(320, 80%, 76%);