HSL(304, 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(304,52%,91%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(304, 52%, 91%) | color: hsl(304, 52%, 91%) | |
| HEX | #F4DCF2 | color: #F4DCF2 | |
| RGB | rgb(244, 220, 242) | color: rgb(244, 220, 242) | |
| CMYK | cmyk(0%, 10%, 1%, 4%) | — | |
| HSV | hsv(305, 10%, 96%) | — | |
| HWB | hwb(305 86% 4%) | color: hwb(305 86% 4%) | |
| OKLCH | oklch(0.9205 0.0391 328.5) | color: oklch(0.9205 0.0391 328.5) | |
| Lab | lab(90.24 12.02 -7.7) | color: lab(90.24 12.02 -7.7) | |
| LCH | lch(90.24 14.27 327.36) | color: lch(90.24 14.27 327.36) |
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)
#EAE9ED — rgb(234, 233, 237)
Deuteranopia (Green-blind)
#EBEDEB — rgb(235, 237, 235)
Tritanopia (Blue-blind)
#F3E8E8 — rgb(243, 232, 232)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(304, 52%, 91%);
text
color: hsl(304, 52%, 91%);
border
border: 2px solid hsl(304, 52%, 91%);
gradient light
background: linear-gradient(to right, hsl(304, 52%, 100%), hsl(304, 52%, 91%));
gradient dark
background: linear-gradient(to right, hsl(304, 52%, 91%), hsl(304, 52%, 71%))
hex
background-color: #F4DCF2;
tailwind
bg-[hsl(304,52%,91%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(304, 52%, 91%, 0.4);
css variable
--color-primary: hsl(304, 52%, 91%);
Related Colors
Use Cases for Very Light Purple
Frequently Asked Questions
What are all the color codes for HSL(304, 52%, 91%)?
HEX: #F4DCF2 | RGB: rgb(244, 220, 242) | CMYK: 0%, 10%, 1%, 4% | HSV: 305°, 10%, 96%. Copy any format from the conversion table above.
What colors go well with #F4DCF2?
The complementary color is HSL(124, 52%, 91%). For a triadic harmony, use hues 304°, 64°, and 184°. For analogous combinations, try hues 274° and 334°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(304, 52%, 91%) in CSS?
As HSL: color: hsl(304, 52%, 91%); — As HEX: color: #F4DCF2; — As RGB: color: rgb(244, 220, 242); — Tailwind CSS: bg-[hsl(304,52%,91%)] — CSS variable: --color-primary: hsl(304, 52%, 91%);