HSL(260, 60%, 65%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(260,60%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(260, 60%, 65%) | color: hsl(260, 60%, 65%) | |
| HEX | #9470DB | color: #9470DB | |
| RGB | rgb(148, 112, 219) | color: rgb(148, 112, 219) | |
| CMYK | cmyk(32%, 49%, 0%, 14%) | — | |
| HSV | hsv(260, 49%, 86%) | — | |
| HWB | hwb(260 44% 14%) | color: hwb(260 44% 14%) | |
| OKLCH | oklch(0.6279 0.1582 297.15) | color: oklch(0.6279 0.1582 297.15) | |
| Lab | lab(55.07 37.06 -49.93) | color: lab(55.07 37.06 -49.93) | |
| LCH | lch(55.07 62.18 306.58) | color: lch(55.07 62.18 306.58) |
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)
#8484C1 — rgb(132, 132, 193)
Deuteranopia (Green-blind)
#8789BB — rgb(135, 137, 187)
Tritanopia (Blue-blind)
#92ADA8 — rgb(146, 173, 168)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(260, 60%, 65%);
text
color: hsl(260, 60%, 65%);
border
border: 2px solid hsl(260, 60%, 65%);
gradient light
background: linear-gradient(to right, hsl(260, 60%, 85%), hsl(260, 60%, 65%));
gradient dark
background: linear-gradient(to right, hsl(260, 60%, 65%), hsl(260, 60%, 45%))
hex
background-color: #9470DB;
tailwind
bg-[hsl(260,60%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(260, 60%, 65%, 0.4);
css variable
--color-primary: hsl(260, 60%, 65%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(260, 60%, 65%)?
HEX: #9470DB | RGB: rgb(148, 112, 219) | CMYK: 32%, 49%, 0%, 14% | HSV: 260°, 49%, 86%. Copy any format from the conversion table above.
What colors go well with #9470DB?
The complementary color is HSL(80, 60%, 65%). 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, 60%, 65%) in CSS?
As HSL: color: hsl(260, 60%, 65%); — As HEX: color: #9470DB; — As RGB: color: rgb(148, 112, 219); — Tailwind CSS: bg-[hsl(260,60%,65%)] — CSS variable: --color-primary: hsl(260, 60%, 65%);