HSL(300, 85%, 91%)
Very Light Purple — Purple color
Adjust Color
Color Information
Color Name
Very Light Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(300,85%,91%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(300, 85%, 91%) | color: hsl(300, 85%, 91%) | |
| HEX | #FCD5FC | color: #FCD5FC | |
| RGB | rgb(252, 213, 252) | color: rgb(252, 213, 252) | |
| CMYK | cmyk(0%, 15%, 0%, 1%) | — | |
| HSV | hsv(300, 15%, 99%) | — | |
| HWB | hwb(300 84% 1%) | color: hwb(300 84% 1%) | |
| OKLCH | oklch(0.9176 0.0668 326.11) | color: oklch(0.9176 0.0668 326.11) | |
| Lab | lab(89.54 20.12 -13.93) | color: lab(89.54 20.12 -13.93) | |
| LCH | lch(89.54 24.47 325.3) | color: lch(89.54 24.47 325.3) |
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)
#EBEBF3 — rgb(235, 235, 243)
Deuteranopia (Green-blind)
#EDF0F0 — rgb(237, 240, 240)
Tritanopia (Blue-blind)
#FAEBE9 — rgb(250, 235, 233)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(300, 85%, 91%);
text
color: hsl(300, 85%, 91%);
border
border: 2px solid hsl(300, 85%, 91%);
gradient light
background: linear-gradient(to right, hsl(300, 85%, 100%), hsl(300, 85%, 91%));
gradient dark
background: linear-gradient(to right, hsl(300, 85%, 91%), hsl(300, 85%, 71%))
hex
background-color: #FCD5FC;
tailwind
bg-[hsl(300,85%,91%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(300, 85%, 91%, 0.4);
css variable
--color-primary: hsl(300, 85%, 91%);
Related Colors
Use Cases for Very Light Purple
Frequently Asked Questions
What are all the color codes for HSL(300, 85%, 91%)?
HEX: #FCD5FC | RGB: rgb(252, 213, 252) | CMYK: 0%, 15%, 0%, 1% | HSV: 300°, 15%, 99%. Copy any format from the conversion table above.
What colors go well with #FCD5FC?
The complementary color is HSL(120, 85%, 91%). For a triadic harmony, use hues 300°, 60°, and 180°. For analogous combinations, try hues 270° and 330°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(300, 85%, 91%) in CSS?
As HSL: color: hsl(300, 85%, 91%); — As HEX: color: #FCD5FC; — As RGB: color: rgb(252, 213, 252); — Tailwind CSS: bg-[hsl(300,85%,91%)] — CSS variable: --color-primary: hsl(300, 85%, 91%);