HSL(261, 45%, 66%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(261,45%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(261, 45%, 66%) | color: hsl(261, 45%, 66%) | |
| HEX | #9D81CF | color: #9D81CF | |
| RGB | rgb(157, 129, 207) | color: rgb(157, 129, 207) | |
| CMYK | cmyk(24%, 38%, 0%, 19%) | — | |
| HSV | hsv(262, 38%, 81%) | — | |
| HWB | hwb(262 50% 19%) | color: hwb(262 50% 19%) | |
| OKLCH | oklch(0.6599 0.1166 299.74) | color: oklch(0.6599 0.1166 299.74) | |
| Lab | lab(59.32 26.83 -36.41) | color: lab(59.32 26.83 -36.41) | |
| LCH | lch(59.32 45.23 306.39) | color: lch(59.32 45.23 306.39) |
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)
#9191BC — rgb(145, 145, 188)
Deuteranopia (Green-blind)
#9395B8 — rgb(147, 149, 184)
Tritanopia (Blue-blind)
#9CADAA — rgb(156, 173, 170)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(261, 45%, 66%);
text
color: hsl(261, 45%, 66%);
border
border: 2px solid hsl(261, 45%, 66%);
gradient light
background: linear-gradient(to right, hsl(261, 45%, 86%), hsl(261, 45%, 66%));
gradient dark
background: linear-gradient(to right, hsl(261, 45%, 66%), hsl(261, 45%, 46%))
hex
background-color: #9D81CF;
tailwind
bg-[hsl(261,45%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(261, 45%, 66%, 0.4);
css variable
--color-primary: hsl(261, 45%, 66%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(261, 45%, 66%)?
HEX: #9D81CF | RGB: rgb(157, 129, 207) | CMYK: 24%, 38%, 0%, 19% | HSV: 262°, 38%, 81%. Copy any format from the conversion table above.
What colors go well with #9D81CF?
The complementary color is HSL(81, 45%, 66%). 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, 45%, 66%) in CSS?
As HSL: color: hsl(261, 45%, 66%); — As HEX: color: #9D81CF; — As RGB: color: rgb(157, 129, 207); — Tailwind CSS: bg-[hsl(261,45%,66%)] — CSS variable: --color-primary: hsl(261, 45%, 66%);