HSL(257, 90%, 78%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(257,90%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(257, 90%, 78%) | color: hsl(257, 90%, 78%) | |
| HEX | #B194F9 | color: #B194F9 | |
| RGB | rgb(177, 148, 249) | color: rgb(177, 148, 249) | |
| CMYK | cmyk(29%, 41%, 0%, 2%) | — | |
| HSV | hsv(257, 41%, 98%) | — | |
| HWB | hwb(257 58% 2%) | color: hwb(257 58% 2%) | |
| OKLCH | oklch(0.733 0.145 295.84) | color: oklch(0.733 0.145 295.84) | |
| Lab | lab(67.55 31.91 -46.66) | color: lab(67.55 31.91 -46.66) | |
| LCH | lch(67.55 56.53 304.37) | color: lch(67.55 56.53 304.37) |
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)
#A4A4E1 — rgb(164, 164, 225)
Deuteranopia (Green-blind)
#A6A8DB — rgb(166, 168, 219)
Tritanopia (Blue-blind)
#B0CDC9 — rgb(176, 205, 201)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(257, 90%, 78%);
text
color: hsl(257, 90%, 78%);
border
border: 2px solid hsl(257, 90%, 78%);
gradient light
background: linear-gradient(to right, hsl(257, 90%, 98%), hsl(257, 90%, 78%));
gradient dark
background: linear-gradient(to right, hsl(257, 90%, 78%), hsl(257, 90%, 58%))
hex
background-color: #B194F9;
tailwind
bg-[hsl(257,90%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(257, 90%, 78%, 0.4);
css variable
--color-primary: hsl(257, 90%, 78%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(257, 90%, 78%)?
HEX: #B194F9 | RGB: rgb(177, 148, 249) | CMYK: 29%, 41%, 0%, 2% | HSV: 257°, 41%, 98%. Copy any format from the conversion table above.
What colors go well with #B194F9?
The complementary color is HSL(77, 90%, 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, 90%, 78%) in CSS?
As HSL: color: hsl(257, 90%, 78%); — As HEX: color: #B194F9; — As RGB: color: rgb(177, 148, 249); — Tailwind CSS: bg-[hsl(257,90%,78%)] — CSS variable: --color-primary: hsl(257, 90%, 78%);