HSL(260, 61%, 68%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(260,61%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(260, 61%, 68%) | color: hsl(260, 61%, 68%) | |
| HEX | #9D7CDF | color: #9D7CDF | |
| RGB | rgb(157, 124, 223) | color: rgb(157, 124, 223) | |
| CMYK | cmyk(30%, 44%, 0%, 13%) | — | |
| HSV | hsv(260, 44%, 87%) | — | |
| HWB | hwb(260 49% 13%) | color: hwb(260 49% 13%) | |
| OKLCH | oklch(0.6592 0.1459 297.63) | color: oklch(0.6592 0.1459 297.63) | |
| Lab | lab(58.89 33.61 -46.06) | color: lab(58.89 33.61 -46.06) | |
| LCH | lch(58.89 57.02 306.12) | color: lch(58.89 57.02 306.12) |
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)
#8F8EC7 — rgb(143, 142, 199)
Deuteranopia (Green-blind)
#9193C1 — rgb(145, 147, 193)
Tritanopia (Blue-blind)
#9BB4B0 — rgb(155, 180, 176)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(260, 61%, 68%);
text
color: hsl(260, 61%, 68%);
border
border: 2px solid hsl(260, 61%, 68%);
gradient light
background: linear-gradient(to right, hsl(260, 61%, 88%), hsl(260, 61%, 68%));
gradient dark
background: linear-gradient(to right, hsl(260, 61%, 68%), hsl(260, 61%, 48%))
hex
background-color: #9D7CDF;
tailwind
bg-[hsl(260,61%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(260, 61%, 68%, 0.4);
css variable
--color-primary: hsl(260, 61%, 68%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(260, 61%, 68%)?
HEX: #9D7CDF | RGB: rgb(157, 124, 223) | CMYK: 30%, 44%, 0%, 13% | HSV: 260°, 44%, 87%. Copy any format from the conversion table above.
What colors go well with #9D7CDF?
The complementary color is HSL(80, 61%, 68%). For a triadic harmony, use hues 260°, 20°, and 140°. For analogous combinations, try hues 230° and 290°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(260, 61%, 68%) in CSS?
As HSL: color: hsl(260, 61%, 68%); — As HEX: color: #9D7CDF; — As RGB: color: rgb(157, 124, 223); — Tailwind CSS: bg-[hsl(260,61%,68%)] — CSS variable: --color-primary: hsl(260, 61%, 68%);