HSL(266, 60%, 94%)
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(266,60%,94%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(266, 60%, 94%) | color: hsl(266, 60%, 94%) | |
| HEX | #EEE7F9 | color: #EEE7F9 | |
| RGB | rgb(238, 231, 249) | color: rgb(238, 231, 249) | |
| CMYK | cmyk(4%, 7%, 0%, 2%) | — | |
| HSV | hsv(263, 7%, 98%) | — | |
| HWB | hwb(263 91% 2%) | color: hwb(263 91% 2%) | |
| OKLCH | oklch(0.9387 0.0251 303.48) | color: oklch(0.9387 0.0251 303.48) | |
| Lab | lab(92.65 5.6 -7.85) | color: lab(92.65 5.6 -7.85) | |
| LCH | lch(92.65 9.64 305.5) | color: lch(92.65 9.64 305.5) |
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)
#EBEBF5 — rgb(235, 235, 245)
Deuteranopia (Green-blind)
#EBECF4 — rgb(235, 236, 244)
Tritanopia (Blue-blind)
#EEF1F0 — rgb(238, 241, 240)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(266, 60%, 94%);
text
color: hsl(266, 60%, 94%);
border
border: 2px solid hsl(266, 60%, 94%);
gradient light
background: linear-gradient(to right, hsl(266, 60%, 100%), hsl(266, 60%, 94%));
gradient dark
background: linear-gradient(to right, hsl(266, 60%, 94%), hsl(266, 60%, 74%))
hex
background-color: #EEE7F9;
tailwind
bg-[hsl(266,60%,94%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(266, 60%, 94%, 0.4);
css variable
--color-primary: hsl(266, 60%, 94%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(266, 60%, 94%)?
HEX: #EEE7F9 | RGB: rgb(238, 231, 249) | CMYK: 4%, 7%, 0%, 2% | HSV: 263°, 7%, 98%. Copy any format from the conversion table above.
What colors go well with #EEE7F9?
The complementary color is HSL(86, 60%, 94%). For a triadic harmony, use hues 266°, 26°, and 146°. For analogous combinations, try hues 236° and 296°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(266, 60%, 94%) in CSS?
As HSL: color: hsl(266, 60%, 94%); — As HEX: color: #EEE7F9; — As RGB: color: rgb(238, 231, 249); — Tailwind CSS: bg-[hsl(266,60%,94%)] — CSS variable: --color-primary: hsl(266, 60%, 94%);