HSL(314, 52%, 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(314,52%,91%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(314, 52%, 91%) | color: hsl(314, 52%, 91%) | |
| HEX | #F4DCEE | color: #F4DCEE | |
| RGB | rgb(244, 220, 238) | color: rgb(244, 220, 238) | |
| CMYK | cmyk(0%, 10%, 2%, 4%) | — | |
| HSV | hsv(315, 10%, 96%) | — | |
| HWB | hwb(315 86% 4%) | color: hwb(315 86% 4%) | |
| OKLCH | oklch(0.9192 0.0354 334.51) | color: oklch(0.9192 0.0354 334.51) | |
| Lab | lab(90.13 11.31 -5.76) | color: lab(90.13 11.31 -5.76) | |
| LCH | lch(90.13 12.69 333.01) | color: lch(90.13 12.69 333.01) |
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)
#EAE9EA — rgb(234, 233, 234)
Deuteranopia (Green-blind)
#EBEDE9 — rgb(235, 237, 233)
Tritanopia (Blue-blind)
#F3E6E5 — rgb(243, 230, 229)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(314, 52%, 91%);
text
color: hsl(314, 52%, 91%);
border
border: 2px solid hsl(314, 52%, 91%);
gradient light
background: linear-gradient(to right, hsl(314, 52%, 100%), hsl(314, 52%, 91%));
gradient dark
background: linear-gradient(to right, hsl(314, 52%, 91%), hsl(314, 52%, 71%))
hex
background-color: #F4DCEE;
tailwind
bg-[hsl(314,52%,91%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(314, 52%, 91%, 0.4);
css variable
--color-primary: hsl(314, 52%, 91%);
Related Colors
Use Cases for Very Light Purple
Frequently Asked Questions
What are all the color codes for HSL(314, 52%, 91%)?
HEX: #F4DCEE | RGB: rgb(244, 220, 238) | CMYK: 0%, 10%, 2%, 4% | HSV: 315°, 10%, 96%. Copy any format from the conversion table above.
What colors go well with #F4DCEE?
The complementary color is HSL(134, 52%, 91%). For a triadic harmony, use hues 314°, 74°, and 194°. For analogous combinations, try hues 284° and 344°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(314, 52%, 91%) in CSS?
As HSL: color: hsl(314, 52%, 91%); — As HEX: color: #F4DCEE; — As RGB: color: rgb(244, 220, 238); — Tailwind CSS: bg-[hsl(314,52%,91%)] — CSS variable: --color-primary: hsl(314, 52%, 91%);