HSL(295, 50%, 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(295,50%,94%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(295, 50%, 94%) | color: hsl(295, 50%, 94%) | |
| HEX | #F6E8F7 | color: #F6E8F7 | |
| RGB | rgb(246, 232, 247) | color: rgb(246, 232, 247) | |
| CMYK | cmyk(0%, 6%, 0%, 3%) | — | |
| HSV | hsv(296, 6%, 97%) | — | |
| HWB | hwb(296 91% 3%) | color: hwb(296 91% 3%) | |
| OKLCH | oklch(0.9464 0.0249 323.77) | color: oklch(0.9464 0.0249 323.77) | |
| Lab | lab(93.46 7.35 -5.54) | color: lab(93.46 7.35 -5.54) | |
| LCH | lch(93.46 9.2 322.99) | color: lch(93.46 9.2 322.99) |
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)
#F0F0F3 — rgb(240, 240, 243)
Deuteranopia (Green-blind)
#F1F2F3 — rgb(241, 242, 243)
Tritanopia (Blue-blind)
#F5F1F0 — rgb(245, 241, 240)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(295, 50%, 94%);
text
color: hsl(295, 50%, 94%);
border
border: 2px solid hsl(295, 50%, 94%);
gradient light
background: linear-gradient(to right, hsl(295, 50%, 100%), hsl(295, 50%, 94%));
gradient dark
background: linear-gradient(to right, hsl(295, 50%, 94%), hsl(295, 50%, 74%))
hex
background-color: #F6E8F7;
tailwind
bg-[hsl(295,50%,94%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(295, 50%, 94%, 0.4);
css variable
--color-primary: hsl(295, 50%, 94%);
Related Colors
Use Cases for Very Light Purple
Frequently Asked Questions
What are all the color codes for HSL(295, 50%, 94%)?
HEX: #F6E8F7 | RGB: rgb(246, 232, 247) | CMYK: 0%, 6%, 0%, 3% | HSV: 296°, 6%, 97%. Copy any format from the conversion table above.
What colors go well with #F6E8F7?
The complementary color is HSL(115, 50%, 94%). For a triadic harmony, use hues 295°, 55°, and 175°. For analogous combinations, try hues 265° and 325°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(295, 50%, 94%) in CSS?
As HSL: color: hsl(295, 50%, 94%); — As HEX: color: #F6E8F7; — As RGB: color: rgb(246, 232, 247); — Tailwind CSS: bg-[hsl(295,50%,94%)] — CSS variable: --color-primary: hsl(295, 50%, 94%);