HSL(264, 75%, 67%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(264,75%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(264, 75%, 67%) | color: hsl(264, 75%, 67%) | |
| HEX | #9E6CEA | color: #9E6CEA | |
| RGB | rgb(158, 108, 234) | color: rgb(158, 108, 234) | |
| CMYK | cmyk(32%, 54%, 0%, 8%) | — | |
| HSV | hsv(264, 54%, 92%) | — | |
| HWB | hwb(264 42% 8%) | color: hwb(264 42% 8%) | |
| OKLCH | oklch(0.6399 0.1844 299.48) | color: oklch(0.6399 0.1844 299.48) | |
| Lab | lab(56.02 45.57 -56.77) | color: lab(56.02 45.57 -56.77) | |
| LCH | lch(56.02 72.8 308.75) | color: lch(56.02 72.8 308.75) |
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)
#8888CC — rgb(136, 136, 204)
Deuteranopia (Green-blind)
#8B8FC4 — rgb(139, 143, 196)
Tritanopia (Blue-blind)
#9CB3AE — rgb(156, 179, 174)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(264, 75%, 67%);
text
color: hsl(264, 75%, 67%);
border
border: 2px solid hsl(264, 75%, 67%);
gradient light
background: linear-gradient(to right, hsl(264, 75%, 87%), hsl(264, 75%, 67%));
gradient dark
background: linear-gradient(to right, hsl(264, 75%, 67%), hsl(264, 75%, 47%))
hex
background-color: #9E6CEA;
tailwind
bg-[hsl(264,75%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(264, 75%, 67%, 0.4);
css variable
--color-primary: hsl(264, 75%, 67%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(264, 75%, 67%)?
HEX: #9E6CEA | RGB: rgb(158, 108, 234) | CMYK: 32%, 54%, 0%, 8% | HSV: 264°, 54%, 92%. Copy any format from the conversion table above.
What colors go well with #9E6CEA?
The complementary color is HSL(84, 75%, 67%). 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, 75%, 67%) in CSS?
As HSL: color: hsl(264, 75%, 67%); — As HEX: color: #9E6CEA; — As RGB: color: rgb(158, 108, 234); — Tailwind CSS: bg-[hsl(264,75%,67%)] — CSS variable: --color-primary: hsl(264, 75%, 67%);