HSL(263, 86%, 55%)
Vivid Indigo — Indigo color
Adjust Color
Color Information
Color Name
Vivid Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(263,86%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(263, 86%, 55%) | color: hsl(263, 86%, 55%) | |
| HEX | #752AEF | color: #752AEF | |
| RGB | rgb(117, 42, 239) | color: rgb(117, 42, 239) | |
| CMYK | cmyk(51%, 82%, 0%, 6%) | — | |
| HSV | hsv(263, 82%, 94%) | — | |
| HWB | hwb(263 17% 6%) | color: hwb(263 17% 6%) | |
| OKLCH | oklch(0.5213 0.2617 291.49) | color: oklch(0.5213 0.2617 291.49) | |
| Lab | lab(40.68 70.55 -84.71) | color: lab(40.68 70.55 -84.71) | |
| LCH | lch(40.68 110.24 309.79) | color: lch(40.68 110.24 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)
#5554BF — rgb(85, 84, 191)
Deuteranopia (Green-blind)
#595FB4 — rgb(89, 95, 180)
Tritanopia (Blue-blind)
#719A91 — rgb(113, 154, 145)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(263, 86%, 55%);
text
color: hsl(263, 86%, 55%);
border
border: 2px solid hsl(263, 86%, 55%);
gradient light
background: linear-gradient(to right, hsl(263, 86%, 75%), hsl(263, 86%, 55%));
gradient dark
background: linear-gradient(to right, hsl(263, 86%, 55%), hsl(263, 86%, 35%))
hex
background-color: #752AEF;
tailwind
bg-[hsl(263,86%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(263, 86%, 55%, 0.4);
css variable
--color-primary: hsl(263, 86%, 55%);
Related Colors
Use Cases for Vivid Indigo
Frequently Asked Questions
What are all the color codes for HSL(263, 86%, 55%)?
HEX: #752AEF | RGB: rgb(117, 42, 239) | CMYK: 51%, 82%, 0%, 6% | HSV: 263°, 82%, 94%. Copy any format from the conversion table above.
What colors go well with #752AEF?
The complementary color is HSL(83, 86%, 55%). 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, 86%, 55%) in CSS?
As HSL: color: hsl(263, 86%, 55%); — As HEX: color: #752AEF; — As RGB: color: rgb(117, 42, 239); — Tailwind CSS: bg-[hsl(263,86%,55%)] — CSS variable: --color-primary: hsl(263, 86%, 55%);