HSL(267, 55%, 71%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(267,55%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(267, 55%, 71%) | color: hsl(267, 55%, 71%) | |
| HEX | #B18CDE | color: #B18CDE | |
| RGB | rgb(177, 140, 222) | color: rgb(177, 140, 222) | |
| CMYK | cmyk(20%, 37%, 0%, 13%) | — | |
| HSV | hsv(267, 37%, 87%) | — | |
| HWB | hwb(267 55% 13%) | color: hwb(267 55% 13%) | |
| OKLCH | oklch(0.7056 0.1227 304.18) | color: oklch(0.7056 0.1227 304.18) | |
| Lab | lab(64.47 30.01 -36.62) | color: lab(64.47 30.01 -36.62) | |
| LCH | lch(64.47 47.35 309.33) | color: lch(64.47 47.35 309.33) |
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)
#A1A1CA — rgb(161, 161, 202)
Deuteranopia (Green-blind)
#A3A6C5 — rgb(163, 166, 197)
Tritanopia (Blue-blind)
#AFBAB7 — rgb(175, 186, 183)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(267, 55%, 71%);
text
color: hsl(267, 55%, 71%);
border
border: 2px solid hsl(267, 55%, 71%);
gradient light
background: linear-gradient(to right, hsl(267, 55%, 91%), hsl(267, 55%, 71%));
gradient dark
background: linear-gradient(to right, hsl(267, 55%, 71%), hsl(267, 55%, 51%))
hex
background-color: #B18CDE;
tailwind
bg-[hsl(267,55%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(267, 55%, 71%, 0.4);
css variable
--color-primary: hsl(267, 55%, 71%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(267, 55%, 71%)?
HEX: #B18CDE | RGB: rgb(177, 140, 222) | CMYK: 20%, 37%, 0%, 13% | HSV: 267°, 37%, 87%. Copy any format from the conversion table above.
What colors go well with #B18CDE?
The complementary color is HSL(87, 55%, 71%). For a triadic harmony, use hues 267°, 27°, and 147°. For analogous combinations, try hues 237° and 297°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(267, 55%, 71%) in CSS?
As HSL: color: hsl(267, 55%, 71%); — As HEX: color: #B18CDE; — As RGB: color: rgb(177, 140, 222); — Tailwind CSS: bg-[hsl(267,55%,71%)] — CSS variable: --color-primary: hsl(267, 55%, 71%);