HSL(298, 55%, 95%)
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(298,55%,95%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(298, 55%, 95%) | color: hsl(298, 55%, 95%) | |
| HEX | #F9EBF9 | color: #F9EBF9 | |
| RGB | rgb(249, 235, 249) | color: rgb(249, 235, 249) | |
| CMYK | cmyk(0%, 6%, 0%, 2%) | — | |
| HSV | hsv(300, 6%, 98%) | — | |
| HWB | hwb(300 92% 2%) | color: hwb(300 92% 2%) | |
| OKLCH | oklch(0.9551 0.0238 325.76) | color: oklch(0.9551 0.0238 325.76) | |
| Lab | lab(94.48 7.15 -5.05) | color: lab(94.48 7.15 -5.05) | |
| LCH | lch(94.48 8.75 324.77) | color: lch(94.48 8.75 324.77) |
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)
#F3F3F6 — rgb(243, 243, 246)
Deuteranopia (Green-blind)
#F4F5F5 — rgb(244, 245, 245)
Tritanopia (Blue-blind)
#F8F3F2 — rgb(248, 243, 242)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(298, 55%, 95%);
text
color: hsl(298, 55%, 95%);
border
border: 2px solid hsl(298, 55%, 95%);
gradient light
background: linear-gradient(to right, hsl(298, 55%, 100%), hsl(298, 55%, 95%));
gradient dark
background: linear-gradient(to right, hsl(298, 55%, 95%), hsl(298, 55%, 75%))
hex
background-color: #F9EBF9;
tailwind
bg-[hsl(298,55%,95%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(298, 55%, 95%, 0.4);
css variable
--color-primary: hsl(298, 55%, 95%);
Related Colors
Use Cases for Very Light Purple
Frequently Asked Questions
What are all the color codes for HSL(298, 55%, 95%)?
HEX: #F9EBF9 | RGB: rgb(249, 235, 249) | CMYK: 0%, 6%, 0%, 2% | HSV: 300°, 6%, 98%. Copy any format from the conversion table above.
What colors go well with #F9EBF9?
The complementary color is HSL(118, 55%, 95%). For a triadic harmony, use hues 298°, 58°, and 178°. For analogous combinations, try hues 268° and 328°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(298, 55%, 95%) in CSS?
As HSL: color: hsl(298, 55%, 95%); — As HEX: color: #F9EBF9; — As RGB: color: rgb(249, 235, 249); — Tailwind CSS: bg-[hsl(298,55%,95%)] — CSS variable: --color-primary: hsl(298, 55%, 95%);