HSL(263, 48%, 58%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(263,48%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(263, 48%, 58%) | color: hsl(263, 48%, 58%) | |
| HEX | #8860C7 | color: #8860C7 | |
| RGB | rgb(136, 96, 199) | color: rgb(136, 96, 199) | |
| CMYK | cmyk(32%, 52%, 0%, 22%) | — | |
| HSV | hsv(263, 52%, 78%) | — | |
| HWB | hwb(263 37% 22%) | color: hwb(263 37% 22%) | |
| OKLCH | oklch(0.5774 0.1556 299.43) | color: oklch(0.5774 0.1556 299.43) | |
| Lab | lab(49.16 37.97 -48.04) | color: lab(49.16 37.97 -48.04) | |
| LCH | lch(49.16 61.23 308.32) | color: lch(49.16 61.23 308.32) |
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)
#7776AE — rgb(119, 118, 174)
Deuteranopia (Green-blind)
#797CA8 — rgb(121, 124, 168)
Tritanopia (Blue-blind)
#869A96 — rgb(134, 154, 150)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(263, 48%, 58%);
text
color: hsl(263, 48%, 58%);
border
border: 2px solid hsl(263, 48%, 58%);
gradient light
background: linear-gradient(to right, hsl(263, 48%, 78%), hsl(263, 48%, 58%));
gradient dark
background: linear-gradient(to right, hsl(263, 48%, 58%), hsl(263, 48%, 38%))
hex
background-color: #8860C7;
tailwind
bg-[hsl(263,48%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(263, 48%, 58%, 0.4);
css variable
--color-primary: hsl(263, 48%, 58%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(263, 48%, 58%)?
HEX: #8860C7 | RGB: rgb(136, 96, 199) | CMYK: 32%, 52%, 0%, 22% | HSV: 263°, 52%, 78%. Copy any format from the conversion table above.
What colors go well with #8860C7?
The complementary color is HSL(83, 48%, 58%). 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, 48%, 58%) in CSS?
As HSL: color: hsl(263, 48%, 58%); — As HEX: color: #8860C7; — As RGB: color: rgb(136, 96, 199); — Tailwind CSS: bg-[hsl(263,48%,58%)] — CSS variable: --color-primary: hsl(263, 48%, 58%);