Indigo
#59057A
PurpleColor Codes
All color formats for development
HEX
#59057ARGB
rgb(89, 5, 122)HSL
hsl(283, 92%, 25%)OKLCH
oklch(0.355 0.172 312.3)CMYK
cmyk(27%, 96%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50056E
2#470462
3#3E0456
4#350349
5#2D033D
6#240231
7#1B0225
8#120118
9#09010C
Tints
Lighter variations
1#74079F
2#8F08C4
3#A90AE9
4#BA23F6
5#C547F7
6#D16CF9
7#DC91FA
8#E8B6FC
9#F3DAFD
Tones
Muted variations
1#570B75
2#54116F
3#521769
4#4F1D63
5#4C225D
6#4A2857
7#472E51
8#45344B
9#423A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DD #F4DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBBF #EBBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | DC8E #DC8EFA | BordersInactive statesPlaceholder text |
| 400 | C954 #C954F8 | Disabled statesSecondary iconsMuted text |
| 500 | BA23 #BA23F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9D09 #9D09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7D07 #7D07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5905 #59057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3903 #39034E | Primary textHigh emphasis contentDark headings |
| 950 | 2402 #240231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF0FE;
--indigo-100: #F4DDFE;
--indigo-200: #EBBFFC;
--indigo-300: #DC8EFA;
--indigo-400: #C954F8;
--indigo-500: #BA23F6;
--indigo-600: #9D09D7;
--indigo-700: #7D07AB;
--indigo-800: #59057A;
--indigo-900: #39034E;
--indigo-950: #240231;
}