HSL(257, 60%, 50%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(257,60%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(257, 60%, 50%) | color: hsl(257, 60%, 50%) | |
| HEX | #5E33CC | color: #5E33CC | |
| RGB | rgb(94, 51, 204) | color: rgb(94, 51, 204) | |
| CMYK | cmyk(54%, 75%, 0%, 20%) | — | |
| HSV | hsv(257, 75%, 80%) | — | |
| HWB | hwb(257 20% 20%) | color: hwb(257 20% 20%) | |
| OKLCH | oklch(0.4745 0.218 287.84) | color: oklch(0.4745 0.218 287.84) | |
| Lab | lab(36.19 55.07 -72.14) | color: lab(36.19 55.07 -72.14) | |
| LCH | lch(36.19 90.76 307.36) | color: lch(36.19 90.76 307.36) |
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)
#4B4BA7 — rgb(75, 75, 167)
Deuteranopia (Green-blind)
#4E519E — rgb(78, 81, 158)
Tritanopia (Blue-blind)
#5C8A83 — rgb(92, 138, 131)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(257, 60%, 50%);
text
color: hsl(257, 60%, 50%);
border
border: 2px solid hsl(257, 60%, 50%);
gradient light
background: linear-gradient(to right, hsl(257, 60%, 70%), hsl(257, 60%, 50%));
gradient dark
background: linear-gradient(to right, hsl(257, 60%, 50%), hsl(257, 60%, 30%))
hex
background-color: #5E33CC;
tailwind
bg-[hsl(257,60%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(257, 60%, 50%, 0.4);
css variable
--color-primary: hsl(257, 60%, 50%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(257, 60%, 50%)?
HEX: #5E33CC | RGB: rgb(94, 51, 204) | CMYK: 54%, 75%, 0%, 20% | HSV: 257°, 75%, 80%. Copy any format from the conversion table above.
What colors go well with #5E33CC?
The complementary color is HSL(77, 60%, 50%). 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, 60%, 50%) in CSS?
As HSL: color: hsl(257, 60%, 50%); — As HEX: color: #5E33CC; — As RGB: color: rgb(94, 51, 204); — Tailwind CSS: bg-[hsl(257,60%,50%)] — CSS variable: --color-primary: hsl(257, 60%, 50%);