HSL(277, 99%, 50%)
Vivid Indigo — Indigo color
Adjust Color
Color Information
Color Name
Vivid Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(277,99%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(277, 99%, 50%) | color: hsl(277, 99%, 50%) | |
| HEX | #9D01FE | color: #9D01FE | |
| RGB | rgb(157, 1, 254) | color: rgb(157, 1, 254) | |
| CMYK | cmyk(38%, 100%, 0%, 0%) | — | |
| HSV | hsv(277, 100%, 100%) | — | |
| HWB | hwb(277 0% 0%) | color: hwb(277 0% 0%) | |
| OKLCH | oklch(0.564 0.2953 303.32) | color: oklch(0.564 0.2953 303.32) | |
| Lab | lab(44.72 85.37 -86.31) | color: lab(44.72 85.37 -86.31) | |
| LCH | lch(44.72 121.4 314.69) | color: lch(44.72 121.4 314.69) |
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)
#5958C1 — rgb(89, 88, 193)
Deuteranopia (Green-blind)
#636EB2 — rgb(99, 110, 178)
Tritanopia (Blue-blind)
#959086 — rgb(149, 144, 134)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(277, 99%, 50%);
text
color: hsl(277, 99%, 50%);
border
border: 2px solid hsl(277, 99%, 50%);
gradient light
background: linear-gradient(to right, hsl(277, 99%, 70%), hsl(277, 99%, 50%));
gradient dark
background: linear-gradient(to right, hsl(277, 99%, 50%), hsl(277, 99%, 30%))
hex
background-color: #9D01FE;
tailwind
bg-[hsl(277,99%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(277, 99%, 50%, 0.4);
css variable
--color-primary: hsl(277, 99%, 50%);
Related Colors
Use Cases for Vivid Indigo
Frequently Asked Questions
What are all the color codes for HSL(277, 99%, 50%)?
HEX: #9D01FE | RGB: rgb(157, 1, 254) | CMYK: 38%, 100%, 0%, 0% | HSV: 277°, 100%, 100%. Copy any format from the conversion table above.
What colors go well with #9D01FE?
The complementary color is HSL(97, 99%, 50%). For a triadic harmony, use hues 277°, 37°, and 157°. For analogous combinations, try hues 247° and 307°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(277, 99%, 50%) in CSS?
As HSL: color: hsl(277, 99%, 50%); — As HEX: color: #9D01FE; — As RGB: color: rgb(157, 1, 254); — Tailwind CSS: bg-[hsl(277,99%,50%)] — CSS variable: --color-primary: hsl(277, 99%, 50%);