HSL(280, 70%, 44%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(280,70%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(280, 70%, 44%) | color: hsl(280, 70%, 44%) | |
| HEX | #8A22BF | color: #8A22BF | |
| RGB | rgb(138, 34, 191) | color: rgb(138, 34, 191) | |
| CMYK | cmyk(28%, 82%, 0%, 25%) | — | |
| HSV | hsv(280, 82%, 75%) | — | |
| HWB | hwb(280 14% 25%) | color: hwb(280 14% 25%) | |
| OKLCH | oklch(0.4986 0.2261 310.33) | color: oklch(0.4986 0.2261 310.33) | |
| Lab | lab(38.39 65.19 -60.72) | color: lab(38.39 65.19 -60.72) | |
| LCH | lch(38.39 89.09 317.03) | color: lch(38.39 89.09 317.03) |
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)
#5D5C99 — rgb(93, 92, 153)
Deuteranopia (Green-blind)
#636B90 — rgb(99, 107, 144)
Tritanopia (Blue-blind)
#857B74 — rgb(133, 123, 116)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(280, 70%, 44%);
text
color: hsl(280, 70%, 44%);
border
border: 2px solid hsl(280, 70%, 44%);
gradient light
background: linear-gradient(to right, hsl(280, 70%, 64%), hsl(280, 70%, 44%));
gradient dark
background: linear-gradient(to right, hsl(280, 70%, 44%), hsl(280, 70%, 24%))
hex
background-color: #8A22BF;
tailwind
bg-[hsl(280,70%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(280, 70%, 44%, 0.4);
css variable
--color-primary: hsl(280, 70%, 44%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(280, 70%, 44%)?
HEX: #8A22BF | RGB: rgb(138, 34, 191) | CMYK: 28%, 82%, 0%, 25% | HSV: 280°, 82%, 75%. Copy any format from the conversion table above.
What colors go well with #8A22BF?
The complementary color is HSL(100, 70%, 44%). For a triadic harmony, use hues 280°, 40°, and 160°. For analogous combinations, try hues 250° and 310°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(280, 70%, 44%) in CSS?
As HSL: color: hsl(280, 70%, 44%); — As HEX: color: #8A22BF; — As RGB: color: rgb(138, 34, 191); — Tailwind CSS: bg-[hsl(280,70%,44%)] — CSS variable: --color-primary: hsl(280, 70%, 44%);