HSL(283, 60%, 91%)
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(283,60%,91%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(283, 60%, 91%) | color: hsl(283, 60%, 91%) | |
| HEX | #EEDAF6 | color: #EEDAF6 | |
| RGB | rgb(238, 218, 246) | color: rgb(238, 218, 246) | |
| CMYK | cmyk(3%, 11%, 0%, 4%) | — | |
| HSV | hsv(283, 11%, 96%) | — | |
| HWB | hwb(283 85% 4%) | color: hwb(283 85% 4%) | |
| OKLCH | oklch(0.9129 0.0432 316.38) | color: oklch(0.9129 0.0432 316.38) | |
| Lab | lab(89.38 11.81 -11.14) | color: lab(89.38 11.81 -11.14) | |
| LCH | lch(89.38 16.24 316.67) | color: lch(89.38 16.24 316.67) |
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)
#E5E5EF — rgb(229, 229, 239)
Deuteranopia (Green-blind)
#E7E8EE — rgb(231, 232, 238)
Tritanopia (Blue-blind)
#EDEAE9 — rgb(237, 234, 233)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(283, 60%, 91%);
text
color: hsl(283, 60%, 91%);
border
border: 2px solid hsl(283, 60%, 91%);
gradient light
background: linear-gradient(to right, hsl(283, 60%, 100%), hsl(283, 60%, 91%));
gradient dark
background: linear-gradient(to right, hsl(283, 60%, 91%), hsl(283, 60%, 71%))
hex
background-color: #EEDAF6;
tailwind
bg-[hsl(283,60%,91%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(283, 60%, 91%, 0.4);
css variable
--color-primary: hsl(283, 60%, 91%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(283, 60%, 91%)?
HEX: #EEDAF6 | RGB: rgb(238, 218, 246) | CMYK: 3%, 11%, 0%, 4% | HSV: 283°, 11%, 96%. Copy any format from the conversion table above.
What colors go well with #EEDAF6?
The complementary color is HSL(103, 60%, 91%). For a triadic harmony, use hues 283°, 43°, and 163°. For analogous combinations, try hues 253° and 313°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(283, 60%, 91%) in CSS?
As HSL: color: hsl(283, 60%, 91%); — As HEX: color: #EEDAF6; — As RGB: color: rgb(238, 218, 246); — Tailwind CSS: bg-[hsl(283,60%,91%)] — CSS variable: --color-primary: hsl(283, 60%, 91%);