HSL(267, 91%, 42%)
Vivid Indigo — Indigo color
Adjust Color
Color Information
Color Name
Vivid Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(267,91%,42%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(267, 91%, 42%) | color: hsl(267, 91%, 42%) | |
| HEX | #610ACD | color: #610ACD | |
| RGB | rgb(97, 10, 205) | color: rgb(97, 10, 205) | |
| CMYK | cmyk(53%, 95%, 0%, 20%) | — | |
| HSV | hsv(267, 95%, 80%) | — | |
| HWB | hwb(267 4% 20%) | color: hwb(267 4% 20%) | |
| OKLCH | oklch(0.4481 0.2455 291.79) | color: oklch(0.4481 0.2455 291.79) | |
| Lab | lab(32.18 68.71 -79.32) | color: lab(32.18 68.71 -79.32) | |
| LCH | lch(32.18 104.94 310.9) | color: lch(32.18 104.94 310.9) |
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)
#3B3B9E — rgb(59, 59, 158)
Deuteranopia (Green-blind)
#404793 — rgb(64, 71, 147)
Tritanopia (Blue-blind)
#5D7970 — rgb(93, 121, 112)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(267, 91%, 42%);
text
color: hsl(267, 91%, 42%);
border
border: 2px solid hsl(267, 91%, 42%);
gradient light
background: linear-gradient(to right, hsl(267, 91%, 62%), hsl(267, 91%, 42%));
gradient dark
background: linear-gradient(to right, hsl(267, 91%, 42%), hsl(267, 91%, 22%))
hex
background-color: #610ACD;
tailwind
bg-[hsl(267,91%,42%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(267, 91%, 42%, 0.4);
css variable
--color-primary: hsl(267, 91%, 42%);
Related Colors
Use Cases for Vivid Indigo
Frequently Asked Questions
What are all the color codes for HSL(267, 91%, 42%)?
HEX: #610ACD | RGB: rgb(97, 10, 205) | CMYK: 53%, 95%, 0%, 20% | HSV: 267°, 95%, 80%. Copy any format from the conversion table above.
What colors go well with #610ACD?
The complementary color is HSL(87, 91%, 42%). For a triadic harmony, use hues 267°, 27°, and 147°. For analogous combinations, try hues 237° and 297°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(267, 91%, 42%) in CSS?
As HSL: color: hsl(267, 91%, 42%); — As HEX: color: #610ACD; — As RGB: color: rgb(97, 10, 205); — Tailwind CSS: bg-[hsl(267,91%,42%)] — CSS variable: --color-primary: hsl(267, 91%, 42%);