Indigo
#57149F
PurpleColor Codes
All color formats for development
HEX
#57149FRGB
rgb(87, 20, 159)HSL
hsl(269, 78%, 35%)OKLCH
oklch(0.395 0.197 297.7)CMYK
cmyk(45%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4E128F
2#46107F
3#3D0E6F
4#340C5F
5#2B0A4F
6#230840
7#1A0630
8#110420
9#090210
Tints
Lighter variations
1#6717BC
2#771BDA
3#8830E5
4#994EE9
5#AA6BED
6#BB89F0
7#CCA6F4
8#DDC4F8
9#EEE1FB
Tones
Muted variations
1#571B98
2#572291
3#58298A
4#582F83
5#58367C
6#583D75
7#59446E
8#594B67
9#595260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDF #EDDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDC4 #DDC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C397 #C397F2 | BordersInactive statesPlaceholder text |
| 400 | A360 #A360EB | Disabled statesSecondary iconsMuted text |
| 500 | 8933 #8933E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D19 #6D19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5714 #57149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E0E #3E0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2809 #280949 | Primary textHigh emphasis contentDark headings |
| 950 | 1906 #19062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F1FD;
--indigo-100: #EDDFFB;
--indigo-200: #DDC4F8;
--indigo-300: #C397F2;
--indigo-400: #A360EB;
--indigo-500: #8933E6;
--indigo-600: #6D19C8;
--indigo-700: #57149F;
--indigo-800: #3E0E71;
--indigo-900: #280949;
--indigo-950: #19062D;
}