HSL(271, 85%, 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(271,85%,42%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(271, 85%, 42%) | color: hsl(271, 85%, 42%) | |
| HEX | #6E10C6 | color: #6E10C6 | |
| RGB | rgb(110, 16, 198) | color: rgb(110, 16, 198) | |
| CMYK | cmyk(44%, 92%, 0%, 22%) | — | |
| HSV | hsv(271, 92%, 78%) | — | |
| HWB | hwb(271 6% 22%) | color: hwb(271 6% 22%) | |
| OKLCH | oklch(0.4584 0.2379 298.39) | color: oklch(0.4584 0.2379 298.39) | |
| Lab | lab(33.48 67.35 -73.02) | color: lab(33.48 67.35 -73.02) | |
| LCH | lch(33.48 99.34 312.69) | color: lch(33.48 99.34 312.69) |
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)
#45449A — rgb(69, 68, 154)
Deuteranopia (Green-blind)
#4B528F — rgb(75, 82, 143)
Tritanopia (Blue-blind)
#697770 — rgb(105, 119, 112)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(271, 85%, 42%);
text
color: hsl(271, 85%, 42%);
border
border: 2px solid hsl(271, 85%, 42%);
gradient light
background: linear-gradient(to right, hsl(271, 85%, 62%), hsl(271, 85%, 42%));
gradient dark
background: linear-gradient(to right, hsl(271, 85%, 42%), hsl(271, 85%, 22%))
hex
background-color: #6E10C6;
tailwind
bg-[hsl(271,85%,42%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(271, 85%, 42%, 0.4);
css variable
--color-primary: hsl(271, 85%, 42%);
Related Colors
Use Cases for Vivid Indigo
Frequently Asked Questions
What are all the color codes for HSL(271, 85%, 42%)?
HEX: #6E10C6 | RGB: rgb(110, 16, 198) | CMYK: 44%, 92%, 0%, 22% | HSV: 271°, 92%, 78%. Copy any format from the conversion table above.
What colors go well with #6E10C6?
The complementary color is HSL(91, 85%, 42%). For a triadic harmony, use hues 271°, 31°, and 151°. For analogous combinations, try hues 241° and 301°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(271, 85%, 42%) in CSS?
As HSL: color: hsl(271, 85%, 42%); — As HEX: color: #6E10C6; — As RGB: color: rgb(110, 16, 198); — Tailwind CSS: bg-[hsl(271,85%,42%)] — CSS variable: --color-primary: hsl(271, 85%, 42%);