HSL(262, 73%, 59%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(262,73%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(262, 73%, 59%) | color: hsl(262, 73%, 59%) | |
| HEX | #824AE3 | color: #824AE3 | |
| RGB | rgb(130, 74, 227) | color: rgb(130, 74, 227) | |
| CMYK | cmyk(43%, 67%, 0%, 11%) | — | |
| HSV | hsv(262, 67%, 89%) | — | |
| HWB | hwb(262 29% 11%) | color: hwb(262 29% 11%) | |
| OKLCH | oklch(0.558 0.2189 295.13) | color: oklch(0.558 0.2189 295.13) | |
| Lab | lab(45.89 55.77 -69.33) | color: lab(45.89 55.77 -69.33) | |
| LCH | lch(45.89 88.98 308.81) | color: lch(45.89 88.98 308.81) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#6A69BE — rgb(106, 105, 190)
Deuteranopia (Green-blind)
#6D71B5 — rgb(109, 113, 181)
Tritanopia (Blue-blind)
#7FA19A — rgb(127, 161, 154)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(262, 73%, 59%);
text
color: hsl(262, 73%, 59%);
border
border: 2px solid hsl(262, 73%, 59%);
gradient light
background: linear-gradient(to right, hsl(262, 73%, 79%), hsl(262, 73%, 59%));
gradient dark
background: linear-gradient(to right, hsl(262, 73%, 59%), hsl(262, 73%, 39%))
hex
background-color: #824AE3;
tailwind
bg-[hsl(262,73%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(262, 73%, 59%, 0.4);
css variable
--color-primary: hsl(262, 73%, 59%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(262, 73%, 59%)?
HEX: #824AE3 | RGB: rgb(130, 74, 227) | CMYK: 43%, 67%, 0%, 11% | HSV: 262°, 67%, 89%. Copy any format from the conversion table above.
What colors go well with #824AE3?
The complementary color is HSL(82, 73%, 59%). 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, 73%, 59%) in CSS?
As HSL: color: hsl(262, 73%, 59%); — As HEX: color: #824AE3; — As RGB: color: rgb(130, 74, 227); — Tailwind CSS: bg-[hsl(262,73%,59%)] — CSS variable: --color-primary: hsl(262, 73%, 59%);