HSL(283, 93%, 42%)
Vivid Indigo — Indigo color
Adjust Color
Color Information
Color Name
Vivid Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(283,93%,42%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(283, 93%, 42%) | color: hsl(283, 93%, 42%) | |
| HEX | #9607CF | color: #9607CF | |
| RGB | rgb(150, 7, 207) | color: rgb(150, 7, 207) | |
| CMYK | cmyk(28%, 97%, 0%, 19%) | — | |
| HSV | hsv(283, 97%, 81%) | — | |
| HWB | hwb(283 2% 19%) | color: hwb(283 2% 19%) | |
| OKLCH | oklch(0.5161 0.2561 311.35) | color: oklch(0.5161 0.2561 311.35) | |
| Lab | lab(39.82 75.06 -67.65) | color: lab(39.82 75.06 -67.65) | |
| LCH | lch(39.82 101.05 317.97) | color: lch(39.82 101.05 317.97) |
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)
#58579F — rgb(88, 87, 159)
Deuteranopia (Green-blind)
#606B93 — rgb(96, 107, 147)
Tritanopia (Blue-blind)
#8F7870 — rgb(143, 120, 112)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(283, 93%, 42%);
text
color: hsl(283, 93%, 42%);
border
border: 2px solid hsl(283, 93%, 42%);
gradient light
background: linear-gradient(to right, hsl(283, 93%, 62%), hsl(283, 93%, 42%));
gradient dark
background: linear-gradient(to right, hsl(283, 93%, 42%), hsl(283, 93%, 22%))
hex
background-color: #9607CF;
tailwind
bg-[hsl(283,93%,42%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(283, 93%, 42%, 0.4);
css variable
--color-primary: hsl(283, 93%, 42%);
Related Colors
Use Cases for Vivid Indigo
Frequently Asked Questions
What are all the color codes for HSL(283, 93%, 42%)?
HEX: #9607CF | RGB: rgb(150, 7, 207) | CMYK: 28%, 97%, 0%, 19% | HSV: 283°, 97%, 81%. Copy any format from the conversion table above.
What colors go well with #9607CF?
The complementary color is HSL(103, 93%, 42%). For a triadic harmony, use hues 283°, 43°, and 163°. For analogous combinations, try hues 253° and 313°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(283, 93%, 42%) in CSS?
As HSL: color: hsl(283, 93%, 42%); — As HEX: color: #9607CF; — As RGB: color: rgb(150, 7, 207); — Tailwind CSS: bg-[hsl(283,93%,42%)] — CSS variable: --color-primary: hsl(283, 93%, 42%);