HSL(305, 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(305,30%,91%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(305, 30%, 91%) | color: hsl(305, 30%, 91%) | |
| HEX | #EFE1EE | color: #EFE1EE | |
| RGB | rgb(239, 225, 238) | color: rgb(239, 225, 238) | |
| CMYK | cmyk(0%, 6%, 0%, 6%) | — | |
| HSV | hsv(304, 6%, 94%) | — | |
| HWB | hwb(304 88% 6%) | color: hwb(304 88% 6%) | |
| OKLCH | oklch(0.9246 0.023 327.94) | color: oklch(0.9246 0.023 327.94) | |
| Lab | lab(90.95 7.03 -4.61) | color: lab(90.95 7.03 -4.61) | |
| LCH | lch(90.95 8.41 326.74) | color: lch(90.95 8.41 326.74) |
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)
#E9E9EB — rgb(233, 233, 235)
Deuteranopia (Green-blind)
#EAEBEA — rgb(234, 235, 234)
Tritanopia (Blue-blind)
#EEE8E8 — rgb(238, 232, 232)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(305, 30%, 91%);
text
color: hsl(305, 30%, 91%);
border
border: 2px solid hsl(305, 30%, 91%);
gradient light
background: linear-gradient(to right, hsl(305, 30%, 100%), hsl(305, 30%, 91%));
gradient dark
background: linear-gradient(to right, hsl(305, 30%, 91%), hsl(305, 30%, 71%))
hex
background-color: #EFE1EE;
tailwind
bg-[hsl(305,30%,91%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(305, 30%, 91%, 0.4);
css variable
--color-primary: hsl(305, 30%, 91%);
Related Colors
Use Cases for Very Light Purple
Frequently Asked Questions
What are all the color codes for HSL(305, 30%, 91%)?
HEX: #EFE1EE | RGB: rgb(239, 225, 238) | CMYK: 0%, 6%, 0%, 6% | HSV: 304°, 6%, 94%. Copy any format from the conversion table above.
What colors go well with #EFE1EE?
The complementary color is HSL(125, 30%, 91%). For a triadic harmony, use hues 305°, 65°, and 185°. For analogous combinations, try hues 275° and 335°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(305, 30%, 91%) in CSS?
As HSL: color: hsl(305, 30%, 91%); — As HEX: color: #EFE1EE; — As RGB: color: rgb(239, 225, 238); — Tailwind CSS: bg-[hsl(305,30%,91%)] — CSS variable: --color-primary: hsl(305, 30%, 91%);