HSL(263, 76%, 68%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(263,76%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(263, 76%, 68%) | color: hsl(263, 76%, 68%) | |
| HEX | #9F6FEB | color: #9F6FEB | |
| RGB | rgb(159, 111, 235) | color: rgb(159, 111, 235) | |
| CMYK | cmyk(32%, 53%, 0%, 8%) | — | |
| HSV | hsv(263, 53%, 92%) | — | |
| HWB | hwb(263 43% 8%) | color: hwb(263 43% 8%) | |
| OKLCH | oklch(0.6462 0.1813 299.14) | color: oklch(0.6462 0.1813 299.14) | |
| Lab | lab(56.82 44.42 -56.05) | color: lab(56.82 44.42 -56.05) | |
| LCH | lch(56.82 71.52 308.4) | color: lch(56.82 71.52 308.4) |
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)
#8A8ACD — rgb(138, 138, 205)
Deuteranopia (Green-blind)
#8D91C6 — rgb(141, 145, 198)
Tritanopia (Blue-blind)
#9DB5B0 — rgb(157, 181, 176)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(263, 76%, 68%);
text
color: hsl(263, 76%, 68%);
border
border: 2px solid hsl(263, 76%, 68%);
gradient light
background: linear-gradient(to right, hsl(263, 76%, 88%), hsl(263, 76%, 68%));
gradient dark
background: linear-gradient(to right, hsl(263, 76%, 68%), hsl(263, 76%, 48%))
hex
background-color: #9F6FEB;
tailwind
bg-[hsl(263,76%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(263, 76%, 68%, 0.4);
css variable
--color-primary: hsl(263, 76%, 68%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(263, 76%, 68%)?
HEX: #9F6FEB | RGB: rgb(159, 111, 235) | CMYK: 32%, 53%, 0%, 8% | HSV: 263°, 53%, 92%. Copy any format from the conversion table above.
What colors go well with #9F6FEB?
The complementary color is HSL(83, 76%, 68%). 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, 76%, 68%) in CSS?
As HSL: color: hsl(263, 76%, 68%); — As HEX: color: #9F6FEB; — As RGB: color: rgb(159, 111, 235); — Tailwind CSS: bg-[hsl(263,76%,68%)] — CSS variable: --color-primary: hsl(263, 76%, 68%);