HSL(260, 89%, 63%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(260,89%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(260, 89%, 63%) | color: hsl(260, 89%, 63%) | |
| HEX | #854DF5 | color: #854DF5 | |
| RGB | rgb(133, 77, 245) | color: rgb(133, 77, 245) | |
| CMYK | cmyk(46%, 69%, 0%, 4%) | — | |
| HSV | hsv(260, 69%, 96%) | — | |
| HWB | hwb(260 30% 4%) | color: hwb(260 30% 4%) | |
| OKLCH | oklch(0.5789 0.2356 292.81) | color: oklch(0.5789 0.2356 292.81) | |
| Lab | lab(48.12 59.48 -75.83) | color: lab(48.12 59.48 -75.83) | |
| LCH | lch(48.12 96.37 308.11) | color: lch(48.12 96.37 308.11) |
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)
#6D6CCC — rgb(109, 108, 204)
Deuteranopia (Green-blind)
#7074C3 — rgb(112, 116, 195)
Tritanopia (Blue-blind)
#82ACA5 — rgb(130, 172, 165)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(260, 89%, 63%);
text
color: hsl(260, 89%, 63%);
border
border: 2px solid hsl(260, 89%, 63%);
gradient light
background: linear-gradient(to right, hsl(260, 89%, 83%), hsl(260, 89%, 63%));
gradient dark
background: linear-gradient(to right, hsl(260, 89%, 63%), hsl(260, 89%, 43%))
hex
background-color: #854DF5;
tailwind
bg-[hsl(260,89%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(260, 89%, 63%, 0.4);
css variable
--color-primary: hsl(260, 89%, 63%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(260, 89%, 63%)?
HEX: #854DF5 | RGB: rgb(133, 77, 245) | CMYK: 46%, 69%, 0%, 4% | HSV: 260°, 69%, 96%. Copy any format from the conversion table above.
What colors go well with #854DF5?
The complementary color is HSL(80, 89%, 63%). For a triadic harmony, use hues 260°, 20°, and 140°. For analogous combinations, try hues 230° and 290°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(260, 89%, 63%) in CSS?
As HSL: color: hsl(260, 89%, 63%); — As HEX: color: #854DF5; — As RGB: color: rgb(133, 77, 245); — Tailwind CSS: bg-[hsl(260,89%,63%)] — CSS variable: --color-primary: hsl(260, 89%, 63%);