Indigo
#5606AC
PurpleColor Codes
All color formats for development
HEX
#5606ACRGB
rgb(86, 6, 172)HSL
hsl(269, 93%, 35%)OKLCH
oklch(0.4 0.216 294.5)CMYK
cmyk(50%, 97%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4E069B
2#45058A
3#3D0479
4#340467
5#2B0356
6#230245
7#1A0234
8#110122
9#090111
Tints
Lighter variations
1#6707CC
2#7709EC
3#871FF7
4#983FF8
5#AA5FF9
6#BB7FFA
7#CC9FFC
8#DDBFFD
9#EEDFFE
Tones
Muted variations
1#570FA4
2#57179C
3#571F93
4#58278B
5#583083
6#58387A
7#584072
8#59496A
9#595162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDD #EDDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDBF #DDBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C38E #C38EFB | BordersInactive statesPlaceholder text |
| 400 | A353 #A353F9 | Disabled statesSecondary iconsMuted text |
| 500 | 8922 #8922F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D08 #6D08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5606 #5606AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E04 #3E047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2803 #28034F | Primary textHigh emphasis contentDark headings |
| 950 | 1902 #190231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F0FE;
--indigo-100: #EDDDFE;
--indigo-200: #DDBFFD;
--indigo-300: #C38EFB;
--indigo-400: #A353F9;
--indigo-500: #8922F7;
--indigo-600: #6D08D9;
--indigo-700: #5606AC;
--indigo-800: #3E047B;
--indigo-900: #28034F;
--indigo-950: #190231;
}