Indigo
#5711A2
PurpleColor Codes
All color formats for development
HEX
#5711A2RGB
rgb(87, 17, 162)HSL
hsl(269, 81%, 35%)OKLCH
oklch(0.396 0.202 297.1)CMYK
cmyk(46%, 90%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4E0F91
2#450E81
3#3D0C71
4#340A61
5#2B0851
6#230741
7#1A0530
8#110320
9#090210
Tints
Lighter variations
1#6714C0
2#7717DE
3#882DE9
4#994BEC
5#AA69EF
6#BB87F2
7#CCA5F6
8#DDC3F9
9#EEE1FC
Tones
Muted variations
1#57189A
2#571F93
3#58278C
4#582E85
5#58357D
6#583C76
7#59446F
8#594B68
9#595260
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 | C395 #C395F4 | BordersInactive statesPlaceholder text |
| 400 | A35D #A35DEE | Disabled statesSecondary iconsMuted text |
| 500 | 892F #892FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D15 #6D15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5711 #5711A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E0C #3E0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2808 #28084A | 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: #C395F4;
--indigo-400: #A35DEE;
--indigo-500: #892FE9;
--indigo-600: #6D15CB;
--indigo-700: #5711A2;
--indigo-800: #3E0C73;
--indigo-900: #28084A;
--indigo-950: #19052E;
}