HSL(288, 56%, 94%)
Very Light Purple — Purple color
Adjust Color
Color Information
Color Name
Very Light Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(288,56%,94%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(288, 56%, 94%) | color: hsl(288, 56%, 94%) | |
| HEX | #F5E7F8 | color: #F5E7F8 | |
| RGB | rgb(245, 231, 248) | color: rgb(245, 231, 248) | |
| CMYK | cmyk(1%, 7%, 0%, 3%) | — | |
| HSV | hsv(289, 7%, 97%) | — | |
| HWB | hwb(289 90% 3%) | color: hwb(289 90% 3%) | |
| OKLCH | oklch(0.944 0.0271 320.25) | color: oklch(0.944 0.0271 320.25) | |
| Lab | lab(93.16 7.71 -6.51) | color: lab(93.16 7.71 -6.51) | |
| LCH | lch(93.16 10.09 319.82) | color: lch(93.16 10.09 319.82) |
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)
#EFEFF4 — rgb(239, 239, 244)
Deuteranopia (Green-blind)
#F0F1F3 — rgb(240, 241, 243)
Tritanopia (Blue-blind)
#F4F1F0 — rgb(244, 241, 240)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(288, 56%, 94%);
text
color: hsl(288, 56%, 94%);
border
border: 2px solid hsl(288, 56%, 94%);
gradient light
background: linear-gradient(to right, hsl(288, 56%, 100%), hsl(288, 56%, 94%));
gradient dark
background: linear-gradient(to right, hsl(288, 56%, 94%), hsl(288, 56%, 74%))
hex
background-color: #F5E7F8;
tailwind
bg-[hsl(288,56%,94%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(288, 56%, 94%, 0.4);
css variable
--color-primary: hsl(288, 56%, 94%);
Related Colors
Use Cases for Very Light Purple
Frequently Asked Questions
What are all the color codes for HSL(288, 56%, 94%)?
HEX: #F5E7F8 | RGB: rgb(245, 231, 248) | CMYK: 1%, 7%, 0%, 3% | HSV: 289°, 7%, 97%. Copy any format from the conversion table above.
What colors go well with #F5E7F8?
The complementary color is HSL(108, 56%, 94%). For a triadic harmony, use hues 288°, 48°, and 168°. For analogous combinations, try hues 258° and 318°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(288, 56%, 94%) in CSS?
As HSL: color: hsl(288, 56%, 94%); — As HEX: color: #F5E7F8; — As RGB: color: rgb(245, 231, 248); — Tailwind CSS: bg-[hsl(288,56%,94%)] — CSS variable: --color-primary: hsl(288, 56%, 94%);