HSL(261, 68%, 77%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(261,68%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(261, 68%, 77%) | color: hsl(261, 68%, 77%) | |
| HEX | #B89CEC | color: #B89CEC | |
| RGB | rgb(184, 156, 236) | color: rgb(184, 156, 236) | |
| CMYK | cmyk(22%, 34%, 0%, 7%) | — | |
| HSV | hsv(261, 34%, 93%) | — | |
| HWB | hwb(261 61% 7%) | color: hwb(261 61% 7%) | |
| OKLCH | oklch(0.7473 0.1163 299.68) | color: oklch(0.7473 0.1163 299.68) | |
| Lab | lab(69.49 26.33 -36.48) | color: lab(69.49 26.33 -36.48) | |
| LCH | lch(69.49 44.99 305.82) | color: lch(69.49 44.99 305.82) |
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)
#ACACD9 — rgb(172, 172, 217)
Deuteranopia (Green-blind)
#AEB0D4 — rgb(174, 176, 212)
Tritanopia (Blue-blind)
#B7C9C6 — rgb(183, 201, 198)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(261, 68%, 77%);
text
color: hsl(261, 68%, 77%);
border
border: 2px solid hsl(261, 68%, 77%);
gradient light
background: linear-gradient(to right, hsl(261, 68%, 97%), hsl(261, 68%, 77%));
gradient dark
background: linear-gradient(to right, hsl(261, 68%, 77%), hsl(261, 68%, 57%))
hex
background-color: #B89CEC;
tailwind
bg-[hsl(261,68%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(261, 68%, 77%, 0.4);
css variable
--color-primary: hsl(261, 68%, 77%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(261, 68%, 77%)?
HEX: #B89CEC | RGB: rgb(184, 156, 236) | CMYK: 22%, 34%, 0%, 7% | HSV: 261°, 34%, 93%. Copy any format from the conversion table above.
What colors go well with #B89CEC?
The complementary color is HSL(81, 68%, 77%). 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, 68%, 77%) in CSS?
As HSL: color: hsl(261, 68%, 77%); — As HEX: color: #B89CEC; — As RGB: color: rgb(184, 156, 236); — Tailwind CSS: bg-[hsl(261,68%,77%)] — CSS variable: --color-primary: hsl(261, 68%, 77%);