HSL(264, 89%, 72%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(264,89%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(264, 89%, 72%) | color: hsl(264, 89%, 72%) | |
| HEX | #AB78F7 | color: #AB78F7 | |
| RGB | rgb(171, 120, 247) | color: rgb(171, 120, 247) | |
| CMYK | cmyk(31%, 51%, 0%, 3%) | — | |
| HSV | hsv(264, 51%, 97%) | — | |
| HWB | hwb(264 48% 3%) | color: hwb(264 48% 3%) | |
| OKLCH | oklch(0.6793 0.1844 300.07) | color: oklch(0.6793 0.1844 300.07) | |
| Lab | lab(60.61 45.4 -56.59) | color: lab(60.61 45.4 -56.59) | |
| LCH | lch(60.61 72.55 308.74) | color: lch(60.61 72.55 308.74) |
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)
#9594D8 — rgb(149, 148, 216)
Deuteranopia (Green-blind)
#989CD1 — rgb(152, 156, 209)
Tritanopia (Blue-blind)
#A8C0BB — rgb(168, 192, 187)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(264, 89%, 72%);
text
color: hsl(264, 89%, 72%);
border
border: 2px solid hsl(264, 89%, 72%);
gradient light
background: linear-gradient(to right, hsl(264, 89%, 92%), hsl(264, 89%, 72%));
gradient dark
background: linear-gradient(to right, hsl(264, 89%, 72%), hsl(264, 89%, 52%))
hex
background-color: #AB78F7;
tailwind
bg-[hsl(264,89%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(264, 89%, 72%, 0.4);
css variable
--color-primary: hsl(264, 89%, 72%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(264, 89%, 72%)?
HEX: #AB78F7 | RGB: rgb(171, 120, 247) | CMYK: 31%, 51%, 0%, 3% | HSV: 264°, 51%, 97%. Copy any format from the conversion table above.
What colors go well with #AB78F7?
The complementary color is HSL(84, 89%, 72%). 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, 89%, 72%) in CSS?
As HSL: color: hsl(264, 89%, 72%); — As HEX: color: #AB78F7; — As RGB: color: rgb(171, 120, 247); — Tailwind CSS: bg-[hsl(264,89%,72%)] — CSS variable: --color-primary: hsl(264, 89%, 72%);