HSL(264, 69%, 59%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(264,69%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(264, 69%, 59%) | color: hsl(264, 69%, 59%) | |
| HEX | #884EDF | color: #884EDF | |
| RGB | rgb(136, 78, 223) | color: rgb(136, 78, 223) | |
| CMYK | cmyk(39%, 65%, 0%, 13%) | — | |
| HSV | hsv(264, 65%, 87%) | — | |
| HWB | hwb(264 30% 13%) | color: hwb(264 30% 13%) | |
| OKLCH | oklch(0.5664 0.21 297.66) | color: oklch(0.5664 0.21 297.66) | |
| Lab | lab(46.99 53.88 -65.24) | color: lab(46.99 53.88 -65.24) | |
| LCH | lch(46.99 84.61 309.55) | color: lch(46.99 84.61 309.55) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#6F6EBC — rgb(111, 110, 188)
Deuteranopia (Green-blind)
#7277B4 — rgb(114, 119, 180)
Tritanopia (Blue-blind)
#85A09A — rgb(133, 160, 154)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(264, 69%, 59%);
text
color: hsl(264, 69%, 59%);
border
border: 2px solid hsl(264, 69%, 59%);
gradient light
background: linear-gradient(to right, hsl(264, 69%, 79%), hsl(264, 69%, 59%));
gradient dark
background: linear-gradient(to right, hsl(264, 69%, 59%), hsl(264, 69%, 39%))
hex
background-color: #884EDF;
tailwind
bg-[hsl(264,69%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(264, 69%, 59%, 0.4);
css variable
--color-primary: hsl(264, 69%, 59%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(264, 69%, 59%)?
HEX: #884EDF | RGB: rgb(136, 78, 223) | CMYK: 39%, 65%, 0%, 13% | HSV: 264°, 65%, 87%. Copy any format from the conversion table above.
What colors go well with #884EDF?
The complementary color is HSL(84, 69%, 59%). 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, 69%, 59%) in CSS?
As HSL: color: hsl(264, 69%, 59%); — As HEX: color: #884EDF; — As RGB: color: rgb(136, 78, 223); — Tailwind CSS: bg-[hsl(264,69%,59%)] — CSS variable: --color-primary: hsl(264, 69%, 59%);