HSL(271, 32%, 72%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(271,32%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(271, 32%, 72%) | color: hsl(271, 32%, 72%) | |
| HEX | #B8A1CE | color: #B8A1CE | |
| RGB | rgb(184, 161, 206) | color: rgb(184, 161, 206) | |
| CMYK | cmyk(11%, 22%, 0%, 19%) | — | |
| HSV | hsv(271, 22%, 81%) | — | |
| HWB | hwb(271 63% 19%) | color: hwb(271 63% 19%) | |
| OKLCH | oklch(0.7442 0.0684 307.92) | color: oklch(0.7442 0.0684 307.92) | |
| Lab | lab(69.57 16.94 -19.86) | color: lab(69.57 16.94 -19.86) | |
| LCH | lch(69.57 26.1 310.46) | color: lch(69.57 26.1 310.46) |
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)
#AEAEC3 — rgb(174, 174, 195)
Deuteranopia (Green-blind)
#AFB1C1 — rgb(175, 177, 193)
Tritanopia (Blue-blind)
#B7BBB9 — rgb(183, 187, 185)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(271, 32%, 72%);
text
color: hsl(271, 32%, 72%);
border
border: 2px solid hsl(271, 32%, 72%);
gradient light
background: linear-gradient(to right, hsl(271, 32%, 92%), hsl(271, 32%, 72%));
gradient dark
background: linear-gradient(to right, hsl(271, 32%, 72%), hsl(271, 32%, 52%))
hex
background-color: #B8A1CE;
tailwind
bg-[hsl(271,32%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(271, 32%, 72%, 0.4);
css variable
--color-primary: hsl(271, 32%, 72%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(271, 32%, 72%)?
HEX: #B8A1CE | RGB: rgb(184, 161, 206) | CMYK: 11%, 22%, 0%, 19% | HSV: 271°, 22%, 81%. Copy any format from the conversion table above.
What colors go well with #B8A1CE?
The complementary color is HSL(91, 32%, 72%). 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%, 72%) in CSS?
As HSL: color: hsl(271, 32%, 72%); — As HEX: color: #B8A1CE; — As RGB: color: rgb(184, 161, 206); — Tailwind CSS: bg-[hsl(271,32%,72%)] — CSS variable: --color-primary: hsl(271, 32%, 72%);