HSL(264, 90%, 66%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(264,90%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(264, 90%, 66%) | color: hsl(264, 90%, 66%) | |
| HEX | #995AF6 | color: #995AF6 | |
| RGB | rgb(153, 90, 246) | color: rgb(153, 90, 246) | |
| CMYK | cmyk(38%, 63%, 0%, 4%) | — | |
| HSV | hsv(264, 63%, 96%) | — | |
| HWB | hwb(264 36% 4%) | color: hwb(264 36% 4%) | |
| OKLCH | oklch(0.6166 0.2226 298.14) | color: oklch(0.6166 0.2226 298.14) | |
| Lab | lab(52.66 56.96 -68.91) | color: lab(52.66 56.96 -68.91) | |
| LCH | lch(52.66 89.4 309.58) | color: lch(52.66 89.4 309.58) |
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)
#7E7DD0 — rgb(126, 125, 208)
Deuteranopia (Green-blind)
#8186C7 — rgb(129, 134, 199)
Tritanopia (Blue-blind)
#96B2AC — rgb(150, 178, 172)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(264, 90%, 66%);
text
color: hsl(264, 90%, 66%);
border
border: 2px solid hsl(264, 90%, 66%);
gradient light
background: linear-gradient(to right, hsl(264, 90%, 86%), hsl(264, 90%, 66%));
gradient dark
background: linear-gradient(to right, hsl(264, 90%, 66%), hsl(264, 90%, 46%))
hex
background-color: #995AF6;
tailwind
bg-[hsl(264,90%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(264, 90%, 66%, 0.4);
css variable
--color-primary: hsl(264, 90%, 66%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(264, 90%, 66%)?
HEX: #995AF6 | RGB: rgb(153, 90, 246) | CMYK: 38%, 63%, 0%, 4% | HSV: 264°, 63%, 96%. Copy any format from the conversion table above.
What colors go well with #995AF6?
The complementary color is HSL(84, 90%, 66%). For a triadic harmony, use hues 264°, 24°, and 144°. For analogous combinations, try hues 234° and 294°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(264, 90%, 66%) in CSS?
As HSL: color: hsl(264, 90%, 66%); — As HEX: color: #995AF6; — As RGB: color: rgb(153, 90, 246); — Tailwind CSS: bg-[hsl(264,90%,66%)] — CSS variable: --color-primary: hsl(264, 90%, 66%);