HSL(283, 65%, 84%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(283,65%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(283, 65%, 84%) | color: hsl(283, 65%, 84%) | |
| HEX | #E2BCF1 | color: #E2BCF1 | |
| RGB | rgb(226, 188, 241) | color: rgb(226, 188, 241) | |
| CMYK | cmyk(6%, 22%, 0%, 5%) | — | |
| HSV | hsv(283, 22%, 95%) | — | |
| HWB | hwb(283 74% 5%) | color: hwb(283 74% 5%) | |
| OKLCH | oklch(0.8451 0.083 316.33) | color: oklch(0.8451 0.083 316.33) | |
| Lab | lab(81.01 22.88 -21.17) | color: lab(81.01 22.88 -21.17) | |
| LCH | lch(81.01 31.17 317.22) | color: lch(81.01 31.17 317.22) |
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)
#D2D1E4 — rgb(210, 209, 228)
Deuteranopia (Green-blind)
#D4D7E1 — rgb(212, 215, 225)
Tritanopia (Blue-blind)
#E0DAD8 — rgb(224, 218, 216)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(283, 65%, 84%);
text
color: hsl(283, 65%, 84%);
border
border: 2px solid hsl(283, 65%, 84%);
gradient light
background: linear-gradient(to right, hsl(283, 65%, 100%), hsl(283, 65%, 84%));
gradient dark
background: linear-gradient(to right, hsl(283, 65%, 84%), hsl(283, 65%, 64%))
hex
background-color: #E2BCF1;
tailwind
bg-[hsl(283,65%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(283, 65%, 84%, 0.4);
css variable
--color-primary: hsl(283, 65%, 84%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(283, 65%, 84%)?
HEX: #E2BCF1 | RGB: rgb(226, 188, 241) | CMYK: 6%, 22%, 0%, 5% | HSV: 283°, 22%, 95%. Copy any format from the conversion table above.
What colors go well with #E2BCF1?
The complementary color is HSL(103, 65%, 84%). 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, 65%, 84%) in CSS?
As HSL: color: hsl(283, 65%, 84%); — As HEX: color: #E2BCF1; — As RGB: color: rgb(226, 188, 241); — Tailwind CSS: bg-[hsl(283,65%,84%)] — CSS variable: --color-primary: hsl(283, 65%, 84%);