HSL(261, 72%, 61%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(261,72%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(261, 72%, 61%) | color: hsl(261, 72%, 61%) | |
| HEX | #8654E3 | color: #8654E3 | |
| RGB | rgb(134, 84, 227) | color: rgb(134, 84, 227) | |
| CMYK | cmyk(41%, 63%, 0%, 11%) | — | |
| HSV | hsv(261, 63%, 89%) | — | |
| HWB | hwb(261 33% 11%) | color: hwb(261 33% 11%) | |
| OKLCH | oklch(0.5756 0.2067 295.21) | color: oklch(0.5756 0.2067 295.21) | |
| Lab | lab(48.2 51.39 -65.55) | color: lab(48.2 51.39 -65.55) | |
| LCH | lch(48.2 83.29 308.1) | color: lch(48.2 83.29 308.1) |
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)
#7070C0 — rgb(112, 112, 192)
Deuteranopia (Green-blind)
#7377B8 — rgb(115, 119, 184)
Tritanopia (Blue-blind)
#84A59F — rgb(132, 165, 159)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(261, 72%, 61%);
text
color: hsl(261, 72%, 61%);
border
border: 2px solid hsl(261, 72%, 61%);
gradient light
background: linear-gradient(to right, hsl(261, 72%, 81%), hsl(261, 72%, 61%));
gradient dark
background: linear-gradient(to right, hsl(261, 72%, 61%), hsl(261, 72%, 41%))
hex
background-color: #8654E3;
tailwind
bg-[hsl(261,72%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(261, 72%, 61%, 0.4);
css variable
--color-primary: hsl(261, 72%, 61%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(261, 72%, 61%)?
HEX: #8654E3 | RGB: rgb(134, 84, 227) | CMYK: 41%, 63%, 0%, 11% | HSV: 261°, 63%, 89%. Copy any format from the conversion table above.
What colors go well with #8654E3?
The complementary color is HSL(81, 72%, 61%). 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, 72%, 61%) in CSS?
As HSL: color: hsl(261, 72%, 61%); — As HEX: color: #8654E3; — As RGB: color: rgb(134, 84, 227); — Tailwind CSS: bg-[hsl(261,72%,61%)] — CSS variable: --color-primary: hsl(261, 72%, 61%);