HSL(259, 40%, 65%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(259,40%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(259, 40%, 65%) | color: hsl(259, 40%, 65%) | |
| HEX | #9982C9 | color: #9982C9 | |
| RGB | rgb(153, 130, 201) | color: rgb(153, 130, 201) | |
| CMYK | cmyk(24%, 35%, 0%, 21%) | — | |
| HSV | hsv(259, 35%, 79%) | — | |
| HWB | hwb(259 51% 21%) | color: hwb(259 51% 21%) | |
| OKLCH | oklch(0.6553 0.1061 298.33) | color: oklch(0.6553 0.1061 298.33) | |
| Lab | lab(58.93 23.61 -33.66) | color: lab(58.93 23.61 -33.66) | |
| LCH | lch(58.93 41.11 305.05) | color: lch(58.93 41.11 305.05) |
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)
#8F8FB8 — rgb(143, 143, 184)
Deuteranopia (Green-blind)
#9092B4 — rgb(144, 146, 180)
Tritanopia (Blue-blind)
#98AAA7 — rgb(152, 170, 167)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(259, 40%, 65%);
text
color: hsl(259, 40%, 65%);
border
border: 2px solid hsl(259, 40%, 65%);
gradient light
background: linear-gradient(to right, hsl(259, 40%, 85%), hsl(259, 40%, 65%));
gradient dark
background: linear-gradient(to right, hsl(259, 40%, 65%), hsl(259, 40%, 45%))
hex
background-color: #9982C9;
tailwind
bg-[hsl(259,40%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(259, 40%, 65%, 0.4);
css variable
--color-primary: hsl(259, 40%, 65%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(259, 40%, 65%)?
HEX: #9982C9 | RGB: rgb(153, 130, 201) | CMYK: 24%, 35%, 0%, 21% | HSV: 259°, 35%, 79%. Copy any format from the conversion table above.
What colors go well with #9982C9?
The complementary color is HSL(79, 40%, 65%). For a triadic harmony, use hues 259°, 19°, and 139°. For analogous combinations, try hues 229° and 289°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(259, 40%, 65%) in CSS?
As HSL: color: hsl(259, 40%, 65%); — As HEX: color: #9982C9; — As RGB: color: rgb(153, 130, 201); — Tailwind CSS: bg-[hsl(259,40%,65%)] — CSS variable: --color-primary: hsl(259, 40%, 65%);