Indigo
#53057A
PurpleColor Codes
All color formats for development
HEX
#53057ARGB
rgb(83, 5, 122)HSL
hsl(280, 92%, 25%)OKLCH
oklch(0.346 0.171 309)CMYK
cmyk(32%, 96%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4B056E
2#430462
3#3A0456
4#320349
5#2A033D
6#210231
7#190225
8#110118
9#08010C
Tints
Lighter variations
1#6C079F
2#8508C4
3#9E0AE9
4#AF23F6
5#BD47F7
6#CA6CF9
7#D791FA
8#E4B6FC
9#F2DAFD
Tones
Muted variations
1#510B75
2#4F116F
3#4D1769
4#4B1D63
5#4A225D
6#482857
7#462E51
8#44344B
9#423A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DD #F3DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8BF #E8BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | D68E #D68EFA | BordersInactive statesPlaceholder text |
| 400 | C154 #C154F8 | Disabled statesSecondary iconsMuted text |
| 500 | AF23 #AF23F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9309 #9309D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7507 #7507AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5305 #53057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3503 #35034E | Primary textHigh emphasis contentDark headings |
| 950 | 2102 #210231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF0FE;
--indigo-100: #F3DDFE;
--indigo-200: #E8BFFC;
--indigo-300: #D68EFA;
--indigo-400: #C154F8;
--indigo-500: #AF23F6;
--indigo-600: #9309D7;
--indigo-700: #7507AB;
--indigo-800: #53057A;
--indigo-900: #35034E;
--indigo-950: #210231;
}