HSL(257, 90%, 53%)
Vivid Indigo — Indigo color
Adjust Color
Color Information
Color Name
Vivid Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(257,90%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(257, 90%, 53%) | color: hsl(257, 90%, 53%) | |
| HEX | #581BF3 | color: #581BF3 | |
| RGB | rgb(88, 27, 243) | color: rgb(88, 27, 243) | |
| CMYK | cmyk(64%, 89%, 0%, 5%) | — | |
| HSV | hsv(257, 89%, 95%) | — | |
| HWB | hwb(257 10% 5%) | color: hwb(257 10% 5%) | |
| OKLCH | oklch(0.4879 0.2763 281.75) | color: oklch(0.4879 0.2763 281.75) | |
| Lab | lab(36.61 73.53 -93.81) | color: lab(36.61 73.53 -93.81) | |
| LCH | lch(36.61 119.19 308.09) | color: lch(36.61 119.19 308.09) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#3E3DBF — rgb(62, 61, 191)
Deuteranopia (Green-blind)
#4146B2 — rgb(65, 70, 178)
Tritanopia (Blue-blind)
#55958C — rgb(85, 149, 140)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(257, 90%, 53%);
text
color: hsl(257, 90%, 53%);
border
border: 2px solid hsl(257, 90%, 53%);
gradient light
background: linear-gradient(to right, hsl(257, 90%, 73%), hsl(257, 90%, 53%));
gradient dark
background: linear-gradient(to right, hsl(257, 90%, 53%), hsl(257, 90%, 33%))
hex
background-color: #581BF3;
tailwind
bg-[hsl(257,90%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(257, 90%, 53%, 0.4);
css variable
--color-primary: hsl(257, 90%, 53%);
Related Colors
Use Cases for Vivid Indigo
Frequently Asked Questions
What are all the color codes for HSL(257, 90%, 53%)?
HEX: #581BF3 | RGB: rgb(88, 27, 243) | CMYK: 64%, 89%, 0%, 5% | HSV: 257°, 89%, 95%. Copy any format from the conversion table above.
What colors go well with #581BF3?
The complementary color is HSL(77, 90%, 53%). 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%, 53%) in CSS?
As HSL: color: hsl(257, 90%, 53%); — As HEX: color: #581BF3; — As RGB: color: rgb(88, 27, 243); — Tailwind CSS: bg-[hsl(257,90%,53%)] — CSS variable: --color-primary: hsl(257, 90%, 53%);