HSL(259, 100%, 56%)
Vivid Indigo — Indigo color
Adjust Color
Color Information
Color Name
Vivid Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(259,100%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(259, 100%, 56%) | color: hsl(259, 100%, 56%) | |
| HEX | #661FFF | color: #661FFF | |
| RGB | rgb(102, 31, 255) | color: rgb(102, 31, 255) | |
| CMYK | cmyk(60%, 88%, 0%, 0%) | — | |
| HSV | hsv(259, 88%, 100%) | — | |
| HWB | hwb(259 12% 0%) | color: hwb(259 12% 0%) | |
| OKLCH | oklch(0.5152 0.2845 284.62) | color: oklch(0.5152 0.2845 284.62) | |
| Lab | lab(39.62 76.35 -95.52) | color: lab(39.62 76.35 -95.52) | |
| LCH | lch(39.62 122.28 308.64) | color: lch(39.62 122.28 308.64) |
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)
#4747C9 — rgb(71, 71, 201)
Deuteranopia (Green-blind)
#4B51BC — rgb(75, 81, 188)
Tritanopia (Blue-blind)
#629E95 — rgb(98, 158, 149)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(259, 100%, 56%);
text
color: hsl(259, 100%, 56%);
border
border: 2px solid hsl(259, 100%, 56%);
gradient light
background: linear-gradient(to right, hsl(259, 100%, 76%), hsl(259, 100%, 56%));
gradient dark
background: linear-gradient(to right, hsl(259, 100%, 56%), hsl(259, 100%, 36%))
hex
background-color: #661FFF;
tailwind
bg-[hsl(259,100%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(259, 100%, 56%, 0.4);
css variable
--color-primary: hsl(259, 100%, 56%);
Related Colors
Use Cases for Vivid Indigo
Frequently Asked Questions
What are all the color codes for HSL(259, 100%, 56%)?
HEX: #661FFF | RGB: rgb(102, 31, 255) | CMYK: 60%, 88%, 0%, 0% | HSV: 259°, 88%, 100%. Copy any format from the conversion table above.
What colors go well with #661FFF?
The complementary color is HSL(79, 100%, 56%). For a triadic harmony, use hues 259°, 19°, and 139°. For analogous combinations, try hues 229° and 289°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(259, 100%, 56%) in CSS?
As HSL: color: hsl(259, 100%, 56%); — As HEX: color: #661FFF; — As RGB: color: rgb(102, 31, 255); — Tailwind CSS: bg-[hsl(259,100%,56%)] — CSS variable: --color-primary: hsl(259, 100%, 56%);