HSL(264, 90%, 56%)
Vivid Indigo — Indigo color
Adjust Color
Color Information
Color Name
Vivid Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(264,90%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(264, 90%, 56%) | color: hsl(264, 90%, 56%) | |
| HEX | #7B2AF4 | color: #7B2AF4 | |
| RGB | rgb(123, 42, 244) | color: rgb(123, 42, 244) | |
| CMYK | cmyk(50%, 83%, 0%, 4%) | — | |
| HSV | hsv(264, 83%, 96%) | — | |
| HWB | hwb(264 16% 4%) | color: hwb(264 16% 4%) | |
| OKLCH | oklch(0.5322 0.2666 292.74) | color: oklch(0.5322 0.2666 292.74) | |
| Lab | lab(41.84 72.41 -85.6) | color: lab(41.84 72.41 -85.6) | |
| LCH | lch(41.84 112.12 310.23) | color: lch(41.84 112.12 310.23) |
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)
#5857C3 — rgb(88, 87, 195)
Deuteranopia (Green-blind)
#5D63B7 — rgb(93, 99, 183)
Tritanopia (Blue-blind)
#779D94 — rgb(119, 157, 148)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(264, 90%, 56%);
text
color: hsl(264, 90%, 56%);
border
border: 2px solid hsl(264, 90%, 56%);
gradient light
background: linear-gradient(to right, hsl(264, 90%, 76%), hsl(264, 90%, 56%));
gradient dark
background: linear-gradient(to right, hsl(264, 90%, 56%), hsl(264, 90%, 36%))
hex
background-color: #7B2AF4;
tailwind
bg-[hsl(264,90%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(264, 90%, 56%, 0.4);
css variable
--color-primary: hsl(264, 90%, 56%);
Related Colors
Use Cases for Vivid Indigo
Frequently Asked Questions
What are all the color codes for HSL(264, 90%, 56%)?
HEX: #7B2AF4 | RGB: rgb(123, 42, 244) | CMYK: 50%, 83%, 0%, 4% | HSV: 264°, 83%, 96%. Copy any format from the conversion table above.
What colors go well with #7B2AF4?
The complementary color is HSL(84, 90%, 56%). 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%, 56%) in CSS?
As HSL: color: hsl(264, 90%, 56%); — As HEX: color: #7B2AF4; — As RGB: color: rgb(123, 42, 244); — Tailwind CSS: bg-[hsl(264,90%,56%)] — CSS variable: --color-primary: hsl(264, 90%, 56%);