HSL(257, 74%, 78%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(257,74%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(257, 74%, 78%) | color: hsl(257, 74%, 78%) | |
| HEX | #B59DF0 | color: #B59DF0 | |
| RGB | rgb(181, 157, 240) | color: rgb(181, 157, 240) | |
| CMYK | cmyk(25%, 35%, 0%, 6%) | — | |
| HSV | hsv(257, 35%, 94%) | — | |
| HWB | hwb(257 61% 6%) | color: hwb(257 61% 6%) | |
| OKLCH | oklch(0.7483 0.1195 296.71) | color: oklch(0.7483 0.1195 296.71) | |
| Lab | lab(69.63 25.83 -38.46) | color: lab(69.63 25.83 -38.46) | |
| LCH | lch(69.63 46.33 303.89) | color: lch(69.63 46.33 303.89) |
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)
#ABAADC — rgb(171, 170, 220)
Deuteranopia (Green-blind)
#ACAED7 — rgb(172, 174, 215)
Tritanopia (Blue-blind)
#B4CCC9 — rgb(180, 204, 201)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(257, 74%, 78%);
text
color: hsl(257, 74%, 78%);
border
border: 2px solid hsl(257, 74%, 78%);
gradient light
background: linear-gradient(to right, hsl(257, 74%, 98%), hsl(257, 74%, 78%));
gradient dark
background: linear-gradient(to right, hsl(257, 74%, 78%), hsl(257, 74%, 58%))
hex
background-color: #B59DF0;
tailwind
bg-[hsl(257,74%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(257, 74%, 78%, 0.4);
css variable
--color-primary: hsl(257, 74%, 78%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(257, 74%, 78%)?
HEX: #B59DF0 | RGB: rgb(181, 157, 240) | CMYK: 25%, 35%, 0%, 6% | HSV: 257°, 35%, 94%. Copy any format from the conversion table above.
What colors go well with #B59DF0?
The complementary color is HSL(77, 74%, 78%). 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, 74%, 78%) in CSS?
As HSL: color: hsl(257, 74%, 78%); — As HEX: color: #B59DF0; — As RGB: color: rgb(181, 157, 240); — Tailwind CSS: bg-[hsl(257,74%,78%)] — CSS variable: --color-primary: hsl(257, 74%, 78%);