HSL(325, 92%, 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(325,92%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(325, 92%, 87%) | color: hsl(325, 92%, 87%) | |
| HEX | #FCBFE3 | color: #FCBFE3 | |
| RGB | rgb(252, 191, 227) | color: rgb(252, 191, 227) | |
| CMYK | cmyk(0%, 24%, 10%, 1%) | — | |
| HSV | hsv(325, 24%, 99%) | — | |
| HWB | hwb(325 75% 1%) | color: hwb(325 75% 1%) | |
| OKLCH | oklch(0.8701 0.0834 342.78) | color: oklch(0.8701 0.0834 342.78) | |
| Lab | lab(83.71 27.37 -9.38) | color: lab(83.71 27.37 -9.38) | |
| LCH | lch(83.71 28.93 341.08) | color: lch(83.71 28.93 341.08) |
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)
#E2E1DA — rgb(226, 225, 218)
Deuteranopia (Green-blind)
#E5EAD8 — rgb(229, 234, 216)
Tritanopia (Blue-blind)
#F9D3D2 — rgb(249, 211, 210)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(325, 92%, 87%);
text
color: hsl(325, 92%, 87%);
border
border: 2px solid hsl(325, 92%, 87%);
gradient light
background: linear-gradient(to right, hsl(325, 92%, 100%), hsl(325, 92%, 87%));
gradient dark
background: linear-gradient(to right, hsl(325, 92%, 87%), hsl(325, 92%, 67%))
hex
background-color: #FCBFE3;
tailwind
bg-[hsl(325,92%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(325, 92%, 87%, 0.4);
css variable
--color-primary: hsl(325, 92%, 87%);
Related Colors
Use Cases for Very Light Pink
Frequently Asked Questions
What are all the color codes for HSL(325, 92%, 87%)?
HEX: #FCBFE3 | RGB: rgb(252, 191, 227) | CMYK: 0%, 24%, 10%, 1% | HSV: 325°, 24%, 99%. Copy any format from the conversion table above.
What colors go well with #FCBFE3?
The complementary color is HSL(145, 92%, 87%). For a triadic harmony, use hues 325°, 85°, and 205°. For analogous combinations, try hues 295° and 355°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(325, 92%, 87%) in CSS?
As HSL: color: hsl(325, 92%, 87%); — As HEX: color: #FCBFE3; — As RGB: color: rgb(252, 191, 227); — Tailwind CSS: bg-[hsl(325,92%,87%)] — CSS variable: --color-primary: hsl(325, 92%, 87%);