HSL(326, 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(326,90%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(326, 90%, 87%) | color: hsl(326, 90%, 87%) | |
| HEX | #FCC0E2 | color: #FCC0E2 | |
| RGB | rgb(252, 192, 226) | color: rgb(252, 192, 226) | |
| CMYK | cmyk(0%, 24%, 10%, 1%) | — | |
| HSV | hsv(326, 24%, 99%) | — | |
| HWB | hwb(326 75% 1%) | color: hwb(326 75% 1%) | |
| OKLCH | oklch(0.8716 0.081 343.91) | color: oklch(0.8716 0.081 343.91) | |
| Lab | lab(83.91 26.67 -8.54) | color: lab(83.91 26.67 -8.54) | |
| LCH | lch(83.91 28 342.24) | color: lch(83.91 28 342.24) |
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)
#E6EAD8 — rgb(230, 234, 216)
Tritanopia (Blue-blind)
#F9D3D2 — rgb(249, 211, 210)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(326, 90%, 87%);
text
color: hsl(326, 90%, 87%);
border
border: 2px solid hsl(326, 90%, 87%);
gradient light
background: linear-gradient(to right, hsl(326, 90%, 100%), hsl(326, 90%, 87%));
gradient dark
background: linear-gradient(to right, hsl(326, 90%, 87%), hsl(326, 90%, 67%))
hex
background-color: #FCC0E2;
tailwind
bg-[hsl(326,90%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(326, 90%, 87%, 0.4);
css variable
--color-primary: hsl(326, 90%, 87%);
Related Colors
Use Cases for Very Light Pink
Frequently Asked Questions
What are all the color codes for HSL(326, 90%, 87%)?
HEX: #FCC0E2 | RGB: rgb(252, 192, 226) | CMYK: 0%, 24%, 10%, 1% | HSV: 326°, 24%, 99%. Copy any format from the conversion table above.
What colors go well with #FCC0E2?
The complementary color is HSL(146, 90%, 87%). For a triadic harmony, use hues 326°, 86°, and 206°. For analogous combinations, try hues 296° and 356°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(326, 90%, 87%) in CSS?
As HSL: color: hsl(326, 90%, 87%); — As HEX: color: #FCC0E2; — As RGB: color: rgb(252, 192, 226); — Tailwind CSS: bg-[hsl(326,90%,87%)] — CSS variable: --color-primary: hsl(326, 90%, 87%);