HSL(261, 30%, 55%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(261,30%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(261, 30%, 55%) | color: hsl(261, 30%, 55%) | |
| HEX | #826AAF | color: #826AAF | |
| RGB | rgb(130, 106, 175) | color: rgb(130, 106, 175) | |
| CMYK | cmyk(26%, 39%, 0%, 31%) | — | |
| HSV | hsv(261, 39%, 69%) | — | |
| HWB | hwb(261 42% 31%) | color: hwb(261 42% 31%) | |
| OKLCH | oklch(0.5759 0.1063 299.05) | color: oklch(0.5759 0.1063 299.05) | |
| Lab | lab(49.68 24.35 -33.37) | color: lab(49.68 24.35 -33.37) | |
| LCH | lch(49.68 41.31 306.12) | color: lch(49.68 41.31 306.12) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#78779E — rgb(120, 119, 158)
Deuteranopia (Green-blind)
#797B9A — rgb(121, 123, 154)
Tritanopia (Blue-blind)
#81918E — rgb(129, 145, 142)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(261, 30%, 55%);
text
color: hsl(261, 30%, 55%);
border
border: 2px solid hsl(261, 30%, 55%);
gradient light
background: linear-gradient(to right, hsl(261, 30%, 75%), hsl(261, 30%, 55%));
gradient dark
background: linear-gradient(to right, hsl(261, 30%, 55%), hsl(261, 30%, 35%))
hex
background-color: #826AAF;
tailwind
bg-[hsl(261,30%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(261, 30%, 55%, 0.4);
css variable
--color-primary: hsl(261, 30%, 55%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(261, 30%, 55%)?
HEX: #826AAF | RGB: rgb(130, 106, 175) | CMYK: 26%, 39%, 0%, 31% | HSV: 261°, 39%, 69%. Copy any format from the conversion table above.
What colors go well with #826AAF?
The complementary color is HSL(81, 30%, 55%). 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, 30%, 55%) in CSS?
As HSL: color: hsl(261, 30%, 55%); — As HEX: color: #826AAF; — As RGB: color: rgb(130, 106, 175); — Tailwind CSS: bg-[hsl(261,30%,55%)] — CSS variable: --color-primary: hsl(261, 30%, 55%);