HSL(261, 77%, 60%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(261,77%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(261, 77%, 60%) | color: hsl(261, 77%, 60%) | |
| HEX | #814AE8 | color: #814AE8 | |
| RGB | rgb(129, 74, 232) | color: rgb(129, 74, 232) | |
| CMYK | cmyk(44%, 68%, 0%, 9%) | — | |
| HSV | hsv(261, 68%, 91%) | — | |
| HWB | hwb(261 29% 9%) | color: hwb(261 29% 9%) | |
| OKLCH | oklch(0.5609 0.2245 293.87) | color: oklch(0.5609 0.2245 293.87) | |
| Lab | lab(46.16 56.89 -71.72) | color: lab(46.16 56.89 -71.72) | |
| LCH | lch(46.16 91.54 308.42) | color: lch(46.16 91.54 308.42) |
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)
#6969C2 — rgb(105, 105, 194)
Deuteranopia (Green-blind)
#6C71B9 — rgb(108, 113, 185)
Tritanopia (Blue-blind)
#7EA49D — rgb(126, 164, 157)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(261, 77%, 60%);
text
color: hsl(261, 77%, 60%);
border
border: 2px solid hsl(261, 77%, 60%);
gradient light
background: linear-gradient(to right, hsl(261, 77%, 80%), hsl(261, 77%, 60%));
gradient dark
background: linear-gradient(to right, hsl(261, 77%, 60%), hsl(261, 77%, 40%))
hex
background-color: #814AE8;
tailwind
bg-[hsl(261,77%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(261, 77%, 60%, 0.4);
css variable
--color-primary: hsl(261, 77%, 60%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(261, 77%, 60%)?
HEX: #814AE8 | RGB: rgb(129, 74, 232) | CMYK: 44%, 68%, 0%, 9% | HSV: 261°, 68%, 91%. Copy any format from the conversion table above.
What colors go well with #814AE8?
The complementary color is HSL(81, 77%, 60%). 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, 77%, 60%) in CSS?
As HSL: color: hsl(261, 77%, 60%); — As HEX: color: #814AE8; — As RGB: color: rgb(129, 74, 232); — Tailwind CSS: bg-[hsl(261,77%,60%)] — CSS variable: --color-primary: hsl(261, 77%, 60%);