HSL(255, 60%, 63%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(255,60%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(255, 60%, 63%) | color: hsl(255, 60%, 63%) | |
| HEX | #8468D9 | color: #8468D9 | |
| RGB | rgb(132, 104, 217) | color: rgb(132, 104, 217) | |
| CMYK | cmyk(39%, 52%, 0%, 15%) | — | |
| HSV | hsv(255, 52%, 85%) | — | |
| HWB | hwb(255 41% 15%) | color: hwb(255 41% 15%) | |
| OKLCH | oklch(0.5983 0.1664 292.02) | color: oklch(0.5983 0.1664 292.02) | |
| Lab | lab(51.63 37.13 -54.38) | color: lab(51.63 37.13 -54.38) | |
| LCH | lch(51.63 65.85 304.32) | color: lch(51.63 65.85 304.32) |
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)
#7878BE — rgb(120, 120, 190)
Deuteranopia (Green-blind)
#7A7CB7 — rgb(122, 124, 183)
Tritanopia (Blue-blind)
#83A8A3 — rgb(131, 168, 163)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(255, 60%, 63%);
text
color: hsl(255, 60%, 63%);
border
border: 2px solid hsl(255, 60%, 63%);
gradient light
background: linear-gradient(to right, hsl(255, 60%, 83%), hsl(255, 60%, 63%));
gradient dark
background: linear-gradient(to right, hsl(255, 60%, 63%), hsl(255, 60%, 43%))
hex
background-color: #8468D9;
tailwind
bg-[hsl(255,60%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(255, 60%, 63%, 0.4);
css variable
--color-primary: hsl(255, 60%, 63%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(255, 60%, 63%)?
HEX: #8468D9 | RGB: rgb(132, 104, 217) | CMYK: 39%, 52%, 0%, 15% | HSV: 255°, 52%, 85%. Copy any format from the conversion table above.
What colors go well with #8468D9?
The complementary color is HSL(75, 60%, 63%). For a triadic harmony, use hues 255°, 15°, and 135°. For analogous combinations, try hues 225° and 285°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(255, 60%, 63%) in CSS?
As HSL: color: hsl(255, 60%, 63%); — As HEX: color: #8468D9; — As RGB: color: rgb(132, 104, 217); — Tailwind CSS: bg-[hsl(255,60%,63%)] — CSS variable: --color-primary: hsl(255, 60%, 63%);