HSL(282, 89%, 39%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(282,89%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(282, 89%, 39%) | color: hsl(282, 89%, 39%) | |
| HEX | #870BBC | color: #870BBC | |
| RGB | rgb(135, 11, 188) | color: rgb(135, 11, 188) | |
| CMYK | cmyk(28%, 94%, 0%, 26%) | — | |
| HSV | hsv(282, 94%, 74%) | — | |
| HWB | hwb(282 4% 26%) | color: hwb(282 4% 26%) | |
| OKLCH | oklch(0.4806 0.2362 310.9) | color: oklch(0.4806 0.2362 310.9) | |
| Lab | lab(36.03 69.06 -62.83) | color: lab(36.03 69.06 -62.83) | |
| LCH | lch(36.03 93.36 317.7) | color: lch(36.03 93.36 317.7) |
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)
#515091 — rgb(81, 80, 145)
Deuteranopia (Green-blind)
#596287 — rgb(89, 98, 135)
Tritanopia (Blue-blind)
#816F68 — rgb(129, 111, 104)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(282, 89%, 39%);
text
color: hsl(282, 89%, 39%);
border
border: 2px solid hsl(282, 89%, 39%);
gradient light
background: linear-gradient(to right, hsl(282, 89%, 59%), hsl(282, 89%, 39%));
gradient dark
background: linear-gradient(to right, hsl(282, 89%, 39%), hsl(282, 89%, 19%))
hex
background-color: #870BBC;
tailwind
bg-[hsl(282,89%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(282, 89%, 39%, 0.4);
css variable
--color-primary: hsl(282, 89%, 39%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(282, 89%, 39%)?
HEX: #870BBC | RGB: rgb(135, 11, 188) | CMYK: 28%, 94%, 0%, 26% | HSV: 282°, 94%, 74%. Copy any format from the conversion table above.
What colors go well with #870BBC?
The complementary color is HSL(102, 89%, 39%). For a triadic harmony, use hues 282°, 42°, and 162°. For analogous combinations, try hues 252° and 312°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(282, 89%, 39%) in CSS?
As HSL: color: hsl(282, 89%, 39%); — As HEX: color: #870BBC; — As RGB: color: rgb(135, 11, 188); — Tailwind CSS: bg-[hsl(282,89%,39%)] — CSS variable: --color-primary: hsl(282, 89%, 39%);