HSL(274, 86%, 53%)
Vivid Indigo — Indigo color
Adjust Color
Color Information
Color Name
Vivid Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(274,86%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(274, 86%, 53%) | color: hsl(274, 86%, 53%) | |
| HEX | #9520EE | color: #9520EE | |
| RGB | rgb(149, 32, 238) | color: rgb(149, 32, 238) | |
| CMYK | cmyk(37%, 87%, 0%, 7%) | — | |
| HSV | hsv(274, 87%, 93%) | — | |
| HWB | hwb(274 12% 7%) | color: hwb(274 12% 7%) | |
| OKLCH | oklch(0.5501 0.2703 303.24) | color: oklch(0.5501 0.2703 303.24) | |
| Lab | lab(43.65 76.93 -79.12) | color: lab(43.65 76.93 -79.12) | |
| LCH | lch(43.65 110.35 314.2) | color: lch(43.65 110.35 314.2) |
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)
#6261BC — rgb(98, 97, 188)
Deuteranopia (Green-blind)
#6972B0 — rgb(105, 114, 176)
Tritanopia (Blue-blind)
#8F958C — rgb(143, 149, 140)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(274, 86%, 53%);
text
color: hsl(274, 86%, 53%);
border
border: 2px solid hsl(274, 86%, 53%);
gradient light
background: linear-gradient(to right, hsl(274, 86%, 73%), hsl(274, 86%, 53%));
gradient dark
background: linear-gradient(to right, hsl(274, 86%, 53%), hsl(274, 86%, 33%))
hex
background-color: #9520EE;
tailwind
bg-[hsl(274,86%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(274, 86%, 53%, 0.4);
css variable
--color-primary: hsl(274, 86%, 53%);
Related Colors
Use Cases for Vivid Indigo
Frequently Asked Questions
What are all the color codes for HSL(274, 86%, 53%)?
HEX: #9520EE | RGB: rgb(149, 32, 238) | CMYK: 37%, 87%, 0%, 7% | HSV: 274°, 87%, 93%. Copy any format from the conversion table above.
What colors go well with #9520EE?
The complementary color is HSL(94, 86%, 53%). For a triadic harmony, use hues 274°, 34°, and 154°. For analogous combinations, try hues 244° and 304°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(274, 86%, 53%) in CSS?
As HSL: color: hsl(274, 86%, 53%); — As HEX: color: #9520EE; — As RGB: color: rgb(149, 32, 238); — Tailwind CSS: bg-[hsl(274,86%,53%)] — CSS variable: --color-primary: hsl(274, 86%, 53%);