HSL(261, 68%, 71%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(261,68%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(261, 68%, 71%) | color: hsl(261, 68%, 71%) | |
| HEX | #A683E7 | color: #A683E7 | |
| RGB | rgb(166, 131, 231) | color: rgb(166, 131, 231) | |
| CMYK | cmyk(28%, 43%, 0%, 9%) | — | |
| HSV | hsv(261, 43%, 91%) | — | |
| HWB | hwb(261 52% 9%) | color: hwb(261 52% 9%) | |
| OKLCH | oklch(0.684 0.1466 298.6) | color: oklch(0.684 0.1466 298.6) | |
| Lab | lab(61.75 34.07 -45.96) | color: lab(61.75 34.07 -45.96) | |
| LCH | lch(61.75 57.21 306.55) | color: lch(61.75 57.21 306.55) |
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)
#9797CF — rgb(151, 151, 207)
Deuteranopia (Green-blind)
#999CC9 — rgb(153, 156, 201)
Tritanopia (Blue-blind)
#A4BCB8 — rgb(164, 188, 184)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(261, 68%, 71%);
text
color: hsl(261, 68%, 71%);
border
border: 2px solid hsl(261, 68%, 71%);
gradient light
background: linear-gradient(to right, hsl(261, 68%, 91%), hsl(261, 68%, 71%));
gradient dark
background: linear-gradient(to right, hsl(261, 68%, 71%), hsl(261, 68%, 51%))
hex
background-color: #A683E7;
tailwind
bg-[hsl(261,68%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(261, 68%, 71%, 0.4);
css variable
--color-primary: hsl(261, 68%, 71%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(261, 68%, 71%)?
HEX: #A683E7 | RGB: rgb(166, 131, 231) | CMYK: 28%, 43%, 0%, 9% | HSV: 261°, 43%, 91%. Copy any format from the conversion table above.
What colors go well with #A683E7?
The complementary color is HSL(81, 68%, 71%). 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, 68%, 71%) in CSS?
As HSL: color: hsl(261, 68%, 71%); — As HEX: color: #A683E7; — As RGB: color: rgb(166, 131, 231); — Tailwind CSS: bg-[hsl(261,68%,71%)] — CSS variable: --color-primary: hsl(261, 68%, 71%);