HSL(264, 90%, 63%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(264,90%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(264, 90%, 63%) | color: hsl(264, 90%, 63%) | |
| HEX | #904CF6 | color: #904CF6 | |
| RGB | rgb(144, 76, 246) | color: rgb(144, 76, 246) | |
| CMYK | cmyk(41%, 69%, 0%, 4%) | — | |
| HSV | hsv(264, 69%, 96%) | — | |
| HWB | hwb(264 30% 4%) | color: hwb(264 30% 4%) | |
| OKLCH | oklch(0.5895 0.2386 296.66) | color: oklch(0.5895 0.2386 296.66) | |
| Lab | lab(49.19 62.12 -74.58) | color: lab(49.19 62.12 -74.58) | |
| LCH | lch(49.19 97.06 309.79) | color: lch(49.19 97.06 309.79) |
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)
#7372CD — rgb(115, 114, 205)
Deuteranopia (Green-blind)
#777CC3 — rgb(119, 124, 195)
Tritanopia (Blue-blind)
#8DACA5 — rgb(141, 172, 165)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(264, 90%, 63%);
text
color: hsl(264, 90%, 63%);
border
border: 2px solid hsl(264, 90%, 63%);
gradient light
background: linear-gradient(to right, hsl(264, 90%, 83%), hsl(264, 90%, 63%));
gradient dark
background: linear-gradient(to right, hsl(264, 90%, 63%), hsl(264, 90%, 43%))
hex
background-color: #904CF6;
tailwind
bg-[hsl(264,90%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(264, 90%, 63%, 0.4);
css variable
--color-primary: hsl(264, 90%, 63%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(264, 90%, 63%)?
HEX: #904CF6 | RGB: rgb(144, 76, 246) | CMYK: 41%, 69%, 0%, 4% | HSV: 264°, 69%, 96%. Copy any format from the conversion table above.
What colors go well with #904CF6?
The complementary color is HSL(84, 90%, 63%). 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%, 63%) in CSS?
As HSL: color: hsl(264, 90%, 63%); — As HEX: color: #904CF6; — As RGB: color: rgb(144, 76, 246); — Tailwind CSS: bg-[hsl(264,90%,63%)] — CSS variable: --color-primary: hsl(264, 90%, 63%);