HSL(308, 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(308,30%,91%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(308, 30%, 91%) | color: hsl(308, 30%, 91%) | |
| HEX | #EFE1ED | color: #EFE1ED | |
| RGB | rgb(239, 225, 237) | color: rgb(239, 225, 237) | |
| CMYK | cmyk(0%, 6%, 1%, 6%) | — | |
| HSV | hsv(309, 6%, 94%) | — | |
| HWB | hwb(309 88% 6%) | color: hwb(309 88% 6%) | |
| OKLCH | oklch(0.9243 0.022 330.3) | color: oklch(0.9243 0.022 330.3) | |
| Lab | lab(90.92 6.85 -4.12) | color: lab(90.92 6.85 -4.12) | |
| LCH | lch(90.92 7.99 328.97) | color: lch(90.92 7.99 328.97) |
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)
#E9E9EA — rgb(233, 233, 234)
Deuteranopia (Green-blind)
#EAEBE9 — rgb(234, 235, 233)
Tritanopia (Blue-blind)
#EEE8E7 — rgb(238, 232, 231)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(308, 30%, 91%);
text
color: hsl(308, 30%, 91%);
border
border: 2px solid hsl(308, 30%, 91%);
gradient light
background: linear-gradient(to right, hsl(308, 30%, 100%), hsl(308, 30%, 91%));
gradient dark
background: linear-gradient(to right, hsl(308, 30%, 91%), hsl(308, 30%, 71%))
hex
background-color: #EFE1ED;
tailwind
bg-[hsl(308,30%,91%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(308, 30%, 91%, 0.4);
css variable
--color-primary: hsl(308, 30%, 91%);
Related Colors
Use Cases for Very Light Purple
Frequently Asked Questions
What are all the color codes for HSL(308, 30%, 91%)?
HEX: #EFE1ED | RGB: rgb(239, 225, 237) | CMYK: 0%, 6%, 1%, 6% | HSV: 309°, 6%, 94%. Copy any format from the conversion table above.
What colors go well with #EFE1ED?
The complementary color is HSL(128, 30%, 91%). For a triadic harmony, use hues 308°, 68°, and 188°. For analogous combinations, try hues 278° and 338°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(308, 30%, 91%) in CSS?
As HSL: color: hsl(308, 30%, 91%); — As HEX: color: #EFE1ED; — As RGB: color: rgb(239, 225, 237); — Tailwind CSS: bg-[hsl(308,30%,91%)] — CSS variable: --color-primary: hsl(308, 30%, 91%);