HSL(289, 40%, 98%)
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(289,40%,98%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(289, 40%, 98%) | color: hsl(289, 40%, 98%) | |
| HEX | #FBF8FC | color: #FBF8FC | |
| RGB | rgb(251, 248, 252) | color: rgb(251, 248, 252) | |
| CMYK | cmyk(0%, 2%, 0%, 1%) | — | |
| HSV | hsv(285, 2%, 99%) | — | |
| HWB | hwb(285 97% 1%) | color: hwb(285 97% 1%) | |
| OKLCH | oklch(0.9825 0.0061 317.75) | color: oklch(0.9825 0.0061 317.75) | |
| Lab | lab(97.9 1.7 -1.56) | color: lab(97.9 1.7 -1.56) | |
| LCH | lch(97.9 2.31 317.46) | color: lch(97.9 2.31 317.46) |
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)
#FAFAFB — rgb(250, 250, 251)
Deuteranopia (Green-blind)
#FAFAFB — rgb(250, 250, 251)
Tritanopia (Blue-blind)
#FBFAFA — rgb(251, 250, 250)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(289, 40%, 98%);
text
color: hsl(289, 40%, 98%);
border
border: 2px solid hsl(289, 40%, 98%);
gradient light
background: linear-gradient(to right, hsl(289, 40%, 100%), hsl(289, 40%, 98%));
gradient dark
background: linear-gradient(to right, hsl(289, 40%, 98%), hsl(289, 40%, 78%))
hex
background-color: #FBF8FC;
tailwind
bg-[hsl(289,40%,98%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(289, 40%, 98%, 0.4);
css variable
--color-primary: hsl(289, 40%, 98%);
Related Colors
Use Cases for Very Light Purple
Frequently Asked Questions
What are all the color codes for HSL(289, 40%, 98%)?
HEX: #FBF8FC | RGB: rgb(251, 248, 252) | CMYK: 0%, 2%, 0%, 1% | HSV: 285°, 2%, 99%. Copy any format from the conversion table above.
What colors go well with #FBF8FC?
The complementary color is HSL(109, 40%, 98%). For a triadic harmony, use hues 289°, 49°, and 169°. For analogous combinations, try hues 259° and 319°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(289, 40%, 98%) in CSS?
As HSL: color: hsl(289, 40%, 98%); — As HEX: color: #FBF8FC; — As RGB: color: rgb(251, 248, 252); — Tailwind CSS: bg-[hsl(289,40%,98%)] — CSS variable: --color-primary: hsl(289, 40%, 98%);