HSL(262, 91%, 69%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(262,91%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(262, 91%, 69%) | color: hsl(262, 91%, 69%) | |
| HEX | #9D68F8 | color: #9D68F8 | |
| RGB | rgb(157, 104, 248) | color: rgb(157, 104, 248) | |
| CMYK | cmyk(37%, 58%, 0%, 3%) | — | |
| HSV | hsv(262, 58%, 97%) | — | |
| HWB | hwb(262 41% 3%) | color: hwb(262 41% 3%) | |
| OKLCH | oklch(0.6417 0.2067 297.19) | color: oklch(0.6417 0.2067 297.19) | |
| Lab | lab(55.93 51.02 -64.72) | color: lab(55.93 51.02 -64.72) | |
| LCH | lch(55.93 82.41 308.25) | color: lch(55.93 82.41 308.25) |
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)
#8686D5 — rgb(134, 134, 213)
Deuteranopia (Green-blind)
#898DCD — rgb(137, 141, 205)
Tritanopia (Blue-blind)
#9ABAB4 — rgb(154, 186, 180)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(262, 91%, 69%);
text
color: hsl(262, 91%, 69%);
border
border: 2px solid hsl(262, 91%, 69%);
gradient light
background: linear-gradient(to right, hsl(262, 91%, 89%), hsl(262, 91%, 69%));
gradient dark
background: linear-gradient(to right, hsl(262, 91%, 69%), hsl(262, 91%, 49%))
hex
background-color: #9D68F8;
tailwind
bg-[hsl(262,91%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(262, 91%, 69%, 0.4);
css variable
--color-primary: hsl(262, 91%, 69%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(262, 91%, 69%)?
HEX: #9D68F8 | RGB: rgb(157, 104, 248) | CMYK: 37%, 58%, 0%, 3% | HSV: 262°, 58%, 97%. Copy any format from the conversion table above.
What colors go well with #9D68F8?
The complementary color is HSL(82, 91%, 69%). For a triadic harmony, use hues 262°, 22°, and 142°. For analogous combinations, try hues 232° and 292°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(262, 91%, 69%) in CSS?
As HSL: color: hsl(262, 91%, 69%); — As HEX: color: #9D68F8; — As RGB: color: rgb(157, 104, 248); — Tailwind CSS: bg-[hsl(262,91%,69%)] — CSS variable: --color-primary: hsl(262, 91%, 69%);