HSL(271, 60%, 93%)
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(271,60%,93%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(271, 60%, 93%) | color: hsl(271, 60%, 93%) | |
| HEX | #EEE2F8 | color: #EEE2F8 | |
| RGB | rgb(238, 226, 248) | color: rgb(238, 226, 248) | |
| CMYK | cmyk(4%, 9%, 0%, 3%) | — | |
| HSV | hsv(273, 9%, 97%) | — | |
| HWB | hwb(273 88% 3%) | color: hwb(273 88% 3%) | |
| OKLCH | oklch(0.9288 0.032 309.93) | color: oklch(0.9288 0.032 309.93) | |
| Lab | lab(91.39 8 -9.2) | color: lab(91.39 8 -9.2) | |
| LCH | lch(91.39 12.19 311.01) | color: lch(91.39 12.19 311.01) |
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)
#E9E9F3 — rgb(233, 233, 243)
Deuteranopia (Green-blind)
#EAEAF1 — rgb(234, 234, 241)
Tritanopia (Blue-blind)
#EDEEEE — rgb(237, 238, 238)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(271, 60%, 93%);
text
color: hsl(271, 60%, 93%);
border
border: 2px solid hsl(271, 60%, 93%);
gradient light
background: linear-gradient(to right, hsl(271, 60%, 100%), hsl(271, 60%, 93%));
gradient dark
background: linear-gradient(to right, hsl(271, 60%, 93%), hsl(271, 60%, 73%))
hex
background-color: #EEE2F8;
tailwind
bg-[hsl(271,60%,93%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(271, 60%, 93%, 0.4);
css variable
--color-primary: hsl(271, 60%, 93%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(271, 60%, 93%)?
HEX: #EEE2F8 | RGB: rgb(238, 226, 248) | CMYK: 4%, 9%, 0%, 3% | HSV: 273°, 9%, 97%. Copy any format from the conversion table above.
What colors go well with #EEE2F8?
The complementary color is HSL(91, 60%, 93%). For a triadic harmony, use hues 271°, 31°, and 151°. For analogous combinations, try hues 241° and 301°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(271, 60%, 93%) in CSS?
As HSL: color: hsl(271, 60%, 93%); — As HEX: color: #EEE2F8; — As RGB: color: rgb(238, 226, 248); — Tailwind CSS: bg-[hsl(271,60%,93%)] — CSS variable: --color-primary: hsl(271, 60%, 93%);