HSL(308, 20%, 90%)
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,20%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(308, 20%, 90%) | color: hsl(308, 20%, 90%) | |
| HEX | #EBE0E9 | color: #EBE0E9 | |
| RGB | rgb(235, 224, 233) | color: rgb(235, 224, 233) | |
| CMYK | cmyk(0%, 5%, 1%, 8%) | — | |
| HSV | hsv(311, 5%, 92%) | — | |
| HWB | hwb(311 87% 8%) | color: hwb(311 87% 8%) | |
| OKLCH | oklch(0.918 0.0169 331.61) | color: oklch(0.918 0.0169 331.61) | |
| Lab | lab(90.26 5.31 -3.04) | color: lab(90.26 5.31 -3.04) | |
| LCH | lch(90.26 6.12 330.21) | color: lch(90.26 6.12 330.21) |
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)
#E6E6E7 — rgb(230, 230, 231)
Deuteranopia (Green-blind)
#E7E8E6 — rgb(231, 232, 230)
Tritanopia (Blue-blind)
#EAE5E5 — rgb(234, 229, 229)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(308, 20%, 90%);
text
color: hsl(308, 20%, 90%);
border
border: 2px solid hsl(308, 20%, 90%);
gradient light
background: linear-gradient(to right, hsl(308, 20%, 100%), hsl(308, 20%, 90%));
gradient dark
background: linear-gradient(to right, hsl(308, 20%, 90%), hsl(308, 20%, 70%))
hex
background-color: #EBE0E9;
tailwind
bg-[hsl(308,20%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(308, 20%, 90%, 0.4);
css variable
--color-primary: hsl(308, 20%, 90%);
Related Colors
Use Cases for Very Light Purple
Frequently Asked Questions
What are all the color codes for HSL(308, 20%, 90%)?
HEX: #EBE0E9 | RGB: rgb(235, 224, 233) | CMYK: 0%, 5%, 1%, 8% | HSV: 311°, 5%, 92%. Copy any format from the conversion table above.
What colors go well with #EBE0E9?
The complementary color is HSL(128, 20%, 90%). 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, 20%, 90%) in CSS?
As HSL: color: hsl(308, 20%, 90%); — As HEX: color: #EBE0E9; — As RGB: color: rgb(235, 224, 233); — Tailwind CSS: bg-[hsl(308,20%,90%)] — CSS variable: --color-primary: hsl(308, 20%, 90%);