HSL(260, 73%, 55%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(260,73%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(260, 73%, 55%) | color: hsl(260, 73%, 55%) | |
| HEX | #7038E0 | color: #7038E0 | |
| RGB | rgb(112, 56, 224) | color: rgb(112, 56, 224) | |
| CMYK | cmyk(50%, 75%, 0%, 12%) | — | |
| HSV | hsv(260, 75%, 88%) | — | |
| HWB | hwb(260 22% 12%) | color: hwb(260 22% 12%) | |
| OKLCH | oklch(0.5157 0.2346 290.99) | color: oklch(0.5157 0.2346 290.99) | |
| Lab | lab(40.66 60.65 -76.24) | color: lab(40.66 60.65 -76.24) | |
| LCH | lch(40.66 97.42 308.5) | color: lch(40.66 97.42 308.5) |
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)
#5857B7 — rgb(88, 87, 183)
Deuteranopia (Green-blind)
#5B5FAE — rgb(91, 95, 174)
Tritanopia (Blue-blind)
#6D9790 — rgb(109, 151, 144)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(260, 73%, 55%);
text
color: hsl(260, 73%, 55%);
border
border: 2px solid hsl(260, 73%, 55%);
gradient light
background: linear-gradient(to right, hsl(260, 73%, 75%), hsl(260, 73%, 55%));
gradient dark
background: linear-gradient(to right, hsl(260, 73%, 55%), hsl(260, 73%, 35%))
hex
background-color: #7038E0;
tailwind
bg-[hsl(260,73%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(260, 73%, 55%, 0.4);
css variable
--color-primary: hsl(260, 73%, 55%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(260, 73%, 55%)?
HEX: #7038E0 | RGB: rgb(112, 56, 224) | CMYK: 50%, 75%, 0%, 12% | HSV: 260°, 75%, 88%. Copy any format from the conversion table above.
What colors go well with #7038E0?
The complementary color is HSL(80, 73%, 55%). 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, 73%, 55%) in CSS?
As HSL: color: hsl(260, 73%, 55%); — As HEX: color: #7038E0; — As RGB: color: rgb(112, 56, 224); — Tailwind CSS: bg-[hsl(260,73%,55%)] — CSS variable: --color-primary: hsl(260, 73%, 55%);