HSL(261, 45%, 68%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(261,45%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(261, 45%, 68%) | color: hsl(261, 45%, 68%) | |
| HEX | #A289D2 | color: #A289D2 | |
| RGB | rgb(162, 137, 210) | color: rgb(162, 137, 210) | |
| CMYK | cmyk(23%, 35%, 0%, 18%) | — | |
| HSV | hsv(261, 35%, 82%) | — | |
| HWB | hwb(261 53% 18%) | color: hwb(261 53% 18%) | |
| OKLCH | oklch(0.6807 0.1084 299.26) | color: oklch(0.6807 0.1084 299.26) | |
| Lab | lab(61.85 24.45 -34.12) | color: lab(61.85 24.45 -34.12) | |
| LCH | lch(61.85 41.98 305.62) | color: lch(61.85 41.98 305.62) |
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)
#9797C0 — rgb(151, 151, 192)
Deuteranopia (Green-blind)
#999BBC — rgb(153, 155, 188)
Tritanopia (Blue-blind)
#A1B2AF — rgb(161, 178, 175)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(261, 45%, 68%);
text
color: hsl(261, 45%, 68%);
border
border: 2px solid hsl(261, 45%, 68%);
gradient light
background: linear-gradient(to right, hsl(261, 45%, 88%), hsl(261, 45%, 68%));
gradient dark
background: linear-gradient(to right, hsl(261, 45%, 68%), hsl(261, 45%, 48%))
hex
background-color: #A289D2;
tailwind
bg-[hsl(261,45%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(261, 45%, 68%, 0.4);
css variable
--color-primary: hsl(261, 45%, 68%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(261, 45%, 68%)?
HEX: #A289D2 | RGB: rgb(162, 137, 210) | CMYK: 23%, 35%, 0%, 18% | HSV: 261°, 35%, 82%. Copy any format from the conversion table above.
What colors go well with #A289D2?
The complementary color is HSL(81, 45%, 68%). For a triadic harmony, use hues 261°, 21°, and 141°. For analogous combinations, try hues 231° and 291°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(261, 45%, 68%) in CSS?
As HSL: color: hsl(261, 45%, 68%); — As HEX: color: #A289D2; — As RGB: color: rgb(162, 137, 210); — Tailwind CSS: bg-[hsl(261,45%,68%)] — CSS variable: --color-primary: hsl(261, 45%, 68%);