HSL(261, 58%, 63%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(261,58%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(261, 58%, 63%) | color: hsl(261, 58%, 63%) | |
| HEX | #906AD7 | color: #906AD7 | |
| RGB | rgb(144, 106, 215) | color: rgb(144, 106, 215) | |
| CMYK | cmyk(33%, 51%, 0%, 16%) | — | |
| HSV | hsv(261, 51%, 84%) | — | |
| HWB | hwb(261 41% 16%) | color: hwb(261 41% 16%) | |
| OKLCH | oklch(0.6116 0.1617 297.5) | color: oklch(0.6116 0.1617 297.5) | |
| Lab | lab(53.11 38.42 -50.82) | color: lab(53.11 38.42 -50.82) | |
| LCH | lch(53.11 63.71 307.09) | color: lch(53.11 63.71 307.09) |
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)
#807FBD — rgb(128, 127, 189)
Deuteranopia (Green-blind)
#8285B6 — rgb(130, 133, 182)
Tritanopia (Blue-blind)
#8EA8A3 — rgb(142, 168, 163)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(261, 58%, 63%);
text
color: hsl(261, 58%, 63%);
border
border: 2px solid hsl(261, 58%, 63%);
gradient light
background: linear-gradient(to right, hsl(261, 58%, 83%), hsl(261, 58%, 63%));
gradient dark
background: linear-gradient(to right, hsl(261, 58%, 63%), hsl(261, 58%, 43%))
hex
background-color: #906AD7;
tailwind
bg-[hsl(261,58%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(261, 58%, 63%, 0.4);
css variable
--color-primary: hsl(261, 58%, 63%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(261, 58%, 63%)?
HEX: #906AD7 | RGB: rgb(144, 106, 215) | CMYK: 33%, 51%, 0%, 16% | HSV: 261°, 51%, 84%. Copy any format from the conversion table above.
What colors go well with #906AD7?
The complementary color is HSL(81, 58%, 63%). For a triadic harmony, use hues 261°, 21°, and 141°. For analogous combinations, try hues 231° and 291°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(261, 58%, 63%) in CSS?
As HSL: color: hsl(261, 58%, 63%); — As HEX: color: #906AD7; — As RGB: color: rgb(144, 106, 215); — Tailwind CSS: bg-[hsl(261,58%,63%)] — CSS variable: --color-primary: hsl(261, 58%, 63%);