HSL(329, 90%, 87%)
Very Light Pink — Pink color
Adjust Color
Color Information
Color Name
Very Light Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(329,90%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(329, 90%, 87%) | color: hsl(329, 90%, 87%) | |
| HEX | #FCC0DF | color: #FCC0DF | |
| RGB | rgb(252, 192, 223) | color: rgb(252, 192, 223) | |
| CMYK | cmyk(0%, 24%, 12%, 1%) | — | |
| HSV | hsv(329, 24%, 99%) | — | |
| HWB | hwb(329 75% 1%) | color: hwb(329 75% 1%) | |
| OKLCH | oklch(0.8706 0.079 346.48) | color: oklch(0.8706 0.079 346.48) | |
| Lab | lab(83.82 26.18 -7.07) | color: lab(83.82 26.18 -7.07) | |
| LCH | lch(83.82 27.12 344.89) | color: lch(83.82 27.12 344.89) |
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)
#E2E1D7 — rgb(226, 225, 215)
Deuteranopia (Green-blind)
#E6EAD6 — rgb(230, 234, 214)
Tritanopia (Blue-blind)
#F9D2D0 — rgb(249, 210, 208)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(329, 90%, 87%);
text
color: hsl(329, 90%, 87%);
border
border: 2px solid hsl(329, 90%, 87%);
gradient light
background: linear-gradient(to right, hsl(329, 90%, 100%), hsl(329, 90%, 87%));
gradient dark
background: linear-gradient(to right, hsl(329, 90%, 87%), hsl(329, 90%, 67%))
hex
background-color: #FCC0DF;
tailwind
bg-[hsl(329,90%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(329, 90%, 87%, 0.4);
css variable
--color-primary: hsl(329, 90%, 87%);
Related Colors
Use Cases for Very Light Pink
Frequently Asked Questions
What are all the color codes for HSL(329, 90%, 87%)?
HEX: #FCC0DF | RGB: rgb(252, 192, 223) | CMYK: 0%, 24%, 12%, 1% | HSV: 329°, 24%, 99%. Copy any format from the conversion table above.
What colors go well with #FCC0DF?
The complementary color is HSL(149, 90%, 87%). For a triadic harmony, use hues 329°, 89°, and 209°. For analogous combinations, try hues 299° and 359°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(329, 90%, 87%) in CSS?
As HSL: color: hsl(329, 90%, 87%); — As HEX: color: #FCC0DF; — As RGB: color: rgb(252, 192, 223); — Tailwind CSS: bg-[hsl(329,90%,87%)] — CSS variable: --color-primary: hsl(329, 90%, 87%);