HSL(268, 67%, 66%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(268,67%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(268, 67%, 66%) | color: hsl(268, 67%, 66%) | |
| HEX | #A46EE2 | color: #A46EE2 | |
| RGB | rgb(164, 110, 226) | color: rgb(164, 110, 226) | |
| CMYK | cmyk(27%, 51%, 0%, 11%) | — | |
| HSV | hsv(268, 51%, 89%) | — | |
| HWB | hwb(268 44% 11%) | color: hwb(268 44% 11%) | |
| OKLCH | oklch(0.6443 0.1729 303.4) | color: oklch(0.6443 0.1729 303.4) | |
| Lab | lab(56.62 44.03 -51.3) | color: lab(56.62 44.03 -51.3) | |
| LCH | lch(56.62 67.6 310.64) | color: lch(56.62 67.6 310.64) |
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)
#8D8CC6 — rgb(141, 140, 198)
Deuteranopia (Green-blind)
#9094BF — rgb(144, 148, 191)
Tritanopia (Blue-blind)
#A1B0AB — rgb(161, 176, 171)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(268, 67%, 66%);
text
color: hsl(268, 67%, 66%);
border
border: 2px solid hsl(268, 67%, 66%);
gradient light
background: linear-gradient(to right, hsl(268, 67%, 86%), hsl(268, 67%, 66%));
gradient dark
background: linear-gradient(to right, hsl(268, 67%, 66%), hsl(268, 67%, 46%))
hex
background-color: #A46EE2;
tailwind
bg-[hsl(268,67%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(268, 67%, 66%, 0.4);
css variable
--color-primary: hsl(268, 67%, 66%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(268, 67%, 66%)?
HEX: #A46EE2 | RGB: rgb(164, 110, 226) | CMYK: 27%, 51%, 0%, 11% | HSV: 268°, 51%, 89%. Copy any format from the conversion table above.
What colors go well with #A46EE2?
The complementary color is HSL(88, 67%, 66%). For a triadic harmony, use hues 268°, 28°, and 148°. For analogous combinations, try hues 238° and 298°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(268, 67%, 66%) in CSS?
As HSL: color: hsl(268, 67%, 66%); — As HEX: color: #A46EE2; — As RGB: color: rgb(164, 110, 226); — Tailwind CSS: bg-[hsl(268,67%,66%)] — CSS variable: --color-primary: hsl(268, 67%, 66%);