HSL(265, 70%, 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(265,70%,94%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(265, 70%, 94%) | color: hsl(265, 70%, 94%) | |
| HEX | #EEE5FA | color: #EEE5FA | |
| RGB | rgb(238, 229, 250) | color: rgb(238, 229, 250) | |
| CMYK | cmyk(5%, 8%, 0%, 2%) | — | |
| HSV | hsv(266, 8%, 98%) | — | |
| HWB | hwb(266 90% 2%) | color: hwb(266 90% 2%) | |
| OKLCH | oklch(0.9352 0.0296 305.12) | color: oklch(0.9352 0.0296 305.12) | |
| Lab | lab(92.18 6.82 -9.07) | color: lab(92.18 6.82 -9.07) | |
| LCH | lch(92.18 11.35 306.94) | color: lch(92.18 11.35 306.94) |
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)
#EAEAF5 — rgb(234, 234, 245)
Deuteranopia (Green-blind)
#EBEBF4 — rgb(235, 235, 244)
Tritanopia (Blue-blind)
#EEF1F0 — rgb(238, 241, 240)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(265, 70%, 94%);
text
color: hsl(265, 70%, 94%);
border
border: 2px solid hsl(265, 70%, 94%);
gradient light
background: linear-gradient(to right, hsl(265, 70%, 100%), hsl(265, 70%, 94%));
gradient dark
background: linear-gradient(to right, hsl(265, 70%, 94%), hsl(265, 70%, 74%))
hex
background-color: #EEE5FA;
tailwind
bg-[hsl(265,70%,94%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(265, 70%, 94%, 0.4);
css variable
--color-primary: hsl(265, 70%, 94%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(265, 70%, 94%)?
HEX: #EEE5FA | RGB: rgb(238, 229, 250) | CMYK: 5%, 8%, 0%, 2% | HSV: 266°, 8%, 98%. Copy any format from the conversion table above.
What colors go well with #EEE5FA?
The complementary color is HSL(85, 70%, 94%). For a triadic harmony, use hues 265°, 25°, and 145°. For analogous combinations, try hues 235° and 295°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(265, 70%, 94%) in CSS?
As HSL: color: hsl(265, 70%, 94%); — As HEX: color: #EEE5FA; — As RGB: color: rgb(238, 229, 250); — Tailwind CSS: bg-[hsl(265,70%,94%)] — CSS variable: --color-primary: hsl(265, 70%, 94%);