HSL(257, 78%, 79%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(257,78%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(257, 78%, 79%) | color: hsl(257, 78%, 79%) | |
| HEX | #B7A0F3 | color: #B7A0F3 | |
| RGB | rgb(183, 160, 243) | color: rgb(183, 160, 243) | |
| CMYK | cmyk(25%, 34%, 0%, 5%) | — | |
| HSV | hsv(257, 34%, 95%) | — | |
| HWB | hwb(257 63% 5%) | color: hwb(257 63% 5%) | |
| OKLCH | oklch(0.7569 0.119 296.18) | color: oklch(0.7569 0.119 296.18) | |
| Lab | lab(70.65 25.44 -38.49) | color: lab(70.65 25.44 -38.49) | |
| LCH | lch(70.65 46.14 303.46) | color: lch(70.65 46.14 303.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)
#ADADDF — rgb(173, 173, 223)
Deuteranopia (Green-blind)
#AEB0DA — rgb(174, 176, 218)
Tritanopia (Blue-blind)
#B6CFCC — rgb(182, 207, 204)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(257, 78%, 79%);
text
color: hsl(257, 78%, 79%);
border
border: 2px solid hsl(257, 78%, 79%);
gradient light
background: linear-gradient(to right, hsl(257, 78%, 99%), hsl(257, 78%, 79%));
gradient dark
background: linear-gradient(to right, hsl(257, 78%, 79%), hsl(257, 78%, 59%))
hex
background-color: #B7A0F3;
tailwind
bg-[hsl(257,78%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(257, 78%, 79%, 0.4);
css variable
--color-primary: hsl(257, 78%, 79%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(257, 78%, 79%)?
HEX: #B7A0F3 | RGB: rgb(183, 160, 243) | CMYK: 25%, 34%, 0%, 5% | HSV: 257°, 34%, 95%. Copy any format from the conversion table above.
What colors go well with #B7A0F3?
The complementary color is HSL(77, 78%, 79%). For a triadic harmony, use hues 257°, 17°, and 137°. For analogous combinations, try hues 227° and 287°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(257, 78%, 79%) in CSS?
As HSL: color: hsl(257, 78%, 79%); — As HEX: color: #B7A0F3; — As RGB: color: rgb(183, 160, 243); — Tailwind CSS: bg-[hsl(257,78%,79%)] — CSS variable: --color-primary: hsl(257, 78%, 79%);