HSL(267, 80%, 68%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(267,80%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(267, 80%, 68%) | color: hsl(267, 80%, 68%) | |
| HEX | #A76CEF | color: #A76CEF | |
| RGB | rgb(167, 108, 239) | color: rgb(167, 108, 239) | |
| CMYK | cmyk(30%, 55%, 0%, 6%) | — | |
| HSV | hsv(267, 55%, 94%) | — | |
| HWB | hwb(267 42% 6%) | color: hwb(267 42% 6%) | |
| OKLCH | oklch(0.652 0.192 302.15) | color: oklch(0.652 0.192 302.15) | |
| Lab | lab(57.24 48.97 -57.56) | color: lab(57.24 48.97 -57.56) | |
| LCH | lch(57.24 75.57 310.39) | color: lch(57.24 75.57 310.39) |
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)
#8D8DCF — rgb(141, 141, 207)
Deuteranopia (Green-blind)
#9195C8 — rgb(145, 149, 200)
Tritanopia (Blue-blind)
#A4B6B1 — rgb(164, 182, 177)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(267, 80%, 68%);
text
color: hsl(267, 80%, 68%);
border
border: 2px solid hsl(267, 80%, 68%);
gradient light
background: linear-gradient(to right, hsl(267, 80%, 88%), hsl(267, 80%, 68%));
gradient dark
background: linear-gradient(to right, hsl(267, 80%, 68%), hsl(267, 80%, 48%))
hex
background-color: #A76CEF;
tailwind
bg-[hsl(267,80%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(267, 80%, 68%, 0.4);
css variable
--color-primary: hsl(267, 80%, 68%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(267, 80%, 68%)?
HEX: #A76CEF | RGB: rgb(167, 108, 239) | CMYK: 30%, 55%, 0%, 6% | HSV: 267°, 55%, 94%. Copy any format from the conversion table above.
What colors go well with #A76CEF?
The complementary color is HSL(87, 80%, 68%). For a triadic harmony, use hues 267°, 27°, and 147°. For analogous combinations, try hues 237° and 297°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(267, 80%, 68%) in CSS?
As HSL: color: hsl(267, 80%, 68%); — As HEX: color: #A76CEF; — As RGB: color: rgb(167, 108, 239); — Tailwind CSS: bg-[hsl(267,80%,68%)] — CSS variable: --color-primary: hsl(267, 80%, 68%);