HSL(256, 48%, 75%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(256,48%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(256, 48%, 75%) | color: hsl(256, 48%, 75%) | |
| HEX | #B1A1DE | color: #B1A1DE | |
| RGB | rgb(177, 161, 222) | color: rgb(177, 161, 222) | |
| CMYK | cmyk(20%, 27%, 0%, 13%) | — | |
| HSV | hsv(256, 27%, 87%) | — | |
| HWB | hwb(256 64% 13%) | color: hwb(256 64% 13%) | |
| OKLCH | oklch(0.7445 0.0882 296.23) | color: oklch(0.7445 0.0882 296.23) | |
| Lab | lab(69.55 18.22 -28.75) | color: lab(69.55 18.22 -28.75) | |
| LCH | lch(69.55 34.04 302.36) | color: lch(69.55 34.04 302.36) |
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)
#AAAACF — rgb(170, 170, 207)
Deuteranopia (Green-blind)
#ABACCC — rgb(171, 172, 204)
Tritanopia (Blue-blind)
#B0C4C1 — rgb(176, 196, 193)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(256, 48%, 75%);
text
color: hsl(256, 48%, 75%);
border
border: 2px solid hsl(256, 48%, 75%);
gradient light
background: linear-gradient(to right, hsl(256, 48%, 95%), hsl(256, 48%, 75%));
gradient dark
background: linear-gradient(to right, hsl(256, 48%, 75%), hsl(256, 48%, 55%))
hex
background-color: #B1A1DE;
tailwind
bg-[hsl(256,48%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(256, 48%, 75%, 0.4);
css variable
--color-primary: hsl(256, 48%, 75%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(256, 48%, 75%)?
HEX: #B1A1DE | RGB: rgb(177, 161, 222) | CMYK: 20%, 27%, 0%, 13% | HSV: 256°, 27%, 87%. Copy any format from the conversion table above.
What colors go well with #B1A1DE?
The complementary color is HSL(76, 48%, 75%). For a triadic harmony, use hues 256°, 16°, and 136°. For analogous combinations, try hues 226° and 286°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(256, 48%, 75%) in CSS?
As HSL: color: hsl(256, 48%, 75%); — As HEX: color: #B1A1DE; — As RGB: color: rgb(177, 161, 222); — Tailwind CSS: bg-[hsl(256,48%,75%)] — CSS variable: --color-primary: hsl(256, 48%, 75%);