HSL(257, 86%, 46%)
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,86%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(257, 86%, 46%) | color: hsl(257, 86%, 46%) | |
| HEX | #4A10DA | color: #4A10DA | |
| RGB | rgb(74, 16, 218) | color: rgb(74, 16, 218) | |
| CMYK | cmyk(66%, 93%, 0%, 15%) | — | |
| HSV | hsv(257, 93%, 85%) | — | |
| HWB | hwb(257 6% 15%) | color: hwb(257 6% 15%) | |
| OKLCH | oklch(0.4424 0.2581 280.52) | color: oklch(0.4424 0.2581 280.52) | |
| Lab | lab(31.55 69.16 -87.98) | color: lab(31.55 69.16 -87.98) | |
| LCH | lch(31.55 111.91 308.17) | color: lch(31.55 111.91 308.17) |
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)
#3130A9 — rgb(49, 48, 169)
Deuteranopia (Green-blind)
#34399D — rgb(52, 57, 157)
Tritanopia (Blue-blind)
#47837A — rgb(71, 131, 122)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(257, 86%, 46%);
text
color: hsl(257, 86%, 46%);
border
border: 2px solid hsl(257, 86%, 46%);
gradient light
background: linear-gradient(to right, hsl(257, 86%, 66%), hsl(257, 86%, 46%));
gradient dark
background: linear-gradient(to right, hsl(257, 86%, 46%), hsl(257, 86%, 26%))
hex
background-color: #4A10DA;
tailwind
bg-[hsl(257,86%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(257, 86%, 46%, 0.4);
css variable
--color-primary: hsl(257, 86%, 46%);
Related Colors
Use Cases for Vivid Indigo
Frequently Asked Questions
What are all the color codes for HSL(257, 86%, 46%)?
HEX: #4A10DA | RGB: rgb(74, 16, 218) | CMYK: 66%, 93%, 0%, 15% | HSV: 257°, 93%, 85%. Copy any format from the conversion table above.
What colors go well with #4A10DA?
The complementary color is HSL(77, 86%, 46%). 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, 86%, 46%) in CSS?
As HSL: color: hsl(257, 86%, 46%); — As HEX: color: #4A10DA; — As RGB: color: rgb(74, 16, 218); — Tailwind CSS: bg-[hsl(257,86%,46%)] — CSS variable: --color-primary: hsl(257, 86%, 46%);