HSL(262, 50%, 67%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(262,50%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(262, 50%, 67%) | color: hsl(262, 50%, 67%) | |
| HEX | #A081D5 | color: #A081D5 | |
| RGB | rgb(160, 129, 213) | color: rgb(160, 129, 213) | |
| CMYK | cmyk(25%, 39%, 0%, 16%) | — | |
| HSV | hsv(262, 39%, 84%) | — | |
| HWB | hwb(262 51% 16%) | color: hwb(262 51% 16%) | |
| OKLCH | oklch(0.6657 0.1252 300.02) | color: oklch(0.6657 0.1252 300.02) | |
| Lab | lab(59.87 29.15 -38.9) | color: lab(59.87 29.15 -38.9) | |
| LCH | lch(59.87 48.61 306.85) | color: lch(59.87 48.61 306.85) |
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)
#9392C1 — rgb(147, 146, 193)
Deuteranopia (Green-blind)
#9497BC — rgb(148, 151, 188)
Tritanopia (Blue-blind)
#9EB1AD — rgb(158, 177, 173)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(262, 50%, 67%);
text
color: hsl(262, 50%, 67%);
border
border: 2px solid hsl(262, 50%, 67%);
gradient light
background: linear-gradient(to right, hsl(262, 50%, 87%), hsl(262, 50%, 67%));
gradient dark
background: linear-gradient(to right, hsl(262, 50%, 67%), hsl(262, 50%, 47%))
hex
background-color: #A081D5;
tailwind
bg-[hsl(262,50%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(262, 50%, 67%, 0.4);
css variable
--color-primary: hsl(262, 50%, 67%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(262, 50%, 67%)?
HEX: #A081D5 | RGB: rgb(160, 129, 213) | CMYK: 25%, 39%, 0%, 16% | HSV: 262°, 39%, 84%. Copy any format from the conversion table above.
What colors go well with #A081D5?
The complementary color is HSL(82, 50%, 67%). For a triadic harmony, use hues 262°, 22°, and 142°. For analogous combinations, try hues 232° and 292°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(262, 50%, 67%) in CSS?
As HSL: color: hsl(262, 50%, 67%); — As HEX: color: #A081D5; — As RGB: color: rgb(160, 129, 213); — Tailwind CSS: bg-[hsl(262,50%,67%)] — CSS variable: --color-primary: hsl(262, 50%, 67%);