HSL(325, 63%, 95%)
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,63%,95%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(325, 63%, 95%) | color: hsl(325, 63%, 95%) | |
| HEX | #FAEAF4 | color: #FAEAF4 | |
| RGB | rgb(250, 234, 244) | color: rgb(250, 234, 244) | |
| CMYK | cmyk(0%, 6%, 2%, 2%) | — | |
| HSV | hsv(323, 6%, 98%) | — | |
| HWB | hwb(323 92% 2%) | color: hwb(323 92% 2%) | |
| OKLCH | oklch(0.9526 0.0217 339.58) | color: oklch(0.9526 0.0217 339.58) | |
| Lab | lab(94.18 7.12 -2.88) | color: lab(94.18 7.12 -2.88) | |
| LCH | lch(94.18 7.68 337.98) | color: lch(94.18 7.68 337.98) |
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)
#F3F3F2 — rgb(243, 243, 242)
Deuteranopia (Green-blind)
#F4F5F1 — rgb(244, 245, 241)
Tritanopia (Blue-blind)
#F9F0EF — rgb(249, 240, 239)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(325, 63%, 95%);
text
color: hsl(325, 63%, 95%);
border
border: 2px solid hsl(325, 63%, 95%);
gradient light
background: linear-gradient(to right, hsl(325, 63%, 100%), hsl(325, 63%, 95%));
gradient dark
background: linear-gradient(to right, hsl(325, 63%, 95%), hsl(325, 63%, 75%))
hex
background-color: #FAEAF4;
tailwind
bg-[hsl(325,63%,95%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(325, 63%, 95%, 0.4);
css variable
--color-primary: hsl(325, 63%, 95%);
Related Colors
Use Cases for Very Light Pink
Frequently Asked Questions
What are all the color codes for HSL(325, 63%, 95%)?
HEX: #FAEAF4 | RGB: rgb(250, 234, 244) | CMYK: 0%, 6%, 2%, 2% | HSV: 323°, 6%, 98%. Copy any format from the conversion table above.
What colors go well with #FAEAF4?
The complementary color is HSL(145, 63%, 95%). 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, 63%, 95%) in CSS?
As HSL: color: hsl(325, 63%, 95%); — As HEX: color: #FAEAF4; — As RGB: color: rgb(250, 234, 244); — Tailwind CSS: bg-[hsl(325,63%,95%)] — CSS variable: --color-primary: hsl(325, 63%, 95%);