HSL(262, 97%, 55%)
Vivid Indigo — Indigo color
Adjust Color
Color Information
Color Name
Vivid Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(262,97%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(262, 97%, 55%) | color: hsl(262, 97%, 55%) | |
| HEX | #6F1DFC | color: #6F1DFC | |
| RGB | rgb(111, 29, 252) | color: rgb(111, 29, 252) | |
| CMYK | cmyk(56%, 88%, 0%, 1%) | — | |
| HSV | hsv(262, 88%, 99%) | — | |
| HWB | hwb(262 12% 1%) | color: hwb(262 12% 1%) | |
| OKLCH | oklch(0.5194 0.2818 288.07) | color: oklch(0.5194 0.2818 288.07) | |
| Lab | lab(40.06 76.85 -93.08) | color: lab(40.06 76.85 -93.08) | |
| LCH | lch(40.06 120.71 309.54) | color: lch(40.06 120.71 309.54) |
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)
#4B4BC6 — rgb(75, 75, 198)
Deuteranopia (Green-blind)
#5056B9 — rgb(80, 86, 185)
Tritanopia (Blue-blind)
#6B9B92 — rgb(107, 155, 146)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(262, 97%, 55%);
text
color: hsl(262, 97%, 55%);
border
border: 2px solid hsl(262, 97%, 55%);
gradient light
background: linear-gradient(to right, hsl(262, 97%, 75%), hsl(262, 97%, 55%));
gradient dark
background: linear-gradient(to right, hsl(262, 97%, 55%), hsl(262, 97%, 35%))
hex
background-color: #6F1DFC;
tailwind
bg-[hsl(262,97%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(262, 97%, 55%, 0.4);
css variable
--color-primary: hsl(262, 97%, 55%);
Related Colors
Use Cases for Vivid Indigo
Frequently Asked Questions
What are all the color codes for HSL(262, 97%, 55%)?
HEX: #6F1DFC | RGB: rgb(111, 29, 252) | CMYK: 56%, 88%, 0%, 1% | HSV: 262°, 88%, 99%. Copy any format from the conversion table above.
What colors go well with #6F1DFC?
The complementary color is HSL(82, 97%, 55%). For a triadic harmony, use hues 262°, 22°, and 142°. For analogous combinations, try hues 232° and 292°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(262, 97%, 55%) in CSS?
As HSL: color: hsl(262, 97%, 55%); — As HEX: color: #6F1DFC; — As RGB: color: rgb(111, 29, 252); — Tailwind CSS: bg-[hsl(262,97%,55%)] — CSS variable: --color-primary: hsl(262, 97%, 55%);