HSL(259, 75%, 67%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(259,75%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(259, 75%, 67%) | color: hsl(259, 75%, 67%) | |
| HEX | #946CEA | color: #946CEA | |
| RGB | rgb(148, 108, 234) | color: rgb(148, 108, 234) | |
| CMYK | cmyk(37%, 54%, 0%, 8%) | — | |
| HSV | hsv(259, 54%, 92%) | — | |
| HWB | hwb(259 42% 8%) | color: hwb(259 42% 8%) | |
| OKLCH | oklch(0.6303 0.1831 295.29) | color: oklch(0.6303 0.1831 295.29) | |
| Lab | lab(55.03 43.19 -58.41) | color: lab(55.03 43.19 -58.41) | |
| LCH | lch(55.03 72.64 306.48) | color: lch(55.03 72.64 306.48) |
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)
#8382CC — rgb(131, 130, 204)
Deuteranopia (Green-blind)
#8588C4 — rgb(133, 136, 196)
Tritanopia (Blue-blind)
#92B3AE — rgb(146, 179, 174)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(259, 75%, 67%);
text
color: hsl(259, 75%, 67%);
border
border: 2px solid hsl(259, 75%, 67%);
gradient light
background: linear-gradient(to right, hsl(259, 75%, 87%), hsl(259, 75%, 67%));
gradient dark
background: linear-gradient(to right, hsl(259, 75%, 67%), hsl(259, 75%, 47%))
hex
background-color: #946CEA;
tailwind
bg-[hsl(259,75%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(259, 75%, 67%, 0.4);
css variable
--color-primary: hsl(259, 75%, 67%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(259, 75%, 67%)?
HEX: #946CEA | RGB: rgb(148, 108, 234) | CMYK: 37%, 54%, 0%, 8% | HSV: 259°, 54%, 92%. Copy any format from the conversion table above.
What colors go well with #946CEA?
The complementary color is HSL(79, 75%, 67%). For a triadic harmony, use hues 259°, 19°, and 139°. For analogous combinations, try hues 229° and 289°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(259, 75%, 67%) in CSS?
As HSL: color: hsl(259, 75%, 67%); — As HEX: color: #946CEA; — As RGB: color: rgb(148, 108, 234); — Tailwind CSS: bg-[hsl(259,75%,67%)] — CSS variable: --color-primary: hsl(259, 75%, 67%);