HSL(327, 75%, 85%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(327,75%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(327, 75%, 85%) | color: hsl(327, 75%, 85%) | |
| HEX | #F5BCDC | color: #F5BCDC | |
| RGB | rgb(245, 188, 220) | color: rgb(245, 188, 220) | |
| CMYK | cmyk(0%, 23%, 10%, 4%) | — | |
| HSV | hsv(326, 23%, 96%) | — | |
| HWB | hwb(326 74% 4%) | color: hwb(326 74% 4%) | |
| OKLCH | oklch(0.8558 0.0771 344.11) | color: oklch(0.8558 0.0771 344.11) | |
| Lab | lab(82.14 25.41 -8.03) | color: lab(82.14 25.41 -8.03) | |
| LCH | lch(82.14 26.65 342.46) | color: lch(82.14 26.65 342.46) |
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)
#DCDCD4 — rgb(220, 220, 212)
Deuteranopia (Green-blind)
#E0E4D2 — rgb(224, 228, 210)
Tritanopia (Blue-blind)
#F2CECD — rgb(242, 206, 205)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(327, 75%, 85%);
text
color: hsl(327, 75%, 85%);
border
border: 2px solid hsl(327, 75%, 85%);
gradient light
background: linear-gradient(to right, hsl(327, 75%, 100%), hsl(327, 75%, 85%));
gradient dark
background: linear-gradient(to right, hsl(327, 75%, 85%), hsl(327, 75%, 65%))
hex
background-color: #F5BCDC;
tailwind
bg-[hsl(327,75%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(327, 75%, 85%, 0.4);
css variable
--color-primary: hsl(327, 75%, 85%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(327, 75%, 85%)?
HEX: #F5BCDC | RGB: rgb(245, 188, 220) | CMYK: 0%, 23%, 10%, 4% | HSV: 326°, 23%, 96%. Copy any format from the conversion table above.
What colors go well with #F5BCDC?
The complementary color is HSL(147, 75%, 85%). For a triadic harmony, use hues 327°, 87°, and 207°. For analogous combinations, try hues 297° and 357°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(327, 75%, 85%) in CSS?
As HSL: color: hsl(327, 75%, 85%); — As HEX: color: #F5BCDC; — As RGB: color: rgb(245, 188, 220); — Tailwind CSS: bg-[hsl(327,75%,85%)] — CSS variable: --color-primary: hsl(327, 75%, 85%);