HSL(264, 80%, 68%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(264,80%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(264, 80%, 68%) | color: hsl(264, 80%, 68%) | |
| HEX | #A06CEF | color: #A06CEF | |
| RGB | rgb(160, 108, 239) | color: rgb(160, 108, 239) | |
| CMYK | cmyk(33%, 55%, 0%, 6%) | — | |
| HSV | hsv(264, 55%, 94%) | — | |
| HWB | hwb(264 42% 6%) | color: hwb(264 42% 6%) | |
| OKLCH | oklch(0.645 0.1907 299.32) | color: oklch(0.645 0.1907 299.32) | |
| Lab | lab(56.52 47.29 -58.76) | color: lab(56.52 47.29 -58.76) | |
| LCH | lch(56.52 75.43 308.83) | color: lch(56.52 75.43 308.83) |
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)
#8989CF — rgb(137, 137, 207)
Deuteranopia (Green-blind)
#8D90C8 — rgb(141, 144, 200)
Tritanopia (Blue-blind)
#9DB6B1 — rgb(157, 182, 177)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(264, 80%, 68%);
text
color: hsl(264, 80%, 68%);
border
border: 2px solid hsl(264, 80%, 68%);
gradient light
background: linear-gradient(to right, hsl(264, 80%, 88%), hsl(264, 80%, 68%));
gradient dark
background: linear-gradient(to right, hsl(264, 80%, 68%), hsl(264, 80%, 48%))
hex
background-color: #A06CEF;
tailwind
bg-[hsl(264,80%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(264, 80%, 68%, 0.4);
css variable
--color-primary: hsl(264, 80%, 68%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(264, 80%, 68%)?
HEX: #A06CEF | RGB: rgb(160, 108, 239) | CMYK: 33%, 55%, 0%, 6% | HSV: 264°, 55%, 94%. Copy any format from the conversion table above.
What colors go well with #A06CEF?
The complementary color is HSL(84, 80%, 68%). For a triadic harmony, use hues 264°, 24°, and 144°. For analogous combinations, try hues 234° and 294°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(264, 80%, 68%) in CSS?
As HSL: color: hsl(264, 80%, 68%); — As HEX: color: #A06CEF; — As RGB: color: rgb(160, 108, 239); — Tailwind CSS: bg-[hsl(264,80%,68%)] — CSS variable: --color-primary: hsl(264, 80%, 68%);