HSL(257, 85%, 74%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(257,85%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(257, 85%, 74%) | color: hsl(257, 85%, 74%) | |
| HEX | #A484F5 | color: #A484F5 | |
| RGB | rgb(164, 132, 245) | color: rgb(164, 132, 245) | |
| CMYK | cmyk(33%, 46%, 0%, 4%) | — | |
| HSV | hsv(257, 46%, 96%) | — | |
| HWB | hwb(257 52% 4%) | color: hwb(257 52% 4%) | |
| OKLCH | oklch(0.6915 0.163 294.83) | color: oklch(0.6915 0.163 294.83) | |
| Lab | lab(62.5 36.47 -52.52) | color: lab(62.5 36.47 -52.52) | |
| LCH | lch(62.5 63.94 304.78) | color: lch(62.5 63.94 304.78) |
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)
#9696DA — rgb(150, 150, 218)
Deuteranopia (Green-blind)
#989AD3 — rgb(152, 154, 211)
Tritanopia (Blue-blind)
#A2C4BF — rgb(162, 196, 191)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(257, 85%, 74%);
text
color: hsl(257, 85%, 74%);
border
border: 2px solid hsl(257, 85%, 74%);
gradient light
background: linear-gradient(to right, hsl(257, 85%, 94%), hsl(257, 85%, 74%));
gradient dark
background: linear-gradient(to right, hsl(257, 85%, 74%), hsl(257, 85%, 54%))
hex
background-color: #A484F5;
tailwind
bg-[hsl(257,85%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(257, 85%, 74%, 0.4);
css variable
--color-primary: hsl(257, 85%, 74%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(257, 85%, 74%)?
HEX: #A484F5 | RGB: rgb(164, 132, 245) | CMYK: 33%, 46%, 0%, 4% | HSV: 257°, 46%, 96%. Copy any format from the conversion table above.
What colors go well with #A484F5?
The complementary color is HSL(77, 85%, 74%). 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%, 74%) in CSS?
As HSL: color: hsl(257, 85%, 74%); — As HEX: color: #A484F5; — As RGB: color: rgb(164, 132, 245); — Tailwind CSS: bg-[hsl(257,85%,74%)] — CSS variable: --color-primary: hsl(257, 85%, 74%);