HSL(265, 45%, 55%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(265,45%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(265, 45%, 55%) | color: hsl(265, 45%, 55%) | |
| HEX | #8459C0 | color: #8459C0 | |
| RGB | rgb(132, 89, 192) | color: rgb(132, 89, 192) | |
| CMYK | cmyk(31%, 54%, 0%, 25%) | — | |
| HSV | hsv(265, 54%, 75%) | — | |
| HWB | hwb(265 35% 25%) | color: hwb(265 35% 25%) | |
| OKLCH | oklch(0.5576 0.1569 300.69) | color: oklch(0.5576 0.1569 300.69) | |
| Lab | lab(46.78 39.14 -47.81) | color: lab(46.78 39.14 -47.81) | |
| LCH | lch(46.78 61.79 309.31) | color: lch(46.78 61.79 309.31) |
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)
#7171A7 — rgb(113, 113, 167)
Deuteranopia (Green-blind)
#7477A1 — rgb(116, 119, 161)
Tritanopia (Blue-blind)
#82938F — rgb(130, 147, 143)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(265, 45%, 55%);
text
color: hsl(265, 45%, 55%);
border
border: 2px solid hsl(265, 45%, 55%);
gradient light
background: linear-gradient(to right, hsl(265, 45%, 75%), hsl(265, 45%, 55%));
gradient dark
background: linear-gradient(to right, hsl(265, 45%, 55%), hsl(265, 45%, 35%))
hex
background-color: #8459C0;
tailwind
bg-[hsl(265,45%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(265, 45%, 55%, 0.4);
css variable
--color-primary: hsl(265, 45%, 55%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(265, 45%, 55%)?
HEX: #8459C0 | RGB: rgb(132, 89, 192) | CMYK: 31%, 54%, 0%, 25% | HSV: 265°, 54%, 75%. Copy any format from the conversion table above.
What colors go well with #8459C0?
The complementary color is HSL(85, 45%, 55%). For a triadic harmony, use hues 265°, 25°, and 145°. For analogous combinations, try hues 235° and 295°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(265, 45%, 55%) in CSS?
As HSL: color: hsl(265, 45%, 55%); — As HEX: color: #8459C0; — As RGB: color: rgb(132, 89, 192); — Tailwind CSS: bg-[hsl(265,45%,55%)] — CSS variable: --color-primary: hsl(265, 45%, 55%);