HSL(260, 90%, 82%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(260,90%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(260, 90%, 82%) | color: hsl(260, 90%, 82%) | |
| HEX | #C3A8FA | color: #C3A8FA | |
| RGB | rgb(195, 168, 250) | color: rgb(195, 168, 250) | |
| CMYK | cmyk(22%, 33%, 0%, 2%) | — | |
| HSV | hsv(260, 33%, 98%) | — | |
| HWB | hwb(260 66% 2%) | color: hwb(260 66% 2%) | |
| OKLCH | oklch(0.785 0.1175 298.81) | color: oklch(0.785 0.1175 298.81) | |
| Lab | lab(73.87 26.11 -37.2) | color: lab(73.87 26.11 -37.2) | |
| LCH | lch(73.87 45.45 305.06) | color: lch(73.87 45.45 305.06) |
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)
#B7B7E6 — rgb(183, 183, 230)
Deuteranopia (Green-blind)
#B9BBE1 — rgb(185, 187, 225)
Tritanopia (Blue-blind)
#C2D6D3 — rgb(194, 214, 211)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(260, 90%, 82%);
text
color: hsl(260, 90%, 82%);
border
border: 2px solid hsl(260, 90%, 82%);
gradient light
background: linear-gradient(to right, hsl(260, 90%, 100%), hsl(260, 90%, 82%));
gradient dark
background: linear-gradient(to right, hsl(260, 90%, 82%), hsl(260, 90%, 62%))
hex
background-color: #C3A8FA;
tailwind
bg-[hsl(260,90%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(260, 90%, 82%, 0.4);
css variable
--color-primary: hsl(260, 90%, 82%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(260, 90%, 82%)?
HEX: #C3A8FA | RGB: rgb(195, 168, 250) | CMYK: 22%, 33%, 0%, 2% | HSV: 260°, 33%, 98%. Copy any format from the conversion table above.
What colors go well with #C3A8FA?
The complementary color is HSL(80, 90%, 82%). 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, 90%, 82%) in CSS?
As HSL: color: hsl(260, 90%, 82%); — As HEX: color: #C3A8FA; — As RGB: color: rgb(195, 168, 250); — Tailwind CSS: bg-[hsl(260,90%,82%)] — CSS variable: --color-primary: hsl(260, 90%, 82%);