HSL(266, 46%, 71%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(266,46%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(266, 46%, 71%) | color: hsl(266, 46%, 71%) | |
| HEX | #B193D7 | color: #B193D7 | |
| RGB | rgb(177, 147, 215) | color: rgb(177, 147, 215) | |
| CMYK | cmyk(18%, 32%, 0%, 16%) | — | |
| HSV | hsv(266, 32%, 84%) | — | |
| HWB | hwb(266 57% 16%) | color: hwb(266 57% 16%) | |
| OKLCH | oklch(0.7152 0.1019 304.16) | color: oklch(0.7152 0.1019 304.16) | |
| Lab | lab(65.84 24.49 -30.6) | color: lab(65.84 24.49 -30.6) | |
| LCH | lch(65.84 39.19 308.67) | color: lch(65.84 39.19 308.67) |
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)
#A4A4C7 — rgb(164, 164, 199)
Deuteranopia (Green-blind)
#A6A8C3 — rgb(166, 168, 195)
Tritanopia (Blue-blind)
#B0BAB7 — rgb(176, 186, 183)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(266, 46%, 71%);
text
color: hsl(266, 46%, 71%);
border
border: 2px solid hsl(266, 46%, 71%);
gradient light
background: linear-gradient(to right, hsl(266, 46%, 91%), hsl(266, 46%, 71%));
gradient dark
background: linear-gradient(to right, hsl(266, 46%, 71%), hsl(266, 46%, 51%))
hex
background-color: #B193D7;
tailwind
bg-[hsl(266,46%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(266, 46%, 71%, 0.4);
css variable
--color-primary: hsl(266, 46%, 71%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(266, 46%, 71%)?
HEX: #B193D7 | RGB: rgb(177, 147, 215) | CMYK: 18%, 32%, 0%, 16% | HSV: 266°, 32%, 84%. Copy any format from the conversion table above.
What colors go well with #B193D7?
The complementary color is HSL(86, 46%, 71%). For a triadic harmony, use hues 266°, 26°, and 146°. For analogous combinations, try hues 236° and 296°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(266, 46%, 71%) in CSS?
As HSL: color: hsl(266, 46%, 71%); — As HEX: color: #B193D7; — As RGB: color: rgb(177, 147, 215); — Tailwind CSS: bg-[hsl(266,46%,71%)] — CSS variable: --color-primary: hsl(266, 46%, 71%);