HSL(257, 97%, 75%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(257,97%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(257, 97%, 75%) | color: hsl(257, 97%, 75%) | |
| HEX | #A481FD | color: #A481FD | |
| RGB | rgb(164, 129, 253) | color: rgb(164, 129, 253) | |
| CMYK | cmyk(35%, 49%, 0%, 1%) | — | |
| HSV | hsv(257, 49%, 99%) | — | |
| HWB | hwb(257 50% 1%) | color: hwb(257 50% 1%) | |
| OKLCH | oklch(0.6909 0.1777 294.28) | color: oklch(0.6909 0.1777 294.28) | |
| Lab | lab(62.24 40.2 -57.33) | color: lab(62.24 40.2 -57.33) | |
| LCH | lch(62.24 70.02 305.04) | color: lch(62.24 70.02 305.04) |
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)
#9595DF — rgb(149, 149, 223)
Deuteranopia (Green-blind)
#979AD8 — rgb(151, 154, 216)
Tritanopia (Blue-blind)
#A2C7C2 — rgb(162, 199, 194)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(257, 97%, 75%);
text
color: hsl(257, 97%, 75%);
border
border: 2px solid hsl(257, 97%, 75%);
gradient light
background: linear-gradient(to right, hsl(257, 97%, 95%), hsl(257, 97%, 75%));
gradient dark
background: linear-gradient(to right, hsl(257, 97%, 75%), hsl(257, 97%, 55%))
hex
background-color: #A481FD;
tailwind
bg-[hsl(257,97%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(257, 97%, 75%, 0.4);
css variable
--color-primary: hsl(257, 97%, 75%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(257, 97%, 75%)?
HEX: #A481FD | RGB: rgb(164, 129, 253) | CMYK: 35%, 49%, 0%, 1% | HSV: 257°, 49%, 99%. Copy any format from the conversion table above.
What colors go well with #A481FD?
The complementary color is HSL(77, 97%, 75%). 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, 97%, 75%) in CSS?
As HSL: color: hsl(257, 97%, 75%); — As HEX: color: #A481FD; — As RGB: color: rgb(164, 129, 253); — Tailwind CSS: bg-[hsl(257,97%,75%)] — CSS variable: --color-primary: hsl(257, 97%, 75%);