HSL(271, 32%, 73%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(271,32%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(271, 32%, 73%) | color: hsl(271, 32%, 73%) | |
| HEX | #BBA4D0 | color: #BBA4D0 | |
| RGB | rgb(187, 164, 208) | color: rgb(187, 164, 208) | |
| CMYK | cmyk(10%, 21%, 0%, 18%) | — | |
| HSV | hsv(271, 21%, 82%) | — | |
| HWB | hwb(271 65% 18%) | color: hwb(271 65% 18%) | |
| OKLCH | oklch(0.7533 0.0669 308.45) | color: oklch(0.7533 0.0669 308.45) | |
| Lab | lab(70.64 16.68 -19.3) | color: lab(70.64 16.68 -19.3) | |
| LCH | lch(70.64 25.51 310.84) | color: lch(70.64 25.51 310.84) |
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)
#B1B1C5 — rgb(177, 177, 197)
Deuteranopia (Green-blind)
#B2B4C3 — rgb(178, 180, 195)
Tritanopia (Blue-blind)
#BABDBB — rgb(186, 189, 187)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(271, 32%, 73%);
text
color: hsl(271, 32%, 73%);
border
border: 2px solid hsl(271, 32%, 73%);
gradient light
background: linear-gradient(to right, hsl(271, 32%, 93%), hsl(271, 32%, 73%));
gradient dark
background: linear-gradient(to right, hsl(271, 32%, 73%), hsl(271, 32%, 53%))
hex
background-color: #BBA4D0;
tailwind
bg-[hsl(271,32%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(271, 32%, 73%, 0.4);
css variable
--color-primary: hsl(271, 32%, 73%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(271, 32%, 73%)?
HEX: #BBA4D0 | RGB: rgb(187, 164, 208) | CMYK: 10%, 21%, 0%, 18% | HSV: 271°, 21%, 82%. Copy any format from the conversion table above.
What colors go well with #BBA4D0?
The complementary color is HSL(91, 32%, 73%). For a triadic harmony, use hues 271°, 31°, and 151°. For analogous combinations, try hues 241° and 301°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(271, 32%, 73%) in CSS?
As HSL: color: hsl(271, 32%, 73%); — As HEX: color: #BBA4D0; — As RGB: color: rgb(187, 164, 208); — Tailwind CSS: bg-[hsl(271,32%,73%)] — CSS variable: --color-primary: hsl(271, 32%, 73%);