HSL(264, 72%, 77%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(264,72%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(264, 72%, 77%) | color: hsl(264, 72%, 77%) | |
| HEX | #BC9AEF | color: #BC9AEF | |
| RGB | rgb(188, 154, 239) | color: rgb(188, 154, 239) | |
| CMYK | cmyk(21%, 36%, 0%, 6%) | — | |
| HSV | hsv(264, 36%, 94%) | — | |
| HWB | hwb(264 60% 6%) | color: hwb(264 60% 6%) | |
| OKLCH | oklch(0.7486 0.1243 301.88) | color: oklch(0.7486 0.1243 301.88) | |
| Lab | lab(69.49 29.31 -38.08) | color: lab(69.49 29.31 -38.08) | |
| LCH | lch(69.49 48.05 307.59) | color: lch(69.49 48.05 307.59) |
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)
#ADADDA — rgb(173, 173, 218)
Deuteranopia (Green-blind)
#AFB2D6 — rgb(175, 178, 214)
Tritanopia (Blue-blind)
#BACAC7 — rgb(186, 202, 199)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(264, 72%, 77%);
text
color: hsl(264, 72%, 77%);
border
border: 2px solid hsl(264, 72%, 77%);
gradient light
background: linear-gradient(to right, hsl(264, 72%, 97%), hsl(264, 72%, 77%));
gradient dark
background: linear-gradient(to right, hsl(264, 72%, 77%), hsl(264, 72%, 57%))
hex
background-color: #BC9AEF;
tailwind
bg-[hsl(264,72%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(264, 72%, 77%, 0.4);
css variable
--color-primary: hsl(264, 72%, 77%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(264, 72%, 77%)?
HEX: #BC9AEF | RGB: rgb(188, 154, 239) | CMYK: 21%, 36%, 0%, 6% | HSV: 264°, 36%, 94%. Copy any format from the conversion table above.
What colors go well with #BC9AEF?
The complementary color is HSL(84, 72%, 77%). For a triadic harmony, use hues 264°, 24°, and 144°. For analogous combinations, try hues 234° and 294°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(264, 72%, 77%) in CSS?
As HSL: color: hsl(264, 72%, 77%); — As HEX: color: #BC9AEF; — As RGB: color: rgb(188, 154, 239); — Tailwind CSS: bg-[hsl(264,72%,77%)] — CSS variable: --color-primary: hsl(264, 72%, 77%);