HSL(292, 47%, 96%)
Very Light Purple — Purple color
Adjust Color
Color Information
Color Name
Very Light Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(292,47%,96%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(292, 47%, 96%) | color: hsl(292, 47%, 96%) | |
| HEX | #F8F0FA | color: #F8F0FA | |
| RGB | rgb(248, 240, 250) | color: rgb(248, 240, 250) | |
| CMYK | cmyk(1%, 4%, 0%, 2%) | — | |
| HSV | hsv(288, 4%, 98%) | — | |
| HWB | hwb(288 94% 2%) | color: hwb(288 94% 2%) | |
| OKLCH | oklch(0.9642 0.0157 319.45) | color: oklch(0.9642 0.0157 319.45) | |
| Lab | lab(95.66 4.43 -3.85) | color: lab(95.66 4.43 -3.85) | |
| LCH | lch(95.66 5.87 319.01) | color: lch(95.66 5.87 319.01) |
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)
#F5F4F8 — rgb(245, 244, 248)
Deuteranopia (Green-blind)
#F5F6F7 — rgb(245, 246, 247)
Tritanopia (Blue-blind)
#F8F6F5 — rgb(248, 246, 245)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(292, 47%, 96%);
text
color: hsl(292, 47%, 96%);
border
border: 2px solid hsl(292, 47%, 96%);
gradient light
background: linear-gradient(to right, hsl(292, 47%, 100%), hsl(292, 47%, 96%));
gradient dark
background: linear-gradient(to right, hsl(292, 47%, 96%), hsl(292, 47%, 76%))
hex
background-color: #F8F0FA;
tailwind
bg-[hsl(292,47%,96%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(292, 47%, 96%, 0.4);
css variable
--color-primary: hsl(292, 47%, 96%);
Related Colors
Use Cases for Very Light Purple
Frequently Asked Questions
What are all the color codes for HSL(292, 47%, 96%)?
HEX: #F8F0FA | RGB: rgb(248, 240, 250) | CMYK: 1%, 4%, 0%, 2% | HSV: 288°, 4%, 98%. Copy any format from the conversion table above.
What colors go well with #F8F0FA?
The complementary color is HSL(112, 47%, 96%). For a triadic harmony, use hues 292°, 52°, and 172°. For analogous combinations, try hues 262° and 322°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(292, 47%, 96%) in CSS?
As HSL: color: hsl(292, 47%, 96%); — As HEX: color: #F8F0FA; — As RGB: color: rgb(248, 240, 250); — Tailwind CSS: bg-[hsl(292,47%,96%)] — CSS variable: --color-primary: hsl(292, 47%, 96%);