HSL(256, 73%, 63%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(256,73%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(256, 73%, 63%) | color: hsl(256, 73%, 63%) | |
| HEX | #815CE6 | color: #815CE6 | |
| RGB | rgb(129, 92, 230) | color: rgb(129, 92, 230) | |
| CMYK | cmyk(44%, 60%, 0%, 10%) | — | |
| HSV | hsv(256, 60%, 90%) | — | |
| HWB | hwb(256 36% 10%) | color: hwb(256 36% 10%) | |
| OKLCH | oklch(0.5848 0.1995 291.34) | color: oklch(0.5848 0.1995 291.34) | |
| Lab | lab(49.54 46.84 -65.11) | color: lab(49.54 46.84 -65.11) | |
| LCH | lch(49.54 80.21 305.73) | color: lch(49.54 80.21 305.73) |
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)
#7171C5 — rgb(113, 113, 197)
Deuteranopia (Green-blind)
#7376BD — rgb(115, 118, 189)
Tritanopia (Blue-blind)
#7FAAA4 — rgb(127, 170, 164)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(256, 73%, 63%);
text
color: hsl(256, 73%, 63%);
border
border: 2px solid hsl(256, 73%, 63%);
gradient light
background: linear-gradient(to right, hsl(256, 73%, 83%), hsl(256, 73%, 63%));
gradient dark
background: linear-gradient(to right, hsl(256, 73%, 63%), hsl(256, 73%, 43%))
hex
background-color: #815CE6;
tailwind
bg-[hsl(256,73%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(256, 73%, 63%, 0.4);
css variable
--color-primary: hsl(256, 73%, 63%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(256, 73%, 63%)?
HEX: #815CE6 | RGB: rgb(129, 92, 230) | CMYK: 44%, 60%, 0%, 10% | HSV: 256°, 60%, 90%. Copy any format from the conversion table above.
What colors go well with #815CE6?
The complementary color is HSL(76, 73%, 63%). For a triadic harmony, use hues 256°, 16°, and 136°. For analogous combinations, try hues 226° and 286°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(256, 73%, 63%) in CSS?
As HSL: color: hsl(256, 73%, 63%); — As HEX: color: #815CE6; — As RGB: color: rgb(129, 92, 230); — Tailwind CSS: bg-[hsl(256,73%,63%)] — CSS variable: --color-primary: hsl(256, 73%, 63%);