HSL(259, 50%, 71%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(259,50%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(259, 50%, 71%) | color: hsl(259, 50%, 71%) | |
| HEX | #A790DA | color: #A790DA | |
| RGB | rgb(167, 144, 218) | color: rgb(167, 144, 218) | |
| CMYK | cmyk(23%, 34%, 0%, 15%) | — | |
| HSV | hsv(259, 34%, 85%) | — | |
| HWB | hwb(259 56% 15%) | color: hwb(259 56% 15%) | |
| OKLCH | oklch(0.7019 0.1086 297.83) | color: oklch(0.7019 0.1086 297.83) | |
| Lab | lab(64.34 23.85 -34.67) | color: lab(64.34 23.85 -34.67) | |
| LCH | lch(64.34 42.08 304.52) | color: lch(64.34 42.08 304.52) |
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)
#9D9DC8 — rgb(157, 157, 200)
Deuteranopia (Green-blind)
#9EA0C4 — rgb(158, 160, 196)
Tritanopia (Blue-blind)
#A6BAB7 — rgb(166, 186, 183)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(259, 50%, 71%);
text
color: hsl(259, 50%, 71%);
border
border: 2px solid hsl(259, 50%, 71%);
gradient light
background: linear-gradient(to right, hsl(259, 50%, 91%), hsl(259, 50%, 71%));
gradient dark
background: linear-gradient(to right, hsl(259, 50%, 71%), hsl(259, 50%, 51%))
hex
background-color: #A790DA;
tailwind
bg-[hsl(259,50%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(259, 50%, 71%, 0.4);
css variable
--color-primary: hsl(259, 50%, 71%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(259, 50%, 71%)?
HEX: #A790DA | RGB: rgb(167, 144, 218) | CMYK: 23%, 34%, 0%, 15% | HSV: 259°, 34%, 85%. Copy any format from the conversion table above.
What colors go well with #A790DA?
The complementary color is HSL(79, 50%, 71%). For a triadic harmony, use hues 259°, 19°, and 139°. For analogous combinations, try hues 229° and 289°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(259, 50%, 71%) in CSS?
As HSL: color: hsl(259, 50%, 71%); — As HEX: color: #A790DA; — As RGB: color: rgb(167, 144, 218); — Tailwind CSS: bg-[hsl(259,50%,71%)] — CSS variable: --color-primary: hsl(259, 50%, 71%);