HSL(282, 59%, 85%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(282,59%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(282, 59%, 85%) | color: hsl(282, 59%, 85%) | |
| HEX | #E2C2EF | color: #E2C2EF | |
| RGB | rgb(226, 194, 239) | color: rgb(226, 194, 239) | |
| CMYK | cmyk(5%, 19%, 0%, 6%) | — | |
| HSV | hsv(283, 19%, 94%) | — | |
| HWB | hwb(283 76% 6%) | color: hwb(283 76% 6%) | |
| OKLCH | oklch(0.8554 0.0702 316.16) | color: oklch(0.8554 0.0702 316.16) | |
| Lab | lab(82.37 19.27 -18.04) | color: lab(82.37 19.27 -18.04) | |
| LCH | lch(82.37 26.4 316.89) | color: lch(82.37 26.4 316.89) |
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)
#D4D4E4 — rgb(212, 212, 228)
Deuteranopia (Green-blind)
#D6D8E2 — rgb(214, 216, 226)
Tritanopia (Blue-blind)
#E0DCDA — rgb(224, 220, 218)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(282, 59%, 85%);
text
color: hsl(282, 59%, 85%);
border
border: 2px solid hsl(282, 59%, 85%);
gradient light
background: linear-gradient(to right, hsl(282, 59%, 100%), hsl(282, 59%, 85%));
gradient dark
background: linear-gradient(to right, hsl(282, 59%, 85%), hsl(282, 59%, 65%))
hex
background-color: #E2C2EF;
tailwind
bg-[hsl(282,59%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(282, 59%, 85%, 0.4);
css variable
--color-primary: hsl(282, 59%, 85%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(282, 59%, 85%)?
HEX: #E2C2EF | RGB: rgb(226, 194, 239) | CMYK: 5%, 19%, 0%, 6% | HSV: 283°, 19%, 94%. Copy any format from the conversion table above.
What colors go well with #E2C2EF?
The complementary color is HSL(102, 59%, 85%). For a triadic harmony, use hues 282°, 42°, and 162°. For analogous combinations, try hues 252° and 312°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(282, 59%, 85%) in CSS?
As HSL: color: hsl(282, 59%, 85%); — As HEX: color: #E2C2EF; — As RGB: color: rgb(226, 194, 239); — Tailwind CSS: bg-[hsl(282,59%,85%)] — CSS variable: --color-primary: hsl(282, 59%, 85%);