HSL(271, 32%, 69%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(271,32%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(271, 32%, 69%) | color: hsl(271, 32%, 69%) | |
| HEX | #B197C9 | color: #B197C9 | |
| RGB | rgb(177, 151, 201) | color: rgb(177, 151, 201) | |
| CMYK | cmyk(12%, 25%, 0%, 21%) | — | |
| HSV | hsv(271, 25%, 79%) | — | |
| HWB | hwb(271 59% 21%) | color: hwb(271 59% 21%) | |
| OKLCH | oklch(0.7168 0.0767 308.14) | color: oklch(0.7168 0.0767 308.14) | |
| Lab | lab(66.29 19.19 -22.13) | color: lab(66.29 19.19 -22.13) | |
| LCH | lch(66.29 29.29 310.93) | color: lch(66.29 29.29 310.93) |
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)
#A6A6BD — rgb(166, 166, 189)
Deuteranopia (Green-blind)
#A7A9BA — rgb(167, 169, 186)
Tritanopia (Blue-blind)
#B0B3B1 — rgb(176, 179, 177)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(271, 32%, 69%);
text
color: hsl(271, 32%, 69%);
border
border: 2px solid hsl(271, 32%, 69%);
gradient light
background: linear-gradient(to right, hsl(271, 32%, 89%), hsl(271, 32%, 69%));
gradient dark
background: linear-gradient(to right, hsl(271, 32%, 69%), hsl(271, 32%, 49%))
hex
background-color: #B197C9;
tailwind
bg-[hsl(271,32%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(271, 32%, 69%, 0.4);
css variable
--color-primary: hsl(271, 32%, 69%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(271, 32%, 69%)?
HEX: #B197C9 | RGB: rgb(177, 151, 201) | CMYK: 12%, 25%, 0%, 21% | HSV: 271°, 25%, 79%. Copy any format from the conversion table above.
What colors go well with #B197C9?
The complementary color is HSL(91, 32%, 69%). 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%, 69%) in CSS?
As HSL: color: hsl(271, 32%, 69%); — As HEX: color: #B197C9; — As RGB: color: rgb(177, 151, 201); — Tailwind CSS: bg-[hsl(271,32%,69%)] — CSS variable: --color-primary: hsl(271, 32%, 69%);