HSL(271, 100%, 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,100%,42%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(271, 100%, 42%) | color: hsl(271, 100%, 42%) | |
| HEX | #6F00D6 | color: #6F00D6 | |
| RGB | rgb(111, 0, 214) | color: rgb(111, 0, 214) | |
| CMYK | cmyk(48%, 100%, 0%, 16%) | — | |
| HSV | hsv(271, 100%, 84%) | — | |
| HWB | hwb(271 0% 16%) | color: hwb(271 0% 16%) | |
| OKLCH | oklch(0.4701 0.2571 295.72) | color: oklch(0.4701 0.2571 295.72) | |
| Lab | lab(34.47 73.23 -80.71) | color: lab(34.47 73.23 -80.71) | |
| LCH | lch(34.47 108.98 312.22) | color: lch(34.47 108.98 312.22) |
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)
#3F3EA2 — rgb(63, 62, 162)
Deuteranopia (Green-blind)
#454E96 — rgb(69, 78, 150)
Tritanopia (Blue-blind)
#697970 — rgb(105, 121, 112)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(271, 100%, 42%);
text
color: hsl(271, 100%, 42%);
border
border: 2px solid hsl(271, 100%, 42%);
gradient light
background: linear-gradient(to right, hsl(271, 100%, 62%), hsl(271, 100%, 42%));
gradient dark
background: linear-gradient(to right, hsl(271, 100%, 42%), hsl(271, 100%, 22%))
hex
background-color: #6F00D6;
tailwind
bg-[hsl(271,100%,42%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(271, 100%, 42%, 0.4);
css variable
--color-primary: hsl(271, 100%, 42%);
Related Colors
Use Cases for Vivid Indigo
Frequently Asked Questions
What are all the color codes for HSL(271, 100%, 42%)?
HEX: #6F00D6 | RGB: rgb(111, 0, 214) | CMYK: 48%, 100%, 0%, 16% | HSV: 271°, 100%, 84%. Copy any format from the conversion table above.
What colors go well with #6F00D6?
The complementary color is HSL(91, 100%, 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, 100%, 42%) in CSS?
As HSL: color: hsl(271, 100%, 42%); — As HEX: color: #6F00D6; — As RGB: color: rgb(111, 0, 214); — Tailwind CSS: bg-[hsl(271,100%,42%)] — CSS variable: --color-primary: hsl(271, 100%, 42%);