HSL(325, 45%, 96%)
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,45%,96%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(325, 45%, 96%) | color: hsl(325, 45%, 96%) | |
| HEX | #F9F0F6 | color: #F9F0F6 | |
| RGB | rgb(249, 240, 246) | color: rgb(249, 240, 246) | |
| CMYK | cmyk(0%, 4%, 1%, 2%) | — | |
| HSV | hsv(320, 4%, 98%) | — | |
| HWB | hwb(320 94% 2%) | color: hwb(320 94% 2%) | |
| OKLCH | oklch(0.9638 0.0124 337.52) | color: oklch(0.9638 0.0124 337.52) | |
| Lab | lab(95.63 4.05 -1.81) | color: lab(95.63 4.05 -1.81) | |
| LCH | lch(95.63 4.44 335.92) | color: lch(95.63 4.44 335.92) |
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)
#F5F5F5 — rgb(245, 245, 245)
Deuteranopia (Green-blind)
#F6F6F4 — rgb(246, 246, 244)
Tritanopia (Blue-blind)
#F9F3F3 — rgb(249, 243, 243)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(325, 45%, 96%);
text
color: hsl(325, 45%, 96%);
border
border: 2px solid hsl(325, 45%, 96%);
gradient light
background: linear-gradient(to right, hsl(325, 45%, 100%), hsl(325, 45%, 96%));
gradient dark
background: linear-gradient(to right, hsl(325, 45%, 96%), hsl(325, 45%, 76%))
hex
background-color: #F9F0F6;
tailwind
bg-[hsl(325,45%,96%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(325, 45%, 96%, 0.4);
css variable
--color-primary: hsl(325, 45%, 96%);
Related Colors
Use Cases for Very Light Pink
Frequently Asked Questions
What are all the color codes for HSL(325, 45%, 96%)?
HEX: #F9F0F6 | RGB: rgb(249, 240, 246) | CMYK: 0%, 4%, 1%, 2% | HSV: 320°, 4%, 98%. Copy any format from the conversion table above.
What colors go well with #F9F0F6?
The complementary color is HSL(145, 45%, 96%). 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, 45%, 96%) in CSS?
As HSL: color: hsl(325, 45%, 96%); — As HEX: color: #F9F0F6; — As RGB: color: rgb(249, 240, 246); — Tailwind CSS: bg-[hsl(325,45%,96%)] — CSS variable: --color-primary: hsl(325, 45%, 96%);