HSL(257, 85%, 56%)
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,85%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(257, 85%, 56%) | color: hsl(257, 85%, 56%) | |
| HEX | #652FEE | color: #652FEE | |
| RGB | rgb(101, 47, 238) | color: rgb(101, 47, 238) | |
| CMYK | cmyk(58%, 80%, 0%, 7%) | — | |
| HSV | hsv(257, 80%, 93%) | — | |
| HWB | hwb(257 19% 7%) | color: hwb(257 19% 7%) | |
| OKLCH | oklch(0.5092 0.2576 285.68) | color: oklch(0.5092 0.2576 285.68) | |
| Lab | lab(39.53 66.75 -86.1) | color: lab(39.53 66.75 -86.1) | |
| LCH | lch(39.53 108.94 307.79) | color: lch(39.53 108.94 307.79) |
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)
#4E4DC0 — rgb(78, 77, 192)
Deuteranopia (Green-blind)
#5155B5 — rgb(81, 85, 181)
Tritanopia (Blue-blind)
#629B93 — rgb(98, 155, 147)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(257, 85%, 56%);
text
color: hsl(257, 85%, 56%);
border
border: 2px solid hsl(257, 85%, 56%);
gradient light
background: linear-gradient(to right, hsl(257, 85%, 76%), hsl(257, 85%, 56%));
gradient dark
background: linear-gradient(to right, hsl(257, 85%, 56%), hsl(257, 85%, 36%))
hex
background-color: #652FEE;
tailwind
bg-[hsl(257,85%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(257, 85%, 56%, 0.4);
css variable
--color-primary: hsl(257, 85%, 56%);
Related Colors
Use Cases for Vivid Indigo
Frequently Asked Questions
What are all the color codes for HSL(257, 85%, 56%)?
HEX: #652FEE | RGB: rgb(101, 47, 238) | CMYK: 58%, 80%, 0%, 7% | HSV: 257°, 80%, 93%. Copy any format from the conversion table above.
What colors go well with #652FEE?
The complementary color is HSL(77, 85%, 56%). 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, 85%, 56%) in CSS?
As HSL: color: hsl(257, 85%, 56%); — As HEX: color: #652FEE; — As RGB: color: rgb(101, 47, 238); — Tailwind CSS: bg-[hsl(257,85%,56%)] — CSS variable: --color-primary: hsl(257, 85%, 56%);