HSL(284, 79%, 31%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(284,79%,31%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(284, 79%, 31%) | color: hsl(284, 79%, 31%) | |
| HEX | #6C118D | color: #6C118D | |
| RGB | rgb(108, 17, 141) | color: rgb(108, 17, 141) | |
| CMYK | cmyk(23%, 88%, 0%, 45%) | — | |
| HSV | hsv(284, 88%, 55%) | — | |
| HWB | hwb(284 7% 45%) | color: hwb(284 7% 45%) | |
| OKLCH | oklch(0.4056 0.1871 314.12) | color: oklch(0.4056 0.1871 314.12) | |
| Lab | lab(28.15 54.78 -47.43) | color: lab(28.15 54.78 -47.43) | |
| LCH | lch(28.15 72.46 319.11) | color: lch(28.15 72.46 319.11) |
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)
#45446F — rgb(69, 68, 111)
Deuteranopia (Green-blind)
#4A5168 — rgb(74, 81, 104)
Tritanopia (Blue-blind)
#675752 — rgb(103, 87, 82)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(284, 79%, 31%);
text
color: hsl(284, 79%, 31%);
border
border: 2px solid hsl(284, 79%, 31%);
gradient light
background: linear-gradient(to right, hsl(284, 79%, 51%), hsl(284, 79%, 31%));
gradient dark
background: linear-gradient(to right, hsl(284, 79%, 31%), hsl(284, 79%, 11%))
hex
background-color: #6C118D;
tailwind
bg-[hsl(284,79%,31%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(284, 79%, 31%, 0.4);
css variable
--color-primary: hsl(284, 79%, 31%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(284, 79%, 31%)?
HEX: #6C118D | RGB: rgb(108, 17, 141) | CMYK: 23%, 88%, 0%, 45% | HSV: 284°, 88%, 55%. Copy any format from the conversion table above.
What colors go well with #6C118D?
The complementary color is HSL(104, 79%, 31%). For a triadic harmony, use hues 284°, 44°, and 164°. For analogous combinations, try hues 254° and 314°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(284, 79%, 31%) in CSS?
As HSL: color: hsl(284, 79%, 31%); — As HEX: color: #6C118D; — As RGB: color: rgb(108, 17, 141); — Tailwind CSS: bg-[hsl(284,79%,31%)] — CSS variable: --color-primary: hsl(284, 79%, 31%);