HSL(263, 96%, 80%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(263,96%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(263, 96%, 80%) | color: hsl(263, 96%, 80%) | |
| HEX | #C19BFD | color: #C19BFD | |
| RGB | rgb(193, 155, 253) | color: rgb(193, 155, 253) | |
| CMYK | cmyk(24%, 39%, 0%, 1%) | — | |
| HSV | hsv(263, 39%, 99%) | — | |
| HWB | hwb(263 60% 1%) | color: hwb(263 60% 1%) | |
| OKLCH | oklch(0.7615 0.1417 300.96) | color: oklch(0.7615 0.1417 300.96) | |
| Lab | lab(70.78 33.4 -43.66) | color: lab(70.78 33.4 -43.66) | |
| LCH | lch(70.78 54.97 307.42) | color: lch(70.78 54.97 307.42) |
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)
#B1B0E5 — rgb(177, 176, 229)
Deuteranopia (Green-blind)
#B3B6E0 — rgb(179, 182, 224)
Tritanopia (Blue-blind)
#BFD3CE — rgb(191, 211, 206)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(263, 96%, 80%);
text
color: hsl(263, 96%, 80%);
border
border: 2px solid hsl(263, 96%, 80%);
gradient light
background: linear-gradient(to right, hsl(263, 96%, 100%), hsl(263, 96%, 80%));
gradient dark
background: linear-gradient(to right, hsl(263, 96%, 80%), hsl(263, 96%, 60%))
hex
background-color: #C19BFD;
tailwind
bg-[hsl(263,96%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(263, 96%, 80%, 0.4);
css variable
--color-primary: hsl(263, 96%, 80%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(263, 96%, 80%)?
HEX: #C19BFD | RGB: rgb(193, 155, 253) | CMYK: 24%, 39%, 0%, 1% | HSV: 263°, 39%, 99%. Copy any format from the conversion table above.
What colors go well with #C19BFD?
The complementary color is HSL(83, 96%, 80%). For a triadic harmony, use hues 263°, 23°, and 143°. For analogous combinations, try hues 233° and 293°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(263, 96%, 80%) in CSS?
As HSL: color: hsl(263, 96%, 80%); — As HEX: color: #C19BFD; — As RGB: color: rgb(193, 155, 253); — Tailwind CSS: bg-[hsl(263,96%,80%)] — CSS variable: --color-primary: hsl(263, 96%, 80%);