HSL(260, 83%, 81%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(260,83%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(260, 83%, 81%) | color: hsl(260, 83%, 81%) | |
| HEX | #C1A6F7 | color: #C1A6F7 | |
| RGB | rgb(193, 166, 247) | color: rgb(193, 166, 247) | |
| CMYK | cmyk(22%, 33%, 0%, 3%) | — | |
| HSV | hsv(260, 33%, 97%) | — | |
| HWB | hwb(260 65% 3%) | color: hwb(260 65% 3%) | |
| OKLCH | oklch(0.7783 0.1164 299) | color: oklch(0.7783 0.1164 299) | |
| Lab | lab(73.11 25.94 -36.78) | color: lab(73.11 25.94 -36.78) | |
| LCH | lch(73.11 45.01 305.19) | color: lch(73.11 45.01 305.19) |
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)
#B5B5E3 — rgb(181, 181, 227)
Deuteranopia (Green-blind)
#B7B9DF — rgb(183, 185, 223)
Tritanopia (Blue-blind)
#C0D4D1 — rgb(192, 212, 209)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(260, 83%, 81%);
text
color: hsl(260, 83%, 81%);
border
border: 2px solid hsl(260, 83%, 81%);
gradient light
background: linear-gradient(to right, hsl(260, 83%, 100%), hsl(260, 83%, 81%));
gradient dark
background: linear-gradient(to right, hsl(260, 83%, 81%), hsl(260, 83%, 61%))
hex
background-color: #C1A6F7;
tailwind
bg-[hsl(260,83%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(260, 83%, 81%, 0.4);
css variable
--color-primary: hsl(260, 83%, 81%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(260, 83%, 81%)?
HEX: #C1A6F7 | RGB: rgb(193, 166, 247) | CMYK: 22%, 33%, 0%, 3% | HSV: 260°, 33%, 97%. Copy any format from the conversion table above.
What colors go well with #C1A6F7?
The complementary color is HSL(80, 83%, 81%). For a triadic harmony, use hues 260°, 20°, and 140°. For analogous combinations, try hues 230° and 290°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(260, 83%, 81%) in CSS?
As HSL: color: hsl(260, 83%, 81%); — As HEX: color: #C1A6F7; — As RGB: color: rgb(193, 166, 247); — Tailwind CSS: bg-[hsl(260,83%,81%)] — CSS variable: --color-primary: hsl(260, 83%, 81%);