HSL(261, 83%, 62%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(261,83%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(261, 83%, 62%) | color: hsl(261, 83%, 62%) | |
| HEX | #864EEF | color: #864EEF | |
| RGB | rgb(134, 78, 239) | color: rgb(134, 78, 239) | |
| CMYK | cmyk(44%, 67%, 0%, 6%) | — | |
| HSV | hsv(261, 67%, 94%) | — | |
| HWB | hwb(261 31% 6%) | color: hwb(261 31% 6%) | |
| OKLCH | oklch(0.5765 0.2278 294.01) | color: oklch(0.5765 0.2278 294.01) | |
| Lab | lab(47.94 57.6 -72.74) | color: lab(47.94 57.6 -72.74) | |
| LCH | lch(47.94 92.78 308.37) | color: lch(47.94 92.78 308.37) |
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)
#6E6DC8 — rgb(110, 109, 200)
Deuteranopia (Green-blind)
#7175BF — rgb(113, 117, 191)
Tritanopia (Blue-blind)
#83A9A3 — rgb(131, 169, 163)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(261, 83%, 62%);
text
color: hsl(261, 83%, 62%);
border
border: 2px solid hsl(261, 83%, 62%);
gradient light
background: linear-gradient(to right, hsl(261, 83%, 82%), hsl(261, 83%, 62%));
gradient dark
background: linear-gradient(to right, hsl(261, 83%, 62%), hsl(261, 83%, 42%))
hex
background-color: #864EEF;
tailwind
bg-[hsl(261,83%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(261, 83%, 62%, 0.4);
css variable
--color-primary: hsl(261, 83%, 62%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(261, 83%, 62%)?
HEX: #864EEF | RGB: rgb(134, 78, 239) | CMYK: 44%, 67%, 0%, 6% | HSV: 261°, 67%, 94%. Copy any format from the conversion table above.
What colors go well with #864EEF?
The complementary color is HSL(81, 83%, 62%). For a triadic harmony, use hues 261°, 21°, and 141°. For analogous combinations, try hues 231° and 291°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(261, 83%, 62%) in CSS?
As HSL: color: hsl(261, 83%, 62%); — As HEX: color: #864EEF; — As RGB: color: rgb(134, 78, 239); — Tailwind CSS: bg-[hsl(261,83%,62%)] — CSS variable: --color-primary: hsl(261, 83%, 62%);