HSL(291, 96%, 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(291,96%,96%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(291, 96%, 96%) | color: hsl(291, 96%, 96%) | |
| HEX | #FCEBFF | color: #FCEBFF | |
| RGB | rgb(252, 235, 255) | color: rgb(252, 235, 255) | |
| CMYK | cmyk(1%, 8%, 0%, 0%) | — | |
| HSV | hsv(291, 8%, 100%) | — | |
| HWB | hwb(291 92% 0%) | color: hwb(291 92% 0%) | |
| OKLCH | oklch(0.9593 0.032 321.14) | color: oklch(0.9593 0.032 321.14) | |
| Lab | lab(94.88 9.21 -7.55) | color: lab(94.88 9.21 -7.55) | |
| LCH | lch(94.88 11.91 320.66) | color: lch(94.88 11.91 320.66) |
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)
#F5F4FA — rgb(245, 244, 250)
Deuteranopia (Green-blind)
#F6F7F9 — rgb(246, 247, 249)
Tritanopia (Blue-blind)
#FBF6F6 — rgb(251, 246, 246)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(291, 96%, 96%);
text
color: hsl(291, 96%, 96%);
border
border: 2px solid hsl(291, 96%, 96%);
gradient light
background: linear-gradient(to right, hsl(291, 96%, 100%), hsl(291, 96%, 96%));
gradient dark
background: linear-gradient(to right, hsl(291, 96%, 96%), hsl(291, 96%, 76%))
hex
background-color: #FCEBFF;
tailwind
bg-[hsl(291,96%,96%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(291, 96%, 96%, 0.4);
css variable
--color-primary: hsl(291, 96%, 96%);
Related Colors
Use Cases for Very Light Purple
Frequently Asked Questions
What are all the color codes for HSL(291, 96%, 96%)?
HEX: #FCEBFF | RGB: rgb(252, 235, 255) | CMYK: 1%, 8%, 0%, 0% | HSV: 291°, 8%, 100%. Copy any format from the conversion table above.
What colors go well with #FCEBFF?
The complementary color is HSL(111, 96%, 96%). For a triadic harmony, use hues 291°, 51°, and 171°. For analogous combinations, try hues 261° and 321°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(291, 96%, 96%) in CSS?
As HSL: color: hsl(291, 96%, 96%); — As HEX: color: #FCEBFF; — As RGB: color: rgb(252, 235, 255); — Tailwind CSS: bg-[hsl(291,96%,96%)] — CSS variable: --color-primary: hsl(291, 96%, 96%);