HSL(309, 85%, 92%)
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(309,85%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(309, 85%, 92%) | color: hsl(309, 85%, 92%) | |
| HEX | #FCD9F7 | color: #FCD9F7 | |
| RGB | rgb(252, 217, 247) | color: rgb(252, 217, 247) | |
| CMYK | cmyk(0%, 14%, 2%, 1%) | — | |
| HSV | hsv(309, 14%, 99%) | — | |
| HWB | hwb(309 85% 1%) | color: hwb(309 85% 1%) | |
| OKLCH | oklch(0.9233 0.055 330.73) | color: oklch(0.9233 0.055 330.73) | |
| Lab | lab(90.34 17.13 -10.11) | color: lab(90.34 17.13 -10.11) | |
| LCH | lch(90.34 19.89 329.45) | color: lch(90.34 19.89 329.45) |
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)
#EDEDF0 — rgb(237, 237, 240)
Deuteranopia (Green-blind)
#EFF2EE — rgb(239, 242, 238)
Tritanopia (Blue-blind)
#FAEAE9 — rgb(250, 234, 233)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(309, 85%, 92%);
text
color: hsl(309, 85%, 92%);
border
border: 2px solid hsl(309, 85%, 92%);
gradient light
background: linear-gradient(to right, hsl(309, 85%, 100%), hsl(309, 85%, 92%));
gradient dark
background: linear-gradient(to right, hsl(309, 85%, 92%), hsl(309, 85%, 72%))
hex
background-color: #FCD9F7;
tailwind
bg-[hsl(309,85%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(309, 85%, 92%, 0.4);
css variable
--color-primary: hsl(309, 85%, 92%);
Related Colors
Use Cases for Very Light Purple
Frequently Asked Questions
What are all the color codes for HSL(309, 85%, 92%)?
HEX: #FCD9F7 | RGB: rgb(252, 217, 247) | CMYK: 0%, 14%, 2%, 1% | HSV: 309°, 14%, 99%. Copy any format from the conversion table above.
What colors go well with #FCD9F7?
The complementary color is HSL(129, 85%, 92%). For a triadic harmony, use hues 309°, 69°, and 189°. For analogous combinations, try hues 279° and 339°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(309, 85%, 92%) in CSS?
As HSL: color: hsl(309, 85%, 92%); — As HEX: color: #FCD9F7; — As RGB: color: rgb(252, 217, 247); — Tailwind CSS: bg-[hsl(309,85%,92%)] — CSS variable: --color-primary: hsl(309, 85%, 92%);