HSL(260, 59%, 63%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(260,59%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(260, 59%, 63%) | color: hsl(260, 59%, 63%) | |
| HEX | #8E69D8 | color: #8E69D8 | |
| RGB | rgb(142, 105, 216) | color: rgb(142, 105, 216) | |
| CMYK | cmyk(34%, 51%, 0%, 15%) | — | |
| HSV | hsv(260, 51%, 85%) | — | |
| HWB | hwb(260 42% 15%) | color: hwb(260 42% 15%) | |
| OKLCH | oklch(0.6086 0.1643 296.59) | color: oklch(0.6086 0.1643 296.59) | |
| Lab | lab(52.74 38.74 -51.98) | color: lab(52.74 38.74 -51.98) | |
| LCH | lch(52.74 64.83 306.7) | color: lch(52.74 64.83 306.7) |
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)
#7E7EBD — rgb(126, 126, 189)
Deuteranopia (Green-blind)
#8083B7 — rgb(128, 131, 183)
Tritanopia (Blue-blind)
#8CA8A3 — rgb(140, 168, 163)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(260, 59%, 63%);
text
color: hsl(260, 59%, 63%);
border
border: 2px solid hsl(260, 59%, 63%);
gradient light
background: linear-gradient(to right, hsl(260, 59%, 83%), hsl(260, 59%, 63%));
gradient dark
background: linear-gradient(to right, hsl(260, 59%, 63%), hsl(260, 59%, 43%))
hex
background-color: #8E69D8;
tailwind
bg-[hsl(260,59%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(260, 59%, 63%, 0.4);
css variable
--color-primary: hsl(260, 59%, 63%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(260, 59%, 63%)?
HEX: #8E69D8 | RGB: rgb(142, 105, 216) | CMYK: 34%, 51%, 0%, 15% | HSV: 260°, 51%, 85%. Copy any format from the conversion table above.
What colors go well with #8E69D8?
The complementary color is HSL(80, 59%, 63%). For a triadic harmony, use hues 260°, 20°, and 140°. For analogous combinations, try hues 230° and 290°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(260, 59%, 63%) in CSS?
As HSL: color: hsl(260, 59%, 63%); — As HEX: color: #8E69D8; — As RGB: color: rgb(142, 105, 216); — Tailwind CSS: bg-[hsl(260,59%,63%)] — CSS variable: --color-primary: hsl(260, 59%, 63%);