HSL(263, 90%, 66%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(263,90%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(263, 90%, 66%) | color: hsl(263, 90%, 66%) | |
| HEX | #965AF6 | color: #965AF6 | |
| RGB | rgb(150, 90, 246) | color: rgb(150, 90, 246) | |
| CMYK | cmyk(39%, 63%, 0%, 4%) | — | |
| HSV | hsv(263, 63%, 96%) | — | |
| HWB | hwb(263 36% 4%) | color: hwb(263 36% 4%) | |
| OKLCH | oklch(0.6135 0.2222 297.05) | color: oklch(0.6135 0.2222 297.05) | |
| Lab | lab(52.34 56.36 -69.44) | color: lab(52.34 56.36 -69.44) | |
| LCH | lch(52.34 89.43 309.06) | color: lch(52.34 89.43 309.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)
#7C7BD0 — rgb(124, 123, 208)
Deuteranopia (Green-blind)
#8084C7 — rgb(128, 132, 199)
Tritanopia (Blue-blind)
#93B2AC — rgb(147, 178, 172)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(263, 90%, 66%);
text
color: hsl(263, 90%, 66%);
border
border: 2px solid hsl(263, 90%, 66%);
gradient light
background: linear-gradient(to right, hsl(263, 90%, 86%), hsl(263, 90%, 66%));
gradient dark
background: linear-gradient(to right, hsl(263, 90%, 66%), hsl(263, 90%, 46%))
hex
background-color: #965AF6;
tailwind
bg-[hsl(263,90%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(263, 90%, 66%, 0.4);
css variable
--color-primary: hsl(263, 90%, 66%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(263, 90%, 66%)?
HEX: #965AF6 | RGB: rgb(150, 90, 246) | CMYK: 39%, 63%, 0%, 4% | HSV: 263°, 63%, 96%. Copy any format from the conversion table above.
What colors go well with #965AF6?
The complementary color is HSL(83, 90%, 66%). 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, 90%, 66%) in CSS?
As HSL: color: hsl(263, 90%, 66%); — As HEX: color: #965AF6; — As RGB: color: rgb(150, 90, 246); — Tailwind CSS: bg-[hsl(263,90%,66%)] — CSS variable: --color-primary: hsl(263, 90%, 66%);