HSL(300, 30%, 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(300,30%,91%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(300, 30%, 91%) | color: hsl(300, 30%, 91%) | |
| HEX | #EFE1EF | color: #EFE1EF | |
| RGB | rgb(239, 225, 239) | color: rgb(239, 225, 239) | |
| CMYK | cmyk(0%, 6%, 0%, 6%) | — | |
| HSV | hsv(300, 6%, 94%) | — | |
| HWB | hwb(300 88% 6%) | color: hwb(300 88% 6%) | |
| OKLCH | oklch(0.9249 0.024 325.77) | color: oklch(0.9249 0.024 325.77) | |
| Lab | lab(90.98 7.21 -5.09) | color: lab(90.98 7.21 -5.09) | |
| LCH | lch(90.98 8.83 324.78) | color: lch(90.98 8.83 324.78) |
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)
#E9E9EC — rgb(233, 233, 236)
Deuteranopia (Green-blind)
#EAEBEB — rgb(234, 235, 235)
Tritanopia (Blue-blind)
#EEE9E8 — rgb(238, 233, 232)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(300, 30%, 91%);
text
color: hsl(300, 30%, 91%);
border
border: 2px solid hsl(300, 30%, 91%);
gradient light
background: linear-gradient(to right, hsl(300, 30%, 100%), hsl(300, 30%, 91%));
gradient dark
background: linear-gradient(to right, hsl(300, 30%, 91%), hsl(300, 30%, 71%))
hex
background-color: #EFE1EF;
tailwind
bg-[hsl(300,30%,91%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(300, 30%, 91%, 0.4);
css variable
--color-primary: hsl(300, 30%, 91%);
Related Colors
Use Cases for Very Light Purple
Frequently Asked Questions
What are all the color codes for HSL(300, 30%, 91%)?
HEX: #EFE1EF | RGB: rgb(239, 225, 239) | CMYK: 0%, 6%, 0%, 6% | HSV: 300°, 6%, 94%. Copy any format from the conversion table above.
What colors go well with #EFE1EF?
The complementary color is HSL(120, 30%, 91%). For a triadic harmony, use hues 300°, 60°, and 180°. For analogous combinations, try hues 270° and 330°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(300, 30%, 91%) in CSS?
As HSL: color: hsl(300, 30%, 91%); — As HEX: color: #EFE1EF; — As RGB: color: rgb(239, 225, 239); — Tailwind CSS: bg-[hsl(300,30%,91%)] — CSS variable: --color-primary: hsl(300, 30%, 91%);