HSL(274, 75%, 88%)
Very Light Indigo — Indigo color
Adjust Color
Color Information
Color Name
Very Light Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(274,75%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(274, 75%, 88%) | color: hsl(274, 75%, 88%) | |
| HEX | #E3C9F7 | color: #E3C9F7 | |
| RGB | rgb(227, 201, 247) | color: rgb(227, 201, 247) | |
| CMYK | cmyk(8%, 19%, 0%, 3%) | — | |
| HSV | hsv(274, 19%, 97%) | — | |
| HWB | hwb(274 79% 3%) | color: hwb(274 79% 3%) | |
| OKLCH | oklch(0.8721 0.0683 310.35) | color: oklch(0.8721 0.0683 310.35) | |
| Lab | lab(84.39 17.41 -19.25) | color: lab(84.39 17.41 -19.25) | |
| LCH | lch(84.39 25.96 312.13) | color: lch(84.39 25.96 312.13) |
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)
#D8D8EC — rgb(216, 216, 236)
Deuteranopia (Green-blind)
#D9DBE9 — rgb(217, 219, 233)
Tritanopia (Blue-blind)
#E2E3E1 — rgb(226, 227, 225)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(274, 75%, 88%);
text
color: hsl(274, 75%, 88%);
border
border: 2px solid hsl(274, 75%, 88%);
gradient light
background: linear-gradient(to right, hsl(274, 75%, 100%), hsl(274, 75%, 88%));
gradient dark
background: linear-gradient(to right, hsl(274, 75%, 88%), hsl(274, 75%, 68%))
hex
background-color: #E3C9F7;
tailwind
bg-[hsl(274,75%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(274, 75%, 88%, 0.4);
css variable
--color-primary: hsl(274, 75%, 88%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(274, 75%, 88%)?
HEX: #E3C9F7 | RGB: rgb(227, 201, 247) | CMYK: 8%, 19%, 0%, 3% | HSV: 274°, 19%, 97%. Copy any format from the conversion table above.
What colors go well with #E3C9F7?
The complementary color is HSL(94, 75%, 88%). For a triadic harmony, use hues 274°, 34°, and 154°. For analogous combinations, try hues 244° and 304°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(274, 75%, 88%) in CSS?
As HSL: color: hsl(274, 75%, 88%); — As HEX: color: #E3C9F7; — As RGB: color: rgb(227, 201, 247); — Tailwind CSS: bg-[hsl(274,75%,88%)] — CSS variable: --color-primary: hsl(274, 75%, 88%);