HSL(296, 64%, 93%)
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(296,64%,93%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(296, 64%, 93%) | color: hsl(296, 64%, 93%) | |
| HEX | #F7E2F9 | color: #F7E2F9 | |
| RGB | rgb(247, 226, 249) | color: rgb(247, 226, 249) | |
| CMYK | cmyk(1%, 9%, 0%, 2%) | — | |
| HSV | hsv(295, 9%, 98%) | — | |
| HWB | hwb(295 89% 2%) | color: hwb(295 89% 2%) | |
| OKLCH | oklch(0.9364 0.0379 323.2) | color: oklch(0.9364 0.0379 323.2) | |
| Lab | lab(92.13 11.14 -8.54) | color: lab(92.13 11.14 -8.54) | |
| LCH | lch(92.13 14.04 322.53) | color: lch(92.13 14.04 322.53) |
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)
#EEEEF3 — rgb(238, 238, 243)
Deuteranopia (Green-blind)
#EFF1F2 — rgb(239, 241, 242)
Tritanopia (Blue-blind)
#F6EFEE — rgb(246, 239, 238)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(296, 64%, 93%);
text
color: hsl(296, 64%, 93%);
border
border: 2px solid hsl(296, 64%, 93%);
gradient light
background: linear-gradient(to right, hsl(296, 64%, 100%), hsl(296, 64%, 93%));
gradient dark
background: linear-gradient(to right, hsl(296, 64%, 93%), hsl(296, 64%, 73%))
hex
background-color: #F7E2F9;
tailwind
bg-[hsl(296,64%,93%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(296, 64%, 93%, 0.4);
css variable
--color-primary: hsl(296, 64%, 93%);
Related Colors
Use Cases for Very Light Purple
Frequently Asked Questions
What are all the color codes for HSL(296, 64%, 93%)?
HEX: #F7E2F9 | RGB: rgb(247, 226, 249) | CMYK: 1%, 9%, 0%, 2% | HSV: 295°, 9%, 98%. Copy any format from the conversion table above.
What colors go well with #F7E2F9?
The complementary color is HSL(116, 64%, 93%). For a triadic harmony, use hues 296°, 56°, and 176°. For analogous combinations, try hues 266° and 326°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(296, 64%, 93%) in CSS?
As HSL: color: hsl(296, 64%, 93%); — As HEX: color: #F7E2F9; — As RGB: color: rgb(247, 226, 249); — Tailwind CSS: bg-[hsl(296,64%,93%)] — CSS variable: --color-primary: hsl(296, 64%, 93%);