HSL(313, 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(313,85%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(313, 85%, 92%) | color: hsl(313, 85%, 92%) | |
| HEX | #FCD9F4 | color: #FCD9F4 | |
| RGB | rgb(252, 217, 244) | color: rgb(252, 217, 244) | |
| CMYK | cmyk(0%, 14%, 3%, 1%) | — | |
| HSV | hsv(314, 14%, 99%) | — | |
| HWB | hwb(314 85% 1%) | color: hwb(314 85% 1%) | |
| OKLCH | oklch(0.9223 0.0522 333.94) | color: oklch(0.9223 0.0522 333.94) | |
| Lab | lab(90.25 16.61 -8.66) | color: lab(90.25 16.61 -8.66) | |
| LCH | lch(90.25 18.73 332.46) | color: lch(90.25 18.73 332.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)
#EDEDED — rgb(237, 237, 237)
Deuteranopia (Green-blind)
#EFF2EC — rgb(239, 242, 236)
Tritanopia (Blue-blind)
#FAE8E7 — rgb(250, 232, 231)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(313, 85%, 92%);
text
color: hsl(313, 85%, 92%);
border
border: 2px solid hsl(313, 85%, 92%);
gradient light
background: linear-gradient(to right, hsl(313, 85%, 100%), hsl(313, 85%, 92%));
gradient dark
background: linear-gradient(to right, hsl(313, 85%, 92%), hsl(313, 85%, 72%))
hex
background-color: #FCD9F4;
tailwind
bg-[hsl(313,85%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(313, 85%, 92%, 0.4);
css variable
--color-primary: hsl(313, 85%, 92%);
Related Colors
Use Cases for Very Light Purple
Frequently Asked Questions
What are all the color codes for HSL(313, 85%, 92%)?
HEX: #FCD9F4 | RGB: rgb(252, 217, 244) | CMYK: 0%, 14%, 3%, 1% | HSV: 314°, 14%, 99%. Copy any format from the conversion table above.
What colors go well with #FCD9F4?
The complementary color is HSL(133, 85%, 92%). For a triadic harmony, use hues 313°, 73°, and 193°. For analogous combinations, try hues 283° and 343°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(313, 85%, 92%) in CSS?
As HSL: color: hsl(313, 85%, 92%); — As HEX: color: #FCD9F4; — As RGB: color: rgb(252, 217, 244); — Tailwind CSS: bg-[hsl(313,85%,92%)] — CSS variable: --color-primary: hsl(313, 85%, 92%);