Indigo
#5710A2
PurpleColor Codes
All color formats for development
HEX
#5710A2RGB
rgb(87, 16, 162)HSL
hsl(269, 82%, 35%)OKLCH
oklch(0.395 0.202 297.2)CMYK
cmyk(46%, 90%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4E0E92
2#450D82
3#3D0B72
4#340A61
5#2B0851
6#230641
7#1A0531
8#110320
9#090210
Tints
Lighter variations
1#6713C1
2#7716DF
3#882CEA
4#994AED
5#AA68F0
6#BB86F3
7#CCA5F6
8#DDC3F9
9#EEE1FC
Tones
Muted variations
1#57179B
2#571F94
3#58268C
4#582D85
5#58357E
6#583C77
7#59436F
8#594B68
9#595261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDF #EDDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDC3 #DDC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | C394 #C394F4 | BordersInactive statesPlaceholder text |
| 400 | A35D #A35DEF | Disabled statesSecondary iconsMuted text |
| 500 | 892E #892EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D14 #6D14CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5710 #5710A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E0B #3E0B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2807 #28074A | Primary textHigh emphasis contentDark headings |
| 950 | 1905 #19052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F1FE;
--indigo-100: #EDDFFC;
--indigo-200: #DDC3F9;
--indigo-300: #C394F4;
--indigo-400: #A35DEF;
--indigo-500: #892EEA;
--indigo-600: #6D14CC;
--indigo-700: #5710A2;
--indigo-800: #3E0B74;
--indigo-900: #28074A;
--indigo-950: #19052E;
}