HSL(331, 78%, 80%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(331,78%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(331, 78%, 80%) | color: hsl(331, 78%, 80%) | |
| HEX | #F4A4CB | color: #F4A4CB | |
| RGB | rgb(244, 164, 203) | color: rgb(244, 164, 203) | |
| CMYK | cmyk(0%, 33%, 17%, 4%) | — | |
| HSV | hsv(331, 33%, 96%) | — | |
| HWB | hwb(331 64% 4%) | color: hwb(331 64% 4%) | |
| OKLCH | oklch(0.8079 0.1059 349.03) | color: oklch(0.8079 0.1059 349.03) | |
| Lab | lab(76.13 35.03 -7.75) | color: lab(76.13 35.03 -7.75) | |
| LCH | lch(76.13 35.88 347.52) | color: lch(76.13 35.88 347.52) |
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)
#D1D1C2 — rgb(209, 209, 194)
Deuteranopia (Green-blind)
#D6DCBF — rgb(214, 220, 191)
Tritanopia (Blue-blind)
#F0BAB8 — rgb(240, 186, 184)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(331, 78%, 80%);
text
color: hsl(331, 78%, 80%);
border
border: 2px solid hsl(331, 78%, 80%);
gradient light
background: linear-gradient(to right, hsl(331, 78%, 100%), hsl(331, 78%, 80%));
gradient dark
background: linear-gradient(to right, hsl(331, 78%, 80%), hsl(331, 78%, 60%))
hex
background-color: #F4A4CB;
tailwind
bg-[hsl(331,78%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(331, 78%, 80%, 0.4);
css variable
--color-primary: hsl(331, 78%, 80%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(331, 78%, 80%)?
HEX: #F4A4CB | RGB: rgb(244, 164, 203) | CMYK: 0%, 33%, 17%, 4% | HSV: 331°, 33%, 96%. Copy any format from the conversion table above.
What colors go well with #F4A4CB?
The complementary color is HSL(151, 78%, 80%). For a triadic harmony, use hues 331°, 91°, and 211°. For analogous combinations, try hues 301° and 1°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(331, 78%, 80%) in CSS?
As HSL: color: hsl(331, 78%, 80%); — As HEX: color: #F4A4CB; — As RGB: color: rgb(244, 164, 203); — Tailwind CSS: bg-[hsl(331,78%,80%)] — CSS variable: --color-primary: hsl(331, 78%, 80%);