HSL(277, 96%, 44%)
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,96%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(277, 96%, 44%) | color: hsl(277, 96%, 44%) | |
| HEX | #8904DC | color: #8904DC | |
| RGB | rgb(137, 4, 220) | color: rgb(137, 4, 220) | |
| CMYK | cmyk(38%, 98%, 0%, 14%) | — | |
| HSV | hsv(277, 98%, 86%) | — | |
| HWB | hwb(277 2% 14%) | color: hwb(277 2% 14%) | |
| OKLCH | oklch(0.509 0.2643 303.85) | color: oklch(0.509 0.2643 303.85) | |
| Lab | lab(38.85 76.39 -76.81) | color: lab(38.85 76.39 -76.81) | |
| LCH | lch(38.85 108.33 314.84) | color: lch(38.85 108.33 314.84) |
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)
#4F4EA8 — rgb(79, 78, 168)
Deuteranopia (Green-blind)
#57619B — rgb(87, 97, 155)
Tritanopia (Blue-blind)
#827E75 — rgb(130, 126, 117)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(277, 96%, 44%);
text
color: hsl(277, 96%, 44%);
border
border: 2px solid hsl(277, 96%, 44%);
gradient light
background: linear-gradient(to right, hsl(277, 96%, 64%), hsl(277, 96%, 44%));
gradient dark
background: linear-gradient(to right, hsl(277, 96%, 44%), hsl(277, 96%, 24%))
hex
background-color: #8904DC;
tailwind
bg-[hsl(277,96%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(277, 96%, 44%, 0.4);
css variable
--color-primary: hsl(277, 96%, 44%);
Related Colors
Use Cases for Vivid Indigo
Frequently Asked Questions
What are all the color codes for HSL(277, 96%, 44%)?
HEX: #8904DC | RGB: rgb(137, 4, 220) | CMYK: 38%, 98%, 0%, 14% | HSV: 277°, 98%, 86%. Copy any format from the conversion table above.
What colors go well with #8904DC?
The complementary color is HSL(97, 96%, 44%). 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, 96%, 44%) in CSS?
As HSL: color: hsl(277, 96%, 44%); — As HEX: color: #8904DC; — As RGB: color: rgb(137, 4, 220); — Tailwind CSS: bg-[hsl(277,96%,44%)] — CSS variable: --color-primary: hsl(277, 96%, 44%);