HSL(282, 22%, 52%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(282,22%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(282, 22%, 52%) | color: hsl(282, 22%, 52%) | |
| HEX | #8F6AA0 | color: #8F6AA0 | |
| RGB | rgb(143, 106, 160) | color: rgb(143, 106, 160) | |
| CMYK | cmyk(11%, 34%, 0%, 37%) | — | |
| HSV | hsv(281, 34%, 63%) | — | |
| HWB | hwb(281 42% 37%) | color: hwb(281 42% 37%) | |
| OKLCH | oklch(0.5816 0.0908 314.82) | color: oklch(0.5816 0.0908 314.82) | |
| Lab | lab(50.32 24.94 -23.51) | color: lab(50.32 24.94 -23.51) | |
| LCH | lch(50.32 34.27 316.69) | color: lch(50.32 34.27 316.69) |
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)
#7F7F93 — rgb(127, 127, 147)
Deuteranopia (Green-blind)
#818490 — rgb(129, 132, 144)
Tritanopia (Blue-blind)
#8D8986 — rgb(141, 137, 134)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(282, 22%, 52%);
text
color: hsl(282, 22%, 52%);
border
border: 2px solid hsl(282, 22%, 52%);
gradient light
background: linear-gradient(to right, hsl(282, 22%, 72%), hsl(282, 22%, 52%));
gradient dark
background: linear-gradient(to right, hsl(282, 22%, 52%), hsl(282, 22%, 32%))
hex
background-color: #8F6AA0;
tailwind
bg-[hsl(282,22%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(282, 22%, 52%, 0.4);
css variable
--color-primary: hsl(282, 22%, 52%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(282, 22%, 52%)?
HEX: #8F6AA0 | RGB: rgb(143, 106, 160) | CMYK: 11%, 34%, 0%, 37% | HSV: 281°, 34%, 63%. Copy any format from the conversion table above.
What colors go well with #8F6AA0?
The complementary color is HSL(102, 22%, 52%). 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, 22%, 52%) in CSS?
As HSL: color: hsl(282, 22%, 52%); — As HEX: color: #8F6AA0; — As RGB: color: rgb(143, 106, 160); — Tailwind CSS: bg-[hsl(282,22%,52%)] — CSS variable: --color-primary: hsl(282, 22%, 52%);