HSL(290, 100%, 92%)
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(290,100%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(290, 100%, 92%) | color: hsl(290, 100%, 92%) | |
| HEX | #F8D6FF | color: #F8D6FF | |
| RGB | rgb(248, 214, 255) | color: rgb(248, 214, 255) | |
| CMYK | cmyk(3%, 16%, 0%, 0%) | — | |
| HSV | hsv(290, 16%, 100%) | — | |
| HWB | hwb(290 84% 0%) | color: hwb(290 84% 0%) | |
| OKLCH | oklch(0.9169 0.0657 320.5) | color: oklch(0.9169 0.0657 320.5) | |
| Lab | lab(89.52 18.84 -15.58) | color: lab(89.52 18.84 -15.58) | |
| LCH | lch(89.52 24.45 320.41) | color: lch(89.52 24.45 320.41) |
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)
#E9E9F5 — rgb(233, 233, 245)
Deuteranopia (Green-blind)
#EBEEF3 — rgb(235, 238, 243)
Tritanopia (Blue-blind)
#F6EDEC — rgb(246, 237, 236)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(290, 100%, 92%);
text
color: hsl(290, 100%, 92%);
border
border: 2px solid hsl(290, 100%, 92%);
gradient light
background: linear-gradient(to right, hsl(290, 100%, 100%), hsl(290, 100%, 92%));
gradient dark
background: linear-gradient(to right, hsl(290, 100%, 92%), hsl(290, 100%, 72%))
hex
background-color: #F8D6FF;
tailwind
bg-[hsl(290,100%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(290, 100%, 92%, 0.4);
css variable
--color-primary: hsl(290, 100%, 92%);
Related Colors
Use Cases for Very Light Purple
Frequently Asked Questions
What are all the color codes for HSL(290, 100%, 92%)?
HEX: #F8D6FF | RGB: rgb(248, 214, 255) | CMYK: 3%, 16%, 0%, 0% | HSV: 290°, 16%, 100%. Copy any format from the conversion table above.
What colors go well with #F8D6FF?
The complementary color is HSL(110, 100%, 92%). For a triadic harmony, use hues 290°, 50°, and 170°. For analogous combinations, try hues 260° and 320°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(290, 100%, 92%) in CSS?
As HSL: color: hsl(290, 100%, 92%); — As HEX: color: #F8D6FF; — As RGB: color: rgb(248, 214, 255); — Tailwind CSS: bg-[hsl(290,100%,92%)] — CSS variable: --color-primary: hsl(290, 100%, 92%);