HSL(260, 69%, 43%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(260,69%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(260, 69%, 43%) | color: hsl(260, 69%, 43%) | |
| HEX | #5422B9 | color: #5422B9 | |
| RGB | rgb(84, 34, 185) | color: rgb(84, 34, 185) | |
| CMYK | cmyk(55%, 82%, 0%, 27%) | — | |
| HSV | hsv(260, 82%, 73%) | — | |
| HWB | hwb(260 13% 27%) | color: hwb(260 13% 27%) | |
| OKLCH | oklch(0.4285 0.213 288.88) | color: oklch(0.4285 0.213 288.88) | |
| Lab | lab(30.71 56.14 -70.03) | color: lab(30.71 56.14 -70.03) | |
| LCH | lch(30.71 89.75 308.72) | color: lch(30.71 89.75 308.72) |
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)
#3E3E94 — rgb(62, 62, 148)
Deuteranopia (Green-blind)
#41458C — rgb(65, 69, 140)
Tritanopia (Blue-blind)
#527871 — rgb(82, 120, 113)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(260, 69%, 43%);
text
color: hsl(260, 69%, 43%);
border
border: 2px solid hsl(260, 69%, 43%);
gradient light
background: linear-gradient(to right, hsl(260, 69%, 63%), hsl(260, 69%, 43%));
gradient dark
background: linear-gradient(to right, hsl(260, 69%, 43%), hsl(260, 69%, 23%))
hex
background-color: #5422B9;
tailwind
bg-[hsl(260,69%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(260, 69%, 43%, 0.4);
css variable
--color-primary: hsl(260, 69%, 43%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(260, 69%, 43%)?
HEX: #5422B9 | RGB: rgb(84, 34, 185) | CMYK: 55%, 82%, 0%, 27% | HSV: 260°, 82%, 73%. Copy any format from the conversion table above.
What colors go well with #5422B9?
The complementary color is HSL(80, 69%, 43%). 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, 69%, 43%) in CSS?
As HSL: color: hsl(260, 69%, 43%); — As HEX: color: #5422B9; — As RGB: color: rgb(84, 34, 185); — Tailwind CSS: bg-[hsl(260,69%,43%)] — CSS variable: --color-primary: hsl(260, 69%, 43%);