HSL(276, 37%, 71%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(276,37%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(276, 37%, 71%) | color: hsl(276, 37%, 71%) | |
| HEX | #BB9AD0 | color: #BB9AD0 | |
| RGB | rgb(187, 154, 208) | color: rgb(187, 154, 208) | |
| CMYK | cmyk(10%, 26%, 0%, 18%) | — | |
| HSV | hsv(277, 26%, 82%) | — | |
| HWB | hwb(277 61% 18%) | color: hwb(277 61% 18%) | |
| OKLCH | oklch(0.7344 0.0844 311.97) | color: oklch(0.7344 0.0844 311.97) | |
| Lab | lab(68.19 22.23 -23.03) | color: lab(68.19 22.23 -23.03) | |
| LCH | lch(68.19 32.01 313.99) | color: lch(68.19 32.01 313.99) |
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)
#ADACC3 — rgb(173, 172, 195)
Deuteranopia (Green-blind)
#AFB1C0 — rgb(175, 177, 192)
Tritanopia (Blue-blind)
#B9B9B6 — rgb(185, 185, 182)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(276, 37%, 71%);
text
color: hsl(276, 37%, 71%);
border
border: 2px solid hsl(276, 37%, 71%);
gradient light
background: linear-gradient(to right, hsl(276, 37%, 91%), hsl(276, 37%, 71%));
gradient dark
background: linear-gradient(to right, hsl(276, 37%, 71%), hsl(276, 37%, 51%))
hex
background-color: #BB9AD0;
tailwind
bg-[hsl(276,37%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(276, 37%, 71%, 0.4);
css variable
--color-primary: hsl(276, 37%, 71%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(276, 37%, 71%)?
HEX: #BB9AD0 | RGB: rgb(187, 154, 208) | CMYK: 10%, 26%, 0%, 18% | HSV: 277°, 26%, 82%. Copy any format from the conversion table above.
What colors go well with #BB9AD0?
The complementary color is HSL(96, 37%, 71%). For a triadic harmony, use hues 276°, 36°, and 156°. For analogous combinations, try hues 246° and 306°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(276, 37%, 71%) in CSS?
As HSL: color: hsl(276, 37%, 71%); — As HEX: color: #BB9AD0; — As RGB: color: rgb(187, 154, 208); — Tailwind CSS: bg-[hsl(276,37%,71%)] — CSS variable: --color-primary: hsl(276, 37%, 71%);