HSL(264, 95%, 53%)
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,95%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(264, 95%, 53%) | color: hsl(264, 95%, 53%) | |
| HEX | #7015F9 | color: #7015F9 | |
| RGB | rgb(112, 21, 249) | color: rgb(112, 21, 249) | |
| CMYK | cmyk(55%, 92%, 0%, 2%) | — | |
| HSV | hsv(264, 92%, 98%) | — | |
| HWB | hwb(264 8% 2%) | color: hwb(264 8% 2%) | |
| OKLCH | oklch(0.5135 0.2823 289.16) | color: oklch(0.5135 0.2823 289.16) | |
| Lab | lab(39.27 77.97 -92.69) | color: lab(39.27 77.97 -92.69) | |
| LCH | lch(39.27 121.12 310.07) | color: lch(39.27 121.12 310.07) |
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)
#4948C2 — rgb(73, 72, 194)
Deuteranopia (Green-blind)
#4E55B5 — rgb(78, 85, 181)
Tritanopia (Blue-blind)
#6B968D — rgb(107, 150, 141)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(264, 95%, 53%);
text
color: hsl(264, 95%, 53%);
border
border: 2px solid hsl(264, 95%, 53%);
gradient light
background: linear-gradient(to right, hsl(264, 95%, 73%), hsl(264, 95%, 53%));
gradient dark
background: linear-gradient(to right, hsl(264, 95%, 53%), hsl(264, 95%, 33%))
hex
background-color: #7015F9;
tailwind
bg-[hsl(264,95%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(264, 95%, 53%, 0.4);
css variable
--color-primary: hsl(264, 95%, 53%);
Related Colors
Use Cases for Vivid Indigo
Frequently Asked Questions
What are all the color codes for HSL(264, 95%, 53%)?
HEX: #7015F9 | RGB: rgb(112, 21, 249) | CMYK: 55%, 92%, 0%, 2% | HSV: 264°, 92%, 98%. Copy any format from the conversion table above.
What colors go well with #7015F9?
The complementary color is HSL(84, 95%, 53%). 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, 95%, 53%) in CSS?
As HSL: color: hsl(264, 95%, 53%); — As HEX: color: #7015F9; — As RGB: color: rgb(112, 21, 249); — Tailwind CSS: bg-[hsl(264,95%,53%)] — CSS variable: --color-primary: hsl(264, 95%, 53%);