HSL(320, 100%, 91%)
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(320,100%,91%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(320, 100%, 91%) | color: hsl(320, 100%, 91%) | |
| HEX | #FFD1F0 | color: #FFD1F0 | |
| RGB | rgb(255, 209, 240) | color: rgb(255, 209, 240) | |
| CMYK | cmyk(0%, 18%, 6%, 0%) | — | |
| HSV | hsv(320, 18%, 100%) | — | |
| HWB | hwb(320 82% 0%) | color: hwb(320 82% 0%) | |
| OKLCH | oklch(0.9091 0.0651 338.32) | color: oklch(0.9091 0.0651 338.32) | |
| Lab | lab(88.52 21.1 -9.1) | color: lab(88.52 21.1 -9.1) | |
| LCH | lch(88.52 22.98 336.67) | color: lch(88.52 22.98 336.67) |
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)
#EBEBE8 — rgb(235, 235, 232)
Deuteranopia (Green-blind)
#EEF1E7 — rgb(238, 241, 231)
Tritanopia (Blue-blind)
#FDE3E1 — rgb(253, 227, 225)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(320, 100%, 91%);
text
color: hsl(320, 100%, 91%);
border
border: 2px solid hsl(320, 100%, 91%);
gradient light
background: linear-gradient(to right, hsl(320, 100%, 100%), hsl(320, 100%, 91%));
gradient dark
background: linear-gradient(to right, hsl(320, 100%, 91%), hsl(320, 100%, 71%))
hex
background-color: #FFD1F0;
tailwind
bg-[hsl(320,100%,91%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(320, 100%, 91%, 0.4);
css variable
--color-primary: hsl(320, 100%, 91%);
Related Colors
Use Cases for Very Light Pink
Frequently Asked Questions
What are all the color codes for HSL(320, 100%, 91%)?
HEX: #FFD1F0 | RGB: rgb(255, 209, 240) | CMYK: 0%, 18%, 6%, 0% | HSV: 320°, 18%, 100%. Copy any format from the conversion table above.
What colors go well with #FFD1F0?
The complementary color is HSL(140, 100%, 91%). For a triadic harmony, use hues 320°, 80°, and 200°. For analogous combinations, try hues 290° and 350°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(320, 100%, 91%) in CSS?
As HSL: color: hsl(320, 100%, 91%); — As HEX: color: #FFD1F0; — As RGB: color: rgb(255, 209, 240); — Tailwind CSS: bg-[hsl(320,100%,91%)] — CSS variable: --color-primary: hsl(320, 100%, 91%);