HSL(267, 98%, 91%)
Very Light Indigo — Indigo color
Adjust Color
Color Information
Color Name
Very Light Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(267,98%,91%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(267, 98%, 91%) | color: hsl(267, 98%, 91%) | |
| HEX | #E6D2FF | color: #E6D2FF | |
| RGB | rgb(230, 210, 255) | color: rgb(230, 210, 255) | |
| CMYK | cmyk(10%, 18%, 0%, 0%) | — | |
| HSV | hsv(267, 18%, 100%) | — | |
| HWB | hwb(267 82% 0%) | color: hwb(267 82% 0%) | |
| OKLCH | oklch(0.8943 0.0644 305.27) | color: oklch(0.8943 0.0644 305.27) | |
| Lab | lab(87.06 15.17 -19.42) | color: lab(87.06 15.17 -19.42) | |
| LCH | lch(87.06 24.64 308) | color: lch(87.06 24.64 308) |
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)
#DDDDF4 — rgb(221, 221, 244)
Deuteranopia (Green-blind)
#DFE0F2 — rgb(223, 224, 242)
Tritanopia (Blue-blind)
#E5ECEA — rgb(229, 236, 234)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(267, 98%, 91%);
text
color: hsl(267, 98%, 91%);
border
border: 2px solid hsl(267, 98%, 91%);
gradient light
background: linear-gradient(to right, hsl(267, 98%, 100%), hsl(267, 98%, 91%));
gradient dark
background: linear-gradient(to right, hsl(267, 98%, 91%), hsl(267, 98%, 71%))
hex
background-color: #E6D2FF;
tailwind
bg-[hsl(267,98%,91%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(267, 98%, 91%, 0.4);
css variable
--color-primary: hsl(267, 98%, 91%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(267, 98%, 91%)?
HEX: #E6D2FF | RGB: rgb(230, 210, 255) | CMYK: 10%, 18%, 0%, 0% | HSV: 267°, 18%, 100%. Copy any format from the conversion table above.
What colors go well with #E6D2FF?
The complementary color is HSL(87, 98%, 91%). For a triadic harmony, use hues 267°, 27°, and 147°. For analogous combinations, try hues 237° and 297°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(267, 98%, 91%) in CSS?
As HSL: color: hsl(267, 98%, 91%); — As HEX: color: #E6D2FF; — As RGB: color: rgb(230, 210, 255); — Tailwind CSS: bg-[hsl(267,98%,91%)] — CSS variable: --color-primary: hsl(267, 98%, 91%);